Skip to content

Commit f8c8b3e

Browse files
angular-robotalan-agius4
authored andcommitted
build: update cross-repo angular dependencies to v21.0.0-next.3 (#3043)
See associated pull request for more information. PR Close #3043
1 parent 454f0bd commit f8c8b3e

File tree

5 files changed

+194
-178
lines changed

5 files changed

+194
-178
lines changed

apps/code-of-conduct/package.json

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

bazel/pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/spec-bundling/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"@angular/compiler": "21.0.0-next.1",
4-
"@angular/core": "21.0.0-next.1",
5-
"@angular/platform-browser": "21.0.0-next.1",
3+
"@angular/compiler": "21.0.0-next.3",
4+
"@angular/core": "21.0.0-next.3",
5+
"@angular/platform-browser": "21.0.0-next.3",
66
"@types/jasmine": "5.1.9",
77
"@types/jsdom": "21.1.7",
88
"@types/node": "24.3.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"devDependencies": {
24-
"@angular/compiler-cli": "21.0.0-next.1",
24+
"@angular/compiler-cli": "21.0.0-next.3",
2525
"@bazel/bazelisk": "1.26.0",
2626
"@bazel/buildifier": "8.2.1",
2727
"firebase-tools": "14.16.0",

0 commit comments

Comments
 (0)