Skip to content

Commit 31bb539

Browse files
committed
build: update cross-repo angular dependencies to v21.0.0-next.5
See associated pull request for more information.
1 parent 08d451f commit 31bb539

File tree

4 files changed

+123
-123
lines changed

4 files changed

+123
-123
lines changed

apps/code-of-conduct/package.json

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

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.4",
4-
"@angular/core": "21.0.0-next.4",
5-
"@angular/platform-browser": "21.0.0-next.4",
3+
"@angular/compiler": "21.0.0-next.5",
4+
"@angular/core": "21.0.0-next.5",
5+
"@angular/platform-browser": "21.0.0-next.5",
66
"@types/jasmine": "5.1.9",
77
"@types/jsdom": "21.1.7",
88
"@types/node": "24.5.2",

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.4",
24+
"@angular/compiler-cli": "21.0.0-next.5",
2525
"@bazel/bazelisk": "1.26.0",
2626
"@bazel/buildifier": "8.2.1",
2727
"firebase-tools": "14.17.0",

0 commit comments

Comments
 (0)