Skip to content

Commit c776985

Browse files
angular-robotjosephperrott
authored andcommitted
build: update cross-repo angular dependencies (#3156)
See associated pull request for more information. PR Close #3156
1 parent 1fd3f8b commit c776985

File tree

6 files changed

+524
-518
lines changed

6 files changed

+524
-518
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.7",
4-
"@angular/cdk": "21.0.0-next.8",
5-
"@angular/common": "21.0.0-next.7",
6-
"@angular/compiler": "21.0.0-next.7",
7-
"@angular/core": "21.0.0-next.7",
3+
"@angular/animations": "21.0.0-next.8",
4+
"@angular/cdk": "21.0.0-next.9",
5+
"@angular/common": "21.0.0-next.8",
6+
"@angular/compiler": "21.0.0-next.8",
7+
"@angular/core": "21.0.0-next.8",
88
"@angular/fire": "20.0.1",
9-
"@angular/forms": "21.0.0-next.7",
10-
"@angular/material": "21.0.0-next.8",
11-
"@angular/platform-browser": "21.0.0-next.7",
12-
"@angular/platform-browser-dynamic": "21.0.0-next.7",
13-
"@angular/router": "21.0.0-next.7",
9+
"@angular/forms": "21.0.0-next.8",
10+
"@angular/material": "21.0.0-next.9",
11+
"@angular/platform-browser": "21.0.0-next.8",
12+
"@angular/platform-browser-dynamic": "21.0.0-next.8",
13+
"@angular/router": "21.0.0-next.8",
1414
"@octokit/rest": "",
1515
"rxjs": "7.8.2",
1616
"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": "[email protected]",
1313
"dependencies": {
14-
"@angular/animations": "21.0.0-next.7",
15-
"@angular/common": "21.0.0-next.7",
16-
"@angular/compiler": "21.0.0-next.7",
17-
"@angular/core": "21.0.0-next.7",
18-
"@angular/forms": "21.0.0-next.7",
19-
"@angular/platform-browser": "21.0.0-next.7",
20-
"@angular/router": "21.0.0-next.7",
14+
"@angular/animations": "21.0.0-next.8",
15+
"@angular/common": "21.0.0-next.8",
16+
"@angular/compiler": "21.0.0-next.8",
17+
"@angular/core": "21.0.0-next.8",
18+
"@angular/forms": "21.0.0-next.8",
19+
"@angular/platform-browser": "21.0.0-next.8",
20+
"@angular/router": "21.0.0-next.8",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
25-
"@angular/build": "21.0.0-next.7",
26-
"@angular/cli": "21.0.0-next.7",
27-
"@angular/compiler-cli": "21.0.0-next.7",
25+
"@angular/build": "21.0.0-next.8",
26+
"@angular/cli": "21.0.0-next.8",
27+
"@angular/compiler-cli": "21.0.0-next.8",
2828
"@types/jasmine": "~5.1.9",
2929
"@types/node": "^22.0.0",
3030
"chromedriver": "^141.0.0",

0 commit comments

Comments
 (0)