Skip to content

Commit 69e568e

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 5317c9d commit 69e568e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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.2.0-rc.0",
14+
"@angular/common": "21.2.0-rc.0",
15+
"@angular/compiler": "21.2.0-rc.0",
16+
"@angular/core": "21.2.0-rc.0",
17+
"@angular/forms": "21.2.0-rc.0",
18+
"@angular/platform-browser": "21.2.0-rc.0",
19+
"@angular/platform-server": "21.2.0-rc.0",
20+
"@angular/router": "21.2.0-rc.0",
21+
"@angular/ssr": "21.2.0-rc.2",
2222
"@shikijs/langs": "3.22.0",
2323
"@shikijs/themes": "3.22.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": "21.2.0-rc.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)