Skip to content

Commit e3d45a4

Browse files
build: update cross-repo angular dependencies (angular#60972)
See associated pull request for more information. PR Close angular#60972
1 parent 62de7d9 commit e3d45a4

File tree

2 files changed

+271
-103
lines changed

2 files changed

+271
-103
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
},
4949
"// 1": "dependencies are used locally and by bazel",
5050
"dependencies": {
51-
"@angular-devkit/build-angular": "20.0.0-next.6",
52-
"@angular-devkit/core": "20.0.0-next.6",
53-
"@angular-devkit/schematics": "20.0.0-next.6",
54-
"@angular/build": "20.0.0-next.6",
51+
"@angular-devkit/build-angular": "20.0.0-next.7",
52+
"@angular-devkit/core": "20.0.0-next.7",
53+
"@angular-devkit/schematics": "20.0.0-next.7",
54+
"@angular/build": "20.0.0-next.7",
5555
"@angular/cdk": "20.0.0-next.7",
56-
"@angular/cli": "20.0.0-next.6",
56+
"@angular/cli": "20.0.0-next.7",
5757
"@angular/material": "20.0.0-next.7",
58-
"@angular/ssr": "20.0.0-next.6",
58+
"@angular/ssr": "20.0.0-next.7",
5959
"@babel/cli": "7.27.0",
6060
"@babel/core": "7.26.10",
6161
"@babel/generator": "7.27.0",
@@ -72,7 +72,7 @@
7272
"@rollup/plugin-babel": "^6.0.0",
7373
"@rollup/plugin-commonjs": "^28.0.0",
7474
"@rollup/plugin-node-resolve": "^13.0.4",
75-
"@schematics/angular": "20.0.0-next.6",
75+
"@schematics/angular": "20.0.0-next.7",
7676
"@stackblitz/sdk": "^1.11.0",
7777
"@types/angular": "^1.6.47",
7878
"@types/babel__core": "7.20.5",
@@ -160,7 +160,7 @@
160160
"devDependencies": {
161161
"@actions/core": "^1.10.0",
162162
"@actions/github": "^6.0.0",
163-
"@angular-devkit/architect-cli": "0.2000.0-next.6",
163+
"@angular-devkit/architect-cli": "0.2000.0-next.7",
164164
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce04ec6cf7604014191821a637e60964a1a3bb4a",
165165
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#12f9c88e06a6d235d7d3410be9df52442eb552ba",
166166
"@babel/plugin-proposal-async-generator-functions": "7.20.7",

0 commit comments

Comments
 (0)