Skip to content

Commit b80d329

Browse files
angular-robotjosephperrott
authored andcommitted
build: update angular dependencies
1 parent 3cbe098 commit b80d329

File tree

2 files changed

+196
-191
lines changed

2 files changed

+196
-191
lines changed

package.json

+14-14
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.5",
19+
"@angular-devkit/build-angular": "15.0.0-next.6",
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.5",
55+
"@angular/animations": "15.0.0-next.6",
5656
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
57-
"@angular/cdk": "15.0.0-next.4",
58-
"@angular/cli": "15.0.0-next.5",
59-
"@angular/common": "15.0.0-next.5",
60-
"@angular/compiler": "15.0.0-next.5",
61-
"@angular/compiler-cli": "15.0.0-next.5",
62-
"@angular/core": "15.0.0-next.5",
57+
"@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",
6363
"@angular/fire": "^7.1.0-rc",
64-
"@angular/forms": "15.0.0-next.5",
65-
"@angular/material": "15.0.0-next.4",
66-
"@angular/platform-browser": "15.0.0-next.5",
67-
"@angular/platform-browser-dynamic": "15.0.0-next.5",
68-
"@angular/router": "15.0.0-next.5",
64+
"@angular/forms": "15.0.0-next.6",
65+
"@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",
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.5"
159+
"@angular/benchpress/@angular/core": "15.0.0-next.6"
160160
}
161161
}

0 commit comments

Comments
 (0)