Skip to content

Commit a2605fe

Browse files
angular-robotjosephperrott
authored andcommitted
build: update angular dependencies to v18.2.0-rc.0 (#2240)
PR Close #2240
1 parent 7c95800 commit a2605fe

File tree

2 files changed

+158
-494
lines changed

2 files changed

+158
-494
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"packageManager": "[email protected]",
1919
"dependencies": {
2020
"@angular/benchpress": "0.3.0",
21-
"@angular/build": "18.2.0-next.3",
21+
"@angular/build": "18.2.0-rc.0",
2222
"@babel/core": "^7.16.0",
2323
"@babel/helper-annotate-as-pure": "^7.18.6",
2424
"@babel/plugin-proposal-async-generator-functions": "^7.20.1",
@@ -56,20 +56,20 @@
5656
"devDependencies": {
5757
"@actions/core": "^1.4.0",
5858
"@actions/github": "^6.0.0",
59-
"@angular/animations": "18.2.0-next.4",
59+
"@angular/animations": "18.2.0-rc.0",
6060
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
61-
"@angular/cdk": "18.2.0-next.3",
62-
"@angular/cli": "18.2.0-next.3",
63-
"@angular/common": "18.2.0-next.4",
64-
"@angular/compiler": "18.2.0-next.4",
65-
"@angular/compiler-cli": "18.2.0-next.4",
66-
"@angular/core": "18.2.0-next.4",
61+
"@angular/cdk": "18.2.0-rc.0",
62+
"@angular/cli": "18.2.0-rc.0",
63+
"@angular/common": "18.2.0-rc.0",
64+
"@angular/compiler": "18.2.0-rc.0",
65+
"@angular/compiler-cli": "18.2.0-rc.0",
66+
"@angular/core": "18.2.0-rc.0",
6767
"@angular/fire": "^18.0.0-rc",
68-
"@angular/forms": "18.2.0-next.4",
69-
"@angular/material": "18.2.0-next.3",
70-
"@angular/platform-browser": "18.2.0-next.4",
71-
"@angular/platform-browser-dynamic": "18.2.0-next.4",
72-
"@angular/router": "18.2.0-next.4",
68+
"@angular/forms": "18.2.0-rc.0",
69+
"@angular/material": "18.2.0-rc.0",
70+
"@angular/platform-browser": "18.2.0-rc.0",
71+
"@angular/platform-browser-dynamic": "18.2.0-rc.0",
72+
"@angular/router": "18.2.0-rc.0",
7373
"@bazel/bazelisk": "^1.11.0",
7474
"@bazel/ibazel": "^0.23.0",
7575
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
@@ -173,6 +173,6 @@
173173
}
174174
},
175175
"resolutions": {
176-
"@angular/benchpress/@angular/core": "18.2.0-next.4"
176+
"@angular/benchpress/@angular/core": "18.2.0-rc.0"
177177
}
178178
}

0 commit comments

Comments
 (0)