Skip to content

Commit

Permalink
build: bump angular deps to include angular/angular#54774 (#28700)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Mar 8, 2024
1 parent eb39ba8 commit 1012304
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 351 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "17.4.0-next.0",
"version": "18.0.0-next.0",
"dependencies": {
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/animations": "https://github.com/angular/animations-builds.git#0c4212d7ad4d5198893ebe97bf86cf060f0f5044",
"@angular/common": "https://github.com/angular/common-builds.git#80ca0a2ae664f8a82c27f07041bb59d64bd4b44e",
"@angular/compiler": "https://github.com/angular/compiler-builds.git#da0278fe1fd920e15468dbf1e5d4c1841e78d4af",
"@angular/core": "https://github.com/angular/core-builds.git#2759988b1a1bba451fa1ead29cf8de0bc3085d24",
"@angular/forms": "https://github.com/angular/forms-builds.git#985214fb5ef08a8b1b518cde81c370e4930ebfd5",
"@angular/platform-browser": "https://github.com/angular/platform-browser-builds.git#9c96b6fb77cbb9c742bab46879d6552616e4d597",
"@types/google.maps": "^3.54.10",
"@types/youtube": "^0.0.46",
"rxjs": "^6.6.7",
Expand All @@ -72,18 +72,18 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0",
"@angular-devkit/core": "^17.2.0",
"@angular-devkit/schematics": "^17.2.0",
"@angular-devkit/build-angular": "https://github.com/angular/angular-devkit-build-angular-builds.git#9869ecf570f5774fd726c6e4e652a7b217e97d99",
"@angular-devkit/core": "https://github.com/angular/angular-devkit-core-builds.git#8c9486f1383bc914053f22ea5175e7becf1a3d3d",
"@angular-devkit/schematics": "https://github.com/angular/angular-devkit-schematics-builds.git#7c8ef5f38dcc42d147e0da0a246b97995c88f8c1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3069be882e3e41cdb3dad58788d878e31d7d82e8",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
"@angular/localize": "^17.2.0",
"@angular/cli": "https://github.com/angular/cli-builds.git#79c7991d94191b934678345c08adbea9c92953bb",
"@angular/compiler-cli": "https://github.com/angular/compiler-cli-builds.git#8afb60ffdbdfd2d73ccce9b440968cc0ab906e04",
"@angular/localize": "https://github.com/angular/localize-builds.git#ea953bf7b0860ce6a23531d33ce7c301a5258178",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6f2e63fcda1f645ba3c6709c14a8417f921f9e5c",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/platform-server": "^17.2.0",
"@angular/router": "^17.2.0",
"@angular/platform-browser-dynamic": "https://github.com/angular/platform-browser-dynamic-builds.git#84efe1a846250d00cde1905c445045939a0406be",
"@angular/platform-server": "https://github.com/angular/platform-server-builds.git#b31697f055ac8cb8f46cf9ddc7543f37ec2a8554",
"@angular/router": "https://github.com/angular/router-builds.git#8e4ef233c80329db4e1c7c7c2b936af7ba512837",
"@babel/core": "^7.16.12",
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@babel/helper-string-parser": "^7.22.5",
Expand Down
Loading

0 comments on commit 1012304

Please sign in to comment.