Skip to content

Commit

Permalink
build: update angular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and devversion committed Nov 13, 2022
1 parent 7d103b8 commit 9bc16c6
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 519 deletions.
28 changes: 14 additions & 14 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-rc.2",
"@angular-devkit/build-angular": "15.0.0-rc.3",
"@angular/benchpress": "0.3.0",
"@babel/core": "^7.16.0",
"@babel/helper-annotate-as-pure": "^7.18.6",
Expand Down Expand Up @@ -53,20 +53,20 @@
"devDependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"@angular/animations": "15.0.0-rc.1",
"@angular/animations": "15.0.0-rc.3",
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
"@angular/cdk": "15.0.0-rc.1",
"@angular/cli": "15.0.0-rc.2",
"@angular/common": "15.0.0-rc.1",
"@angular/compiler": "15.0.0-rc.1",
"@angular/compiler-cli": "15.0.0-rc.1",
"@angular/core": "15.0.0-rc.1",
"@angular/cdk": "15.0.0-rc.2",
"@angular/cli": "15.0.0-rc.3",
"@angular/common": "15.0.0-rc.3",
"@angular/compiler": "15.0.0-rc.3",
"@angular/compiler-cli": "15.0.0-rc.3",
"@angular/core": "15.0.0-rc.3",
"@angular/fire": "^7.1.0-rc",
"@angular/forms": "15.0.0-rc.1",
"@angular/material": "15.0.0-rc.1",
"@angular/platform-browser": "15.0.0-rc.1",
"@angular/platform-browser-dynamic": "15.0.0-rc.1",
"@angular/router": "15.0.0-rc.1",
"@angular/forms": "15.0.0-rc.3",
"@angular/material": "15.0.0-rc.2",
"@angular/platform-browser": "15.0.0-rc.3",
"@angular/platform-browser-dynamic": "15.0.0-rc.3",
"@angular/router": "15.0.0-rc.3",
"@bazel/bazelisk": "^1.11.0",
"@bazel/jasmine": "5.7.1",
"@google-cloud/firestore": "^6.0.0",
Expand Down Expand Up @@ -158,6 +158,6 @@
}
},
"resolutions": {
"@angular/benchpress/@angular/core": "15.0.0-rc.1"
"@angular/benchpress/@angular/core": "15.0.0-rc.3"
}
}
Loading

0 comments on commit 9bc16c6

Please sign in to comment.