Skip to content

Commit a67b584

Browse files
angular-robotjosephperrott
authored andcommitted
build: update angular dependencies to v15.0.0-rc.0 (#870)
PR Close #870
1 parent b80d329 commit a67b584

File tree

2 files changed

+243
-227
lines changed

2 files changed

+243
-227
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"packageManager": "[email protected]",
1818
"dependencies": {
19-
"@angular-devkit/build-angular": "15.0.0-next.6",
19+
"@angular-devkit/build-angular": "15.0.0-rc.0",
2020
"@angular/benchpress": "0.3.0",
2121
"@babel/core": "^7.16.0",
2222
"@bazel/buildifier": "5.1.0",
@@ -52,20 +52,20 @@
5252
"devDependencies": {
5353
"@actions/core": "^1.4.0",
5454
"@actions/github": "^5.0.0",
55-
"@angular/animations": "15.0.0-next.6",
55+
"@angular/animations": "15.0.0-rc.0",
5656
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
5757
"@angular/cdk": "15.0.0-next.5",
58-
"@angular/cli": "15.0.0-next.6",
59-
"@angular/common": "15.0.0-next.6",
60-
"@angular/compiler": "15.0.0-next.6",
61-
"@angular/compiler-cli": "15.0.0-next.6",
62-
"@angular/core": "15.0.0-next.6",
58+
"@angular/cli": "15.0.0-rc.0",
59+
"@angular/common": "15.0.0-rc.0",
60+
"@angular/compiler": "15.0.0-rc.0",
61+
"@angular/compiler-cli": "15.0.0-rc.0",
62+
"@angular/core": "15.0.0-rc.0",
6363
"@angular/fire": "^7.1.0-rc",
64-
"@angular/forms": "15.0.0-next.6",
64+
"@angular/forms": "15.0.0-rc.0",
6565
"@angular/material": "15.0.0-next.5",
66-
"@angular/platform-browser": "15.0.0-next.6",
67-
"@angular/platform-browser-dynamic": "15.0.0-next.6",
68-
"@angular/router": "15.0.0-next.6",
66+
"@angular/platform-browser": "15.0.0-rc.0",
67+
"@angular/platform-browser-dynamic": "15.0.0-rc.0",
68+
"@angular/router": "15.0.0-rc.0",
6969
"@bazel/bazelisk": "^1.11.0",
7070
"@bazel/jasmine": "5.7.0",
7171
"@google-cloud/firestore": "^6.0.0",
@@ -156,6 +156,6 @@
156156
}
157157
},
158158
"resolutions": {
159-
"@angular/benchpress/@angular/core": "15.0.0-next.6"
159+
"@angular/benchpress/@angular/core": "15.0.0-rc.0"
160160
}
161161
}

0 commit comments

Comments
 (0)