Skip to content

Commit

Permalink
build: update angular dependencies to v15.0.0-rc.0 (angular#870)
Browse files Browse the repository at this point in the history
PR Close angular#870
  • Loading branch information
angular-robot authored and josephperrott committed Oct 20, 2022
1 parent b80d329 commit a67b584
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 227 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@angular-devkit/build-angular": "15.0.0-next.6",
"@angular-devkit/build-angular": "15.0.0-rc.0",
"@angular/benchpress": "0.3.0",
"@babel/core": "^7.16.0",
"@bazel/buildifier": "5.1.0",
Expand Down Expand Up @@ -52,20 +52,20 @@
"devDependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"@angular/animations": "15.0.0-next.6",
"@angular/animations": "15.0.0-rc.0",
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
"@angular/cdk": "15.0.0-next.5",
"@angular/cli": "15.0.0-next.6",
"@angular/common": "15.0.0-next.6",
"@angular/compiler": "15.0.0-next.6",
"@angular/compiler-cli": "15.0.0-next.6",
"@angular/core": "15.0.0-next.6",
"@angular/cli": "15.0.0-rc.0",
"@angular/common": "15.0.0-rc.0",
"@angular/compiler": "15.0.0-rc.0",
"@angular/compiler-cli": "15.0.0-rc.0",
"@angular/core": "15.0.0-rc.0",
"@angular/fire": "^7.1.0-rc",
"@angular/forms": "15.0.0-next.6",
"@angular/forms": "15.0.0-rc.0",
"@angular/material": "15.0.0-next.5",
"@angular/platform-browser": "15.0.0-next.6",
"@angular/platform-browser-dynamic": "15.0.0-next.6",
"@angular/router": "15.0.0-next.6",
"@angular/platform-browser": "15.0.0-rc.0",
"@angular/platform-browser-dynamic": "15.0.0-rc.0",
"@angular/router": "15.0.0-rc.0",
"@bazel/bazelisk": "^1.11.0",
"@bazel/jasmine": "5.7.0",
"@google-cloud/firestore": "^6.0.0",
Expand Down Expand Up @@ -156,6 +156,6 @@
}
},
"resolutions": {
"@angular/benchpress/@angular/core": "15.0.0-next.6"
"@angular/benchpress/@angular/core": "15.0.0-rc.0"
}
}
Loading

0 comments on commit a67b584

Please sign in to comment.