Skip to content

Commit 9477f44

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 41d0602 commit 9477f44

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

examples/environments/angular/project/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^21.2.0-next",
14-
"@angular/cdk": "^21.2.0-next",
15-
"@angular/common": "^21.2.0-next",
16-
"@angular/compiler": "^21.2.0-next",
17-
"@angular/core": "^21.2.0-next",
18-
"@angular/forms": "^21.2.0-next",
19-
"@angular/material": "^21.2.0-next",
20-
"@angular/platform-browser": "^21.2.0-next",
21-
"@angular/router": "^21.2.0-next",
13+
"@angular/animations": "^22.0.0-next",
14+
"@angular/cdk": "^21.3.0-next",
15+
"@angular/common": "^22.0.0-next",
16+
"@angular/compiler": "^22.0.0-next",
17+
"@angular/core": "^22.0.0-next",
18+
"@angular/forms": "^22.0.0-next",
19+
"@angular/material": "^21.3.0-next",
20+
"@angular/platform-browser": "^22.0.0-next",
21+
"@angular/router": "^22.0.0-next",
2222
"@tailwindcss/postcss": "^4.1.11",
2323
"postcss": "^8.5.6",
2424
"rxjs": "~7.8.0",
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@angular/build": "^21.2.0-next",
3131
"@angular/cli": "^21.2.0-next",
32-
"@angular/compiler-cli": "^21.2.0-next",
32+
"@angular/compiler-cli": "^22.0.0-next",
3333
"@types/jasmine": "~6.0.0",
3434
"jasmine-core": "~6.0.0",
3535
"karma": "~6.4.0",

report-app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/cdk": "21.2.0-next.4",
14-
"@angular/common": "21.2.0-next.3",
15-
"@angular/compiler": "21.2.0-next.3",
16-
"@angular/core": "21.2.0-next.3",
17-
"@angular/forms": "21.2.0-next.3",
18-
"@angular/platform-browser": "21.2.0-next.3",
19-
"@angular/platform-server": "21.2.0-next.3",
20-
"@angular/router": "21.2.0-next.3",
21-
"@angular/ssr": "21.2.0-next.2",
13+
"@angular/cdk": "21.3.0-next.0",
14+
"@angular/common": "22.0.0-next.0",
15+
"@angular/compiler": "22.0.0-next.0",
16+
"@angular/core": "22.0.0-next.0",
17+
"@angular/forms": "22.0.0-next.0",
18+
"@angular/platform-browser": "22.0.0-next.0",
19+
"@angular/platform-server": "22.0.0-next.0",
20+
"@angular/router": "22.0.0-next.0",
21+
"@angular/ssr": "21.2.0-rc.2",
2222
"@shikijs/langs": "3.23.0",
2323
"@shikijs/themes": "3.23.0",
2424
"express": "^4.18.2",
@@ -31,9 +31,9 @@
3131
"zone.js": "~0.16.0"
3232
},
3333
"devDependencies": {
34-
"@angular/build": "21.2.0-next.2",
35-
"@angular/cli": "21.2.0-next.2",
36-
"@angular/compiler-cli": "21.2.0-next.3",
34+
"@angular/build": "21.2.0-rc.2",
35+
"@angular/cli": "21.2.0-rc.2",
36+
"@angular/compiler-cli": "22.0.0-next.0",
3737
"@types/express": "^4.17.17",
3838
"@types/google.visualization": "^0.0.74",
3939
"@types/jasmine": "~6.0.0",

0 commit comments

Comments
 (0)