Skip to content

Commit 3d06477

Browse files
committed
build: update cross-repo angular dependencies to v21.1.0-next.1
See associated pull request for more information.
1 parent a88cb5b commit 3d06477

File tree

6 files changed

+349
-330
lines changed

6 files changed

+349
-330
lines changed

apps/code-of-conduct/package.json

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

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": "[email protected]",
1313
"dependencies": {
14-
"@angular/animations": "21.1.0-next.0",
15-
"@angular/common": "21.1.0-next.0",
16-
"@angular/compiler": "21.1.0-next.0",
17-
"@angular/core": "21.1.0-next.0",
18-
"@angular/forms": "21.1.0-next.0",
19-
"@angular/platform-browser": "21.1.0-next.0",
20-
"@angular/router": "21.1.0-next.0",
14+
"@angular/animations": "21.1.0-next.1",
15+
"@angular/common": "21.1.0-next.1",
16+
"@angular/compiler": "21.1.0-next.1",
17+
"@angular/core": "21.1.0-next.1",
18+
"@angular/forms": "21.1.0-next.1",
19+
"@angular/platform-browser": "21.1.0-next.1",
20+
"@angular/router": "21.1.0-next.1",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
25-
"@angular/build": "21.1.0-next.0",
26-
"@angular/cli": "21.1.0-next.0",
27-
"@angular/compiler-cli": "21.1.0-next.0",
25+
"@angular/build": "21.1.0-next.1",
26+
"@angular/cli": "21.1.0-next.1",
27+
"@angular/compiler-cli": "21.1.0-next.1",
2828
"@types/jasmine": "~5.1.9",
2929
"@types/node": "^22.0.0",
3030
"chromedriver": "^143.0.0",

0 commit comments

Comments
 (0)