Skip to content

Commit

Permalink
build: update angular dependencies to v19.0.0-next.2 (#2279)
Browse files Browse the repository at this point in the history
PR Close #2279
  • Loading branch information
angular-robot authored and josephperrott committed Aug 29, 2024
1 parent 75084c6 commit 1b3fa4f
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 125 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"packageManager": "[email protected]",
"dependencies": {
"@angular/benchpress": "0.3.0",
"@angular/build": "19.0.0-next.1",
"@angular/build": "19.0.0-next.2",
"@babel/core": "^7.16.0",
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/plugin-proposal-async-generator-functions": "^7.20.1",
Expand Down Expand Up @@ -56,20 +56,20 @@
"devDependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^6.0.0",
"@angular/animations": "19.0.0-next.1",
"@angular/animations": "19.0.0-next.2",
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
"@angular/cdk": "19.0.0-next.1",
"@angular/cli": "19.0.0-next.1",
"@angular/common": "19.0.0-next.1",
"@angular/compiler": "19.0.0-next.1",
"@angular/compiler-cli": "19.0.0-next.1",
"@angular/core": "19.0.0-next.1",
"@angular/cdk": "19.0.0-next.2",
"@angular/cli": "19.0.0-next.2",
"@angular/common": "19.0.0-next.2",
"@angular/compiler": "19.0.0-next.2",
"@angular/compiler-cli": "19.0.0-next.2",
"@angular/core": "19.0.0-next.2",
"@angular/fire": "^18.0.0-rc",
"@angular/forms": "19.0.0-next.1",
"@angular/material": "19.0.0-next.1",
"@angular/platform-browser": "19.0.0-next.1",
"@angular/platform-browser-dynamic": "19.0.0-next.1",
"@angular/router": "19.0.0-next.1",
"@angular/forms": "19.0.0-next.2",
"@angular/material": "19.0.0-next.2",
"@angular/platform-browser": "19.0.0-next.2",
"@angular/platform-browser-dynamic": "19.0.0-next.2",
"@angular/router": "19.0.0-next.2",
"@bazel/bazelisk": "^1.11.0",
"@bazel/ibazel": "^0.23.0",
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
Expand Down Expand Up @@ -173,6 +173,6 @@
}
},
"resolutions": {
"@angular/benchpress/@angular/core": "19.0.0-next.1"
"@angular/benchpress/@angular/core": "19.0.0-next.2"
}
}
Loading

0 comments on commit 1b3fa4f

Please sign in to comment.