Skip to content

Commit

Permalink
build: update angular dependencies (#2510)
Browse files Browse the repository at this point in the history
PR Close #2510
  • Loading branch information
angular-robot authored and josephperrott committed Dec 19, 2024
1 parent 8e8bf8f commit e8ee8c5
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 128 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": "yarn@4.5.3",
"dependencies": {
"@angular/benchpress": "0.3.0",
"@angular/build": "19.1.0-next.1",
"@angular/build": "19.1.0-next.2",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-async-generator-functions": "^7.20.1",
"@bazel/buildifier": "6.3.3",
Expand Down Expand Up @@ -53,20 +53,20 @@
"devDependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^6.0.0",
"@angular/animations": "19.1.0-next.3",
"@angular/animations": "19.1.0-next.4",
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
"@angular/cdk": "19.1.0-next.2",
"@angular/cli": "19.1.0-next.1",
"@angular/common": "19.1.0-next.3",
"@angular/compiler": "19.1.0-next.3",
"@angular/compiler-cli": "19.1.0-next.3",
"@angular/core": "19.1.0-next.3",
"@angular/cdk": "19.1.0-next.3",
"@angular/cli": "19.1.0-next.2",
"@angular/common": "19.1.0-next.4",
"@angular/compiler": "19.1.0-next.4",
"@angular/compiler-cli": "19.1.0-next.4",
"@angular/core": "19.1.0-next.4",
"@angular/fire": "^19.0.0-rc",
"@angular/forms": "19.1.0-next.3",
"@angular/material": "19.1.0-next.2",
"@angular/platform-browser": "19.1.0-next.3",
"@angular/platform-browser-dynamic": "19.1.0-next.3",
"@angular/router": "19.1.0-next.3",
"@angular/forms": "19.1.0-next.4",
"@angular/material": "19.1.0-next.3",
"@angular/platform-browser": "19.1.0-next.4",
"@angular/platform-browser-dynamic": "19.1.0-next.4",
"@angular/router": "19.1.0-next.4",
"@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 @@ -167,6 +167,6 @@
}
},
"resolutions": {
"@angular/benchpress/@angular/core": "19.1.0-next.3"
"@angular/benchpress/@angular/core": "19.1.0-next.4"
}
}
Loading

0 comments on commit e8ee8c5

Please sign in to comment.