Skip to content

Commit f473471

Browse files
committed
build: update cross-repo angular dependencies to v21.2.0-rc.0
See associated pull request for more information.
1 parent 9856b8e commit f473471

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

report-app/package.json

Lines changed: 4 additions & 4 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",
13+
"@angular/cdk": "21.2.0-rc.0",
1414
"@angular/common": "21.2.0-next.3",
1515
"@angular/compiler": "21.2.0-next.3",
1616
"@angular/core": "21.2.0-next.3",
1717
"@angular/forms": "21.2.0-next.3",
1818
"@angular/platform-browser": "21.2.0-next.3",
1919
"@angular/platform-server": "21.2.0-next.3",
2020
"@angular/router": "21.2.0-next.3",
21-
"@angular/ssr": "21.2.0-next.2",
21+
"@angular/ssr": "21.2.0-rc.0",
2222
"@shikijs/langs": "3.22.0",
2323
"@shikijs/themes": "3.22.0",
2424
"express": "^4.18.2",
@@ -31,8 +31,8 @@
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",
34+
"@angular/build": "21.2.0-rc.0",
35+
"@angular/cli": "21.2.0-rc.0",
3636
"@angular/compiler-cli": "21.2.0-next.3",
3737
"@types/express": "^4.17.17",
3838
"@types/google.visualization": "^0.0.74",

0 commit comments

Comments
 (0)