Skip to content

Commit 64d0e9d

Browse files
angular-robotjosephperrott
authored andcommitted
build: update angular dependencies (#2743)
PR Close #2743
1 parent 279c93e commit 64d0e9d

File tree

2 files changed

+142
-357
lines changed

2 files changed

+142
-357
lines changed

package.json

+14-14
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": "20.0.0-next.5",
21+
"@angular/build": "20.0.0-next.6",
2222
"@babel/core": "^7.16.0",
2323
"@babel/plugin-transform-async-generator-functions": "^7.26.8",
2424
"@bazel/buildifier": "6.3.3",
@@ -53,20 +53,20 @@
5353
"devDependencies": {
5454
"@actions/core": "^1.4.0",
5555
"@actions/github": "^6.0.0",
56-
"@angular/animations": "20.0.0-next.6",
56+
"@angular/animations": "20.0.0-next.7",
5757
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
58-
"@angular/cdk": "20.0.0-next.6",
59-
"@angular/cli": "20.0.0-next.5",
60-
"@angular/common": "20.0.0-next.6",
61-
"@angular/compiler": "20.0.0-next.6",
62-
"@angular/compiler-cli": "20.0.0-next.6",
63-
"@angular/core": "20.0.0-next.6",
58+
"@angular/cdk": "20.0.0-next.7",
59+
"@angular/cli": "20.0.0-next.6",
60+
"@angular/common": "20.0.0-next.7",
61+
"@angular/compiler": "20.0.0-next.7",
62+
"@angular/compiler-cli": "20.0.0-next.7",
63+
"@angular/core": "20.0.0-next.7",
6464
"@angular/fire": "^19.0.0-rc",
65-
"@angular/forms": "20.0.0-next.6",
66-
"@angular/material": "20.0.0-next.6",
67-
"@angular/platform-browser": "20.0.0-next.6",
68-
"@angular/platform-browser-dynamic": "20.0.0-next.6",
69-
"@angular/router": "20.0.0-next.6",
65+
"@angular/forms": "20.0.0-next.7",
66+
"@angular/material": "20.0.0-next.7",
67+
"@angular/platform-browser": "20.0.0-next.7",
68+
"@angular/platform-browser-dynamic": "20.0.0-next.7",
69+
"@angular/router": "20.0.0-next.7",
7070
"@bazel/bazelisk": "^1.11.0",
7171
"@bazel/ibazel": "^0.23.0",
7272
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
@@ -163,6 +163,6 @@
163163
}
164164
},
165165
"resolutions": {
166-
"@angular/benchpress/@angular/core": "20.0.0-next.6"
166+
"@angular/benchpress/@angular/core": "20.0.0-next.7"
167167
}
168168
}

0 commit comments

Comments
 (0)