Skip to content

Commit 6382072

Browse files
angular-robotjosephperrott
authored andcommitted
build: update cross-repo angular dependencies to v21.0.0-rc.1
See associated pull request for more information.
1 parent ad99c7e commit 6382072

File tree

6 files changed

+213
-213
lines changed

6 files changed

+213
-213
lines changed

apps/code-of-conduct/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"@angular/animations": "21.0.0-rc.0",
3+
"@angular/animations": "21.0.0-rc.1",
44
"@angular/cdk": "21.0.0-rc.0",
5-
"@angular/common": "21.0.0-rc.0",
6-
"@angular/compiler": "21.0.0-rc.0",
7-
"@angular/core": "21.0.0-rc.0",
5+
"@angular/common": "21.0.0-rc.1",
6+
"@angular/compiler": "21.0.0-rc.1",
7+
"@angular/core": "21.0.0-rc.1",
88
"@angular/fire": "20.0.1",
9-
"@angular/forms": "21.0.0-rc.0",
9+
"@angular/forms": "21.0.0-rc.1",
1010
"@angular/material": "21.0.0-rc.0",
11-
"@angular/platform-browser": "21.0.0-rc.0",
12-
"@angular/router": "21.0.0-rc.0",
11+
"@angular/platform-browser": "21.0.0-rc.1",
12+
"@angular/router": "21.0.0-rc.1",
1313
"@octokit/rest": "",
1414
"rxjs": "7.8.2",
1515
"zone.js": "0.15.1"

bazel/integration/tests/angular-cli/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"private": true,
1212
"packageManager": "pnpm@10.20.0",
1313
"dependencies": {
14-
"@angular/animations": "21.0.0-rc.0",
15-
"@angular/common": "21.0.0-rc.0",
16-
"@angular/compiler": "21.0.0-rc.0",
17-
"@angular/core": "21.0.0-rc.0",
18-
"@angular/forms": "21.0.0-rc.0",
19-
"@angular/platform-browser": "21.0.0-rc.0",
20-
"@angular/router": "21.0.0-rc.0",
14+
"@angular/animations": "21.0.0-rc.1",
15+
"@angular/common": "21.0.0-rc.1",
16+
"@angular/compiler": "21.0.0-rc.1",
17+
"@angular/core": "21.0.0-rc.1",
18+
"@angular/forms": "21.0.0-rc.1",
19+
"@angular/platform-browser": "21.0.0-rc.1",
20+
"@angular/router": "21.0.0-rc.1",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
25-
"@angular/build": "21.0.0-rc.0",
26-
"@angular/cli": "21.0.0-rc.0",
27-
"@angular/compiler-cli": "21.0.0-rc.0",
25+
"@angular/build": "21.0.0-rc.1",
26+
"@angular/cli": "21.0.0-rc.1",
27+
"@angular/compiler-cli": "21.0.0-rc.1",
2828
"@types/jasmine": "~5.1.9",
2929
"@types/node": "^22.0.0",
3030
"chromedriver": "^142.0.0",

0 commit comments

Comments
 (0)