Skip to content

Commit 141e3de

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 45024e8 commit 141e3de

File tree

5 files changed

+170
-170
lines changed

5 files changed

+170
-170
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@
4646
},
4747
"homepage": "https://github.com/angular/angular-cli",
4848
"devDependencies": {
49-
"@angular/animations": "21.0.0-next.7",
50-
"@angular/cdk": "21.0.0-next.8",
51-
"@angular/common": "21.0.0-next.7",
52-
"@angular/compiler": "21.0.0-next.7",
53-
"@angular/compiler-cli": "21.0.0-next.7",
54-
"@angular/core": "21.0.0-next.7",
55-
"@angular/forms": "21.0.0-next.7",
56-
"@angular/localize": "21.0.0-next.7",
57-
"@angular/material": "21.0.0-next.8",
49+
"@angular/animations": "21.0.0-next.8",
50+
"@angular/cdk": "21.0.0-next.9",
51+
"@angular/common": "21.0.0-next.8",
52+
"@angular/compiler": "21.0.0-next.8",
53+
"@angular/compiler-cli": "21.0.0-next.8",
54+
"@angular/core": "21.0.0-next.8",
55+
"@angular/forms": "21.0.0-next.8",
56+
"@angular/localize": "21.0.0-next.8",
57+
"@angular/material": "21.0.0-next.9",
5858
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2feb4d5082bd3322d64282894b81809c1cf93ca9",
59-
"@angular/platform-browser": "21.0.0-next.7",
60-
"@angular/platform-server": "21.0.0-next.7",
61-
"@angular/router": "21.0.0-next.7",
62-
"@angular/service-worker": "21.0.0-next.7",
59+
"@angular/platform-browser": "21.0.0-next.8",
60+
"@angular/platform-server": "21.0.0-next.8",
61+
"@angular/router": "21.0.0-next.8",
62+
"@angular/service-worker": "21.0.0-next.8",
6363
"@bazel/bazelisk": "1.26.0",
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.4.0",

packages/angular/ssr/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"devDependencies": {
3131
"@angular-devkit/schematics": "workspace:*",
32-
"@angular/common": "21.0.0-next.7",
33-
"@angular/compiler": "21.0.0-next.7",
34-
"@angular/core": "21.0.0-next.7",
35-
"@angular/platform-browser": "21.0.0-next.7",
36-
"@angular/platform-server": "21.0.0-next.7",
37-
"@angular/router": "21.0.0-next.7",
32+
"@angular/common": "21.0.0-next.8",
33+
"@angular/compiler": "21.0.0-next.8",
34+
"@angular/core": "21.0.0-next.8",
35+
"@angular/platform-browser": "21.0.0-next.8",
36+
"@angular/platform-server": "21.0.0-next.8",
37+
"@angular/router": "21.0.0-next.8",
3838
"@schematics/angular": "workspace:*",
3939
"beasties": "0.3.5"
4040
},

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
30-
"@angular/compiler": "21.0.0-next.7",
31-
"@angular/compiler-cli": "21.0.0-next.7",
30+
"@angular/compiler": "21.0.0-next.8",
31+
"@angular/compiler-cli": "21.0.0-next.8",
3232
"typescript": "5.9.3",
3333
"webpack": "5.102.1"
3434
}

0 commit comments

Comments
 (0)