Skip to content

Commit 0e7bdc0

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 83d41ea commit 0e7bdc0

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

examples/environments/angular/project/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/animations": "^20.2.0",
14-
"@angular/cdk": "^20.2.0",
15-
"@angular/common": "^20.2.0",
16-
"@angular/compiler": "^20.2.0",
17-
"@angular/core": "^20.2.0",
18-
"@angular/forms": "^20.2.0",
19-
"@angular/material": "^20.2.0",
20-
"@angular/platform-browser": "^20.2.0",
21-
"@angular/router": "^20.2.0",
13+
"@angular/animations": "^21.0.0-rc",
14+
"@angular/cdk": "^21.0.0-rc",
15+
"@angular/common": "^21.0.0-rc",
16+
"@angular/compiler": "^21.0.0-rc",
17+
"@angular/core": "^21.0.0-rc",
18+
"@angular/forms": "^21.0.0-rc",
19+
"@angular/material": "^21.0.0-rc",
20+
"@angular/platform-browser": "^21.0.0-rc",
21+
"@angular/router": "^21.0.0-rc",
2222
"@tailwindcss/postcss": "^4.1.11",
2323
"postcss": "^8.5.6",
2424
"rxjs": "~7.8.0",
@@ -27,9 +27,9 @@
2727
"zone.js": "~0.15.0"
2828
},
2929
"devDependencies": {
30-
"@angular/build": "^20.2.0",
31-
"@angular/cli": "^20.2.0",
32-
"@angular/compiler-cli": "^20.2.0",
30+
"@angular/build": "^21.0.0-rc",
31+
"@angular/cli": "^21.0.0-rc",
32+
"@angular/compiler-cli": "^21.0.0-rc",
3333
"@types/jasmine": "~5.1.0",
3434
"jasmine-core": "~5.12.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.0.0-next.5",
14-
"@angular/common": "21.0.0-next.5",
15-
"@angular/compiler": "21.0.0-next.5",
16-
"@angular/core": "21.0.0-next.5",
17-
"@angular/forms": "21.0.0-next.5",
18-
"@angular/platform-browser": "21.0.0-next.5",
19-
"@angular/platform-server": "21.0.0-next.5",
20-
"@angular/router": "21.0.0-next.5",
21-
"@angular/ssr": "21.0.0-next.5",
13+
"@angular/cdk": "21.0.0-rc.0",
14+
"@angular/common": "21.0.0-rc.1",
15+
"@angular/compiler": "21.0.0-rc.1",
16+
"@angular/core": "21.0.0-rc.1",
17+
"@angular/forms": "21.0.0-rc.1",
18+
"@angular/platform-browser": "21.0.0-rc.0",
19+
"@angular/platform-server": "21.0.0-rc.0",
20+
"@angular/router": "21.0.0-rc.0",
21+
"@angular/ssr": "21.0.0-rc.1",
2222
"@shikijs/langs": "3.14.0",
2323
"@shikijs/themes": "3.14.0",
2424
"express": "^4.18.2",
@@ -31,9 +31,9 @@
3131
"zone.js": "~0.15.0"
3232
},
3333
"devDependencies": {
34-
"@angular/build": "21.0.0-next.5",
35-
"@angular/cli": "21.0.0-next.5",
36-
"@angular/compiler-cli": "21.0.0-next.5",
34+
"@angular/build": "21.0.0-rc.1",
35+
"@angular/cli": "21.0.0-rc.1",
36+
"@angular/compiler-cli": "21.0.0-rc.1",
3737
"@types/express": "^4.17.17",
3838
"@types/google.visualization": "^0.0.74",
3939
"@types/jasmine": "~5.1.0",

0 commit comments

Comments
 (0)