Skip to content

Commit 4294fc6

Browse files
angular-robotjosephperrott
authored andcommitted
build: update angular dependencies (#2357)
PR Close #2357
1 parent 80180a8 commit 4294fc6

File tree

2 files changed

+468
-380
lines changed

2 files changed

+468
-380
lines changed

package.json

Lines changed: 12 additions & 12 deletions
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": "19.0.0-next.8",
21+
"@angular/build": "19.0.0-next.9",
2222
"@babel/core": "^7.16.0",
2323
"@babel/helper-annotate-as-pure": "^7.18.6",
2424
"@babel/plugin-proposal-async-generator-functions": "^7.20.1",
@@ -56,20 +56,20 @@
5656
"devDependencies": {
5757
"@actions/core": "^1.4.0",
5858
"@actions/github": "^6.0.0",
59-
"@angular/animations": "19.0.0-next.7",
59+
"@angular/animations": "19.0.0-next.8",
6060
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
6161
"@angular/cdk": "19.0.0-next.6",
62-
"@angular/cli": "19.0.0-next.8",
63-
"@angular/common": "19.0.0-next.7",
64-
"@angular/compiler": "19.0.0-next.7",
65-
"@angular/compiler-cli": "19.0.0-next.7",
66-
"@angular/core": "19.0.0-next.7",
62+
"@angular/cli": "19.0.0-next.9",
63+
"@angular/common": "19.0.0-next.8",
64+
"@angular/compiler": "19.0.0-next.8",
65+
"@angular/compiler-cli": "19.0.0-next.8",
66+
"@angular/core": "19.0.0-next.8",
6767
"@angular/fire": "^18.0.0-rc",
68-
"@angular/forms": "19.0.0-next.7",
68+
"@angular/forms": "19.0.0-next.8",
6969
"@angular/material": "19.0.0-next.6",
70-
"@angular/platform-browser": "19.0.0-next.7",
71-
"@angular/platform-browser-dynamic": "19.0.0-next.7",
72-
"@angular/router": "19.0.0-next.7",
70+
"@angular/platform-browser": "19.0.0-next.8",
71+
"@angular/platform-browser-dynamic": "19.0.0-next.8",
72+
"@angular/router": "19.0.0-next.8",
7373
"@bazel/bazelisk": "^1.11.0",
7474
"@bazel/ibazel": "^0.23.0",
7575
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
@@ -174,6 +174,6 @@
174174
}
175175
},
176176
"resolutions": {
177-
"@angular/benchpress/@angular/core": "19.0.0-next.7"
177+
"@angular/benchpress/@angular/core": "19.0.0-next.8"
178178
}
179179
}

0 commit comments

Comments
 (0)