Skip to content

Commit 1fdb500

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 22815c3 commit 1fdb500

File tree

5 files changed

+163
-163
lines changed

5 files changed

+163
-163
lines changed

package.json

Lines changed: 11 additions & 11 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": "20.1.0-next.1",
49+
"@angular/animations": "20.1.0-next.2",
5050
"@angular/cdk": "20.1.0-next.1",
51-
"@angular/common": "20.1.0-next.1",
52-
"@angular/compiler": "20.1.0-next.1",
53-
"@angular/compiler-cli": "20.1.0-next.1",
54-
"@angular/core": "20.1.0-next.1",
55-
"@angular/forms": "20.1.0-next.1",
56-
"@angular/localize": "20.1.0-next.1",
51+
"@angular/common": "20.1.0-next.2",
52+
"@angular/compiler": "20.1.0-next.2",
53+
"@angular/compiler-cli": "20.1.0-next.2",
54+
"@angular/core": "20.1.0-next.2",
55+
"@angular/forms": "20.1.0-next.2",
56+
"@angular/localize": "20.1.0-next.2",
5757
"@angular/material": "20.1.0-next.1",
5858
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c2b8d84fd686967020de322f3f13b3e7ddcd971e",
59-
"@angular/platform-browser": "20.1.0-next.1",
60-
"@angular/platform-server": "20.1.0-next.1",
61-
"@angular/router": "20.1.0-next.1",
62-
"@angular/service-worker": "20.1.0-next.1",
59+
"@angular/platform-browser": "20.1.0-next.2",
60+
"@angular/platform-server": "20.1.0-next.2",
61+
"@angular/router": "20.1.0-next.2",
62+
"@angular/service-worker": "20.1.0-next.2",
6363
"@bazel/bazelisk": "1.26.0",
6464
"@bazel/buildifier": "8.2.1",
6565
"@eslint/compat": "1.3.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": "20.1.0-next.1",
33-
"@angular/compiler": "20.1.0-next.1",
34-
"@angular/core": "20.1.0-next.1",
35-
"@angular/platform-browser": "20.1.0-next.1",
36-
"@angular/platform-server": "20.1.0-next.1",
37-
"@angular/router": "20.1.0-next.1",
32+
"@angular/common": "20.1.0-next.2",
33+
"@angular/compiler": "20.1.0-next.2",
34+
"@angular/core": "20.1.0-next.2",
35+
"@angular/platform-browser": "20.1.0-next.2",
36+
"@angular/platform-server": "20.1.0-next.2",
37+
"@angular/router": "20.1.0-next.2",
3838
"@schematics/angular": "workspace:*"
3939
},
4040
"sideEffects": false,

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": "20.1.0-next.1",
31-
"@angular/compiler-cli": "20.1.0-next.1",
30+
"@angular/compiler": "20.1.0-next.2",
31+
"@angular/compiler-cli": "20.1.0-next.2",
3232
"typescript": "5.8.3",
3333
"webpack": "5.99.9"
3434
}

0 commit comments

Comments
 (0)