Skip to content

Commit df803e5

Browse files
angular-robotalan-agius4
authored andcommitted
build: update cross-repo angular dependencies to v20.0.0-rc.0
See associated pull request for more information.
1 parent 1685f0a commit df803e5

File tree

2 files changed

+678
-183
lines changed

2 files changed

+678
-183
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"packageManager": "yarn@4.9.1",
1919
"dependencies": {
2020
"@angular/benchpress": "0.3.0",
21-
"@angular/build": "20.0.0-next.9",
21+
"@angular/build": "20.0.0-rc.0",
2222
"@babel/core": "^7.16.0",
2323
"@babel/plugin-transform-async-generator-functions": "^7.26.8",
2424
"@bazel/buildifier": "6.4.0",
@@ -52,20 +52,20 @@
5252
"devDependencies": {
5353
"@actions/core": "^1.4.0",
5454
"@actions/github": "^6.0.0",
55-
"@angular/animations": "20.0.0-next.9",
55+
"@angular/animations": "20.0.0-rc.0",
5656
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
57-
"@angular/cdk": "20.0.0-next.10",
58-
"@angular/cli": "20.0.0-next.9",
59-
"@angular/common": "20.0.0-next.9",
60-
"@angular/compiler": "20.0.0-next.9",
61-
"@angular/compiler-cli": "20.0.0-next.9",
62-
"@angular/core": "20.0.0-next.9",
57+
"@angular/cdk": "20.0.0-rc.0",
58+
"@angular/cli": "20.0.0-rc.0",
59+
"@angular/common": "20.0.0-rc.0",
60+
"@angular/compiler": "20.0.0-rc.0",
61+
"@angular/compiler-cli": "20.0.0-rc.0",
62+
"@angular/core": "20.0.0-rc.0",
6363
"@angular/fire": "^19.0.0-rc",
64-
"@angular/forms": "20.0.0-next.9",
65-
"@angular/material": "20.0.0-next.10",
66-
"@angular/platform-browser": "20.0.0-next.9",
67-
"@angular/platform-browser-dynamic": "20.0.0-next.9",
68-
"@angular/router": "20.0.0-next.9",
64+
"@angular/forms": "20.0.0-rc.0",
65+
"@angular/material": "20.0.0-rc.0",
66+
"@angular/platform-browser": "20.0.0-rc.0",
67+
"@angular/platform-browser-dynamic": "20.0.0-rc.0",
68+
"@angular/router": "20.0.0-rc.0",
6969
"@bazel/bazelisk": "^1.11.0",
7070
"@bazel/ibazel": "^0.25.0",
7171
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
@@ -159,6 +159,6 @@
159159
}
160160
},
161161
"resolutions": {
162-
"@angular/benchpress/@angular/core": "20.0.0-next.9"
162+
"@angular/benchpress/@angular/core": "20.0.0-rc.0"
163163
}
164164
}

0 commit comments

Comments
 (0)