Skip to content

Commit f1be871

Browse files
angular-robotjosephperrott
authored andcommitted
build: update cross-repo angular dependencies to v21.1.0-next.3
See associated pull request for more information.
1 parent ebda1fa commit f1be871

File tree

6 files changed

+180
-180
lines changed

6 files changed

+180
-180
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.1.0-next.2",
3+
"@angular/animations": "21.1.0-next.3",
44
"@angular/cdk": "21.1.0-next.2",
5-
"@angular/common": "21.1.0-next.2",
6-
"@angular/compiler": "21.1.0-next.2",
7-
"@angular/core": "21.1.0-next.2",
5+
"@angular/common": "21.1.0-next.3",
6+
"@angular/compiler": "21.1.0-next.3",
7+
"@angular/core": "21.1.0-next.3",
88
"@angular/fire": "21.0.0-rc.0",
9-
"@angular/forms": "21.1.0-next.2",
9+
"@angular/forms": "21.1.0-next.3",
1010
"@angular/material": "21.1.0-next.2",
11-
"@angular/platform-browser": "21.1.0-next.2",
12-
"@angular/router": "21.1.0-next.2",
11+
"@angular/platform-browser": "21.1.0-next.3",
12+
"@angular/router": "21.1.0-next.3",
1313
"@octokit/rest": "",
1414
"rxjs": "7.8.2",
1515
"zone.js": "0.16.0"

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"private": true,
1212
"packageManager": "pnpm@10.25.0",
1313
"dependencies": {
14-
"@angular/animations": "21.1.0-next.2",
15-
"@angular/common": "21.1.0-next.2",
16-
"@angular/compiler": "21.1.0-next.2",
17-
"@angular/core": "21.1.0-next.2",
18-
"@angular/forms": "21.1.0-next.2",
19-
"@angular/platform-browser": "21.1.0-next.2",
20-
"@angular/router": "21.1.0-next.2",
14+
"@angular/animations": "21.1.0-next.3",
15+
"@angular/common": "21.1.0-next.3",
16+
"@angular/compiler": "21.1.0-next.3",
17+
"@angular/core": "21.1.0-next.3",
18+
"@angular/forms": "21.1.0-next.3",
19+
"@angular/platform-browser": "21.1.0-next.3",
20+
"@angular/router": "21.1.0-next.3",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
2525
"@angular/build": "21.1.0-next.2",
2626
"@angular/cli": "21.1.0-next.2",
27-
"@angular/compiler-cli": "21.1.0-next.2",
27+
"@angular/compiler-cli": "21.1.0-next.3",
2828
"@types/jasmine": "~5.1.9",
2929
"@types/node": "^22.0.0",
3030
"chromedriver": "^143.0.0",

0 commit comments

Comments
 (0)