Skip to content

Commit 124d44f

Browse files
angular-robotcrisbeto
authored andcommitted
build: update cross-repo angular dependencies (#63179)
See associated pull request for more information. PR Close #63179
1 parent 19ed12c commit 124d44f

File tree

5 files changed

+189
-165
lines changed

5 files changed

+189
-165
lines changed

adev/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"dependencies": {
3-
"@angular-devkit/build-angular": "20.2.0-rc.0",
3+
"@angular-devkit/build-angular": "20.2.0-rc.1",
44
"@angular/animations": "workspace:*",
5-
"@angular/build": "20.2.0-rc.0",
5+
"@angular/build": "20.2.0-rc.1",
66
"@angular/cdk": "20.2.0-rc.0",
7-
"@angular/cli": "20.2.0-rc.0",
7+
"@angular/cli": "20.2.0-rc.1",
88
"@angular/common": "workspace:*",
99
"@angular/compiler-cli": "workspace:*",
1010
"@angular/compiler": "workspace:*",
@@ -15,7 +15,7 @@
1515
"@angular/platform-browser": "workspace:*",
1616
"@angular/platform-server": "workspace:*",
1717
"@angular/router": "workspace:*",
18-
"@angular/ssr": "20.2.0-rc.0",
18+
"@angular/ssr": "20.2.0-rc.1",
1919
"@codemirror/autocomplete": "6.18.6",
2020
"@codemirror/commands": "6.8.1",
2121
"@codemirror/lang-angular": "0.1.4",

modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@angular/animations": "workspace:*",
44
"@angular/benchpress": "workspace:*",
5-
"@angular/build": "20.2.0-rc.0",
5+
"@angular/build": "20.2.0-rc.1",
66
"@angular/common": "workspace:*",
77
"@angular/compiler": "workspace:*",
88
"@angular/compiler-cli": "workspace:*",

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.2.0-rc.0",
52-
"@angular-devkit/core": "20.2.0-rc.0",
53-
"@angular-devkit/schematics": "20.2.0-rc.0",
51+
"@angular-devkit/build-angular": "20.2.0-rc.1",
52+
"@angular-devkit/core": "20.2.0-rc.1",
53+
"@angular-devkit/schematics": "20.2.0-rc.1",
5454
"@angular/animations": "workspace:*",
5555
"@angular/benchpress": "workspace: *",
56-
"@angular/build": "20.2.0-rc.0",
56+
"@angular/build": "20.2.0-rc.1",
5757
"@angular/cdk": "20.2.0-rc.0",
58-
"@angular/cli": "20.2.0-rc.0",
58+
"@angular/cli": "20.2.0-rc.1",
5959
"@angular/common": "workspace:*",
6060
"@angular/compiler": "workspace:*",
6161
"@angular/compiler-cli": "workspace:*",
@@ -70,7 +70,7 @@
7070
"@angular/platform-server": "workspace:*",
7171
"@angular/router": "workspace:*",
7272
"@angular/service-worker": "workspace:*",
73-
"@angular/ssr": "20.2.0-rc.0",
73+
"@angular/ssr": "20.2.0-rc.1",
7474
"@angular/upgrade": "workspace: *",
7575
"@babel/cli": "7.28.3",
7676
"@babel/core": "7.28.3",
@@ -80,7 +80,7 @@
8080
"@rollup/plugin-babel": "^6.0.0",
8181
"@rollup/plugin-commonjs": "^28.0.0",
8282
"@rollup/plugin-node-resolve": "^16.0.0",
83-
"@schematics/angular": "20.2.0-rc.0",
83+
"@schematics/angular": "20.2.0-rc.1",
8484
"@types/angular": "^1.6.47",
8585
"@types/babel__core": "7.20.5",
8686
"@types/babel__generator": "7.27.0",
@@ -166,7 +166,7 @@
166166
"devDependencies": {
167167
"@actions/core": "^1.10.0",
168168
"@actions/github": "^6.0.0",
169-
"@angular-devkit/architect-cli": "0.2002.0-rc.0",
169+
"@angular-devkit/architect-cli": "0.2002.0-rc.1",
170170
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9bae2cc9b96652721067a69ece7e79dba123787",
171171
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
172172
"@babel/plugin-transform-async-generator-functions": "^7.27.1",

packages/core/test/bundling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@angular/animations": "workspace:*",
4-
"@angular/build": "20.2.0-rc.0",
4+
"@angular/build": "20.2.0-rc.1",
55
"@angular/common": "workspace:*",
66
"@angular/compiler-cli": "workspace:*",
77
"@angular/compiler": "workspace:*",

0 commit comments

Comments
 (0)