From 58ef4e30034770245e7b7aa109836e8c92d931cc Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 11 Jun 2026 17:30:08 +0000 Subject: [PATCH] build: update cross-repo angular dependencies to v22 See associated pull request for more information. --- .../environments/angular/project/package.json | 22 ++++++++--------- report-app/package.json | 24 +++++++++---------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/examples/environments/angular/project/package.json b/examples/environments/angular/project/package.json index 0b4ddede..aaa8c27b 100644 --- a/examples/environments/angular/project/package.json +++ b/examples/environments/angular/project/package.json @@ -11,14 +11,14 @@ "private": true, "dependencies": { "@angular/animations": "^21.2.0-next", - "@angular/cdk": "^21.2.0-next", - "@angular/common": "^21.2.0-next", - "@angular/compiler": "^21.2.0-next", - "@angular/core": "^21.2.0-next", - "@angular/forms": "^21.2.0-next", - "@angular/material": "^21.2.0-next", - "@angular/platform-browser": "^21.2.0-next", - "@angular/router": "^21.2.0-next", + "@angular/cdk": "^22.1.0-next", + "@angular/common": "^22.1.0-next", + "@angular/compiler": "^22.1.0-next", + "@angular/core": "^22.1.0-next", + "@angular/forms": "^22.1.0-next", + "@angular/material": "^22.1.0-next", + "@angular/platform-browser": "^22.1.0-next", + "@angular/router": "^22.1.0-next", "@tailwindcss/postcss": "^4.1.11", "postcss": "^8.5.6", "rxjs": "~7.8.0", @@ -27,9 +27,9 @@ "zone.js": "~0.16.0" }, "devDependencies": { - "@angular/build": "^21.2.0-next", - "@angular/cli": "^21.2.0-next", - "@angular/compiler-cli": "^21.2.0-next", + "@angular/build": "^22.1.0-next", + "@angular/cli": "^22.1.0-next", + "@angular/compiler-cli": "^22.1.0-next", "@types/jasmine": "~6.0.0", "jasmine-core": "~6.0.0", "karma": "~6.4.0", diff --git a/report-app/package.json b/report-app/package.json index ddd19e99..f2b90574 100644 --- a/report-app/package.json +++ b/report-app/package.json @@ -10,15 +10,15 @@ }, "private": true, "dependencies": { - "@angular/cdk": "21.2.0-next.4", - "@angular/common": "21.2.0-next.3", - "@angular/compiler": "21.2.0-next.3", - "@angular/core": "21.2.0-next.3", - "@angular/forms": "21.2.0-next.3", - "@angular/platform-browser": "21.2.0-next.3", - "@angular/platform-server": "21.2.0-next.3", - "@angular/router": "21.2.0-next.3", - "@angular/ssr": "21.2.0-next.2", + "@angular/cdk": "22.1.0-next.0", + "@angular/common": "22.1.0-next.0", + "@angular/compiler": "22.1.0-next.0", + "@angular/core": "22.1.0-next.0", + "@angular/forms": "22.1.0-next.0", + "@angular/platform-browser": "22.1.0-next.0", + "@angular/platform-server": "22.1.0-next.0", + "@angular/router": "22.1.0-next.0", + "@angular/ssr": "22.1.0-next.0", "@shikijs/langs": "3.23.0", "@shikijs/themes": "3.23.0", "express": "^4.18.2", @@ -31,9 +31,9 @@ "zone.js": "~0.16.0" }, "devDependencies": { - "@angular/build": "21.2.0-next.2", - "@angular/cli": "21.2.0-next.2", - "@angular/compiler-cli": "21.2.0-next.3", + "@angular/build": "22.1.0-next.0", + "@angular/cli": "22.1.0-next.0", + "@angular/compiler-cli": "22.1.0-next.0", "@types/express": "^4.17.17", "@types/google.visualization": "^0.0.74", "@types/jasmine": "~6.0.0",