Skip to content

Commit

Permalink
build: bump angular deps to include angular/angular#53718
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Mar 7, 2024
1 parent eb39ba8 commit 9a2a1bc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 31 deletions.
14 changes: 7 additions & 7 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": "angular/animations-builds#5bc5c9b176eb31ecc81d8af8109b98578fb7ab62",
"@angular/common": "angular/common-builds#38be7331c97f35d439d0a640b44ba85f697c26f2",
"@angular/compiler": "angular/compiler-builds#03d01f396409937232efb469970dd6a175dab73e",
"@angular/core": "angular/core-builds#e1bb2d5e88b006bf8a153b863d84356302488d62",
"@angular/forms": "angular/forms-builds#2254e9dddbf7da7cf240ef14f2d5ae0f7170bf49",
"@angular/platform-browser": "angular/platform-browser-builds#c2d3f8f1b78290a5c114bdbcad88185c36619faf",
"@types/google.maps": "^3.54.10",
"@types/youtube": "^0.0.46",
"rxjs": "^6.6.7",
Expand Down
42 changes: 18 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,9 @@
ora "5.4.1"
rxjs "7.8.1"

"@angular/animations@^17.2.0":
version "17.2.0"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-17.2.0.tgz#45cfb34401f34bfca9c53309576fc3a178415c51"
integrity sha512-gUdkZMnZ4aXcOnzGv8JeYy2Y+2HaFaf+r7LB7ctSo1eIe6XslENo8m4B0IywCZIwbQMnjaO7N+L6FCPcO7/4bg==
"@angular/animations@angular/animations-builds#5bc5c9b176eb31ecc81d8af8109b98578fb7ab62":
version "18.0.0-next.0"
resolved "https://codeload.github.com/angular/animations-builds/tar.gz/5bc5c9b176eb31ecc81d8af8109b98578fb7ab62"
dependencies:
tslib "^2.3.0"

Expand Down Expand Up @@ -352,10 +351,9 @@
symbol-observable "4.0.0"
yargs "17.7.2"

"@angular/common@^17.2.0":
version "17.2.0"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-17.2.0.tgz#50d6e3abc94c2f7904b5f7ab8224d577db56da35"
integrity sha512-zM4GQdU1wwAajXKai4kPNVUmtpR+kZScYZMYmCIJZRgtohyz0L2kg3SHf7SaibG26syu/GB/E4vtXXska+7+tg==
"@angular/common@angular/common-builds#38be7331c97f35d439d0a640b44ba85f697c26f2":
version "18.0.0-next.0"
resolved "https://codeload.github.com/angular/common-builds/tar.gz/38be7331c97f35d439d0a640b44ba85f697c26f2"
dependencies:
tslib "^2.3.0"

Expand All @@ -373,10 +371,9 @@
tslib "^2.3.0"
yargs "^17.2.1"

"@angular/compiler@^17.2.0":
version "17.2.0"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.2.0.tgz#a31db7de034887fc88a7eb09ca56a778c3d9f376"
integrity sha512-hsluvUtaRMlhKr5/dmQ53v8xDtkm0saqXYObGTLIWS3+QhXANHiM1WfPW/sz4G7ntocNjkYwMIjNjWl0NzeA5Q==
"@angular/compiler@angular/compiler-builds#03d01f396409937232efb469970dd6a175dab73e":
version "18.0.0-next.0"
resolved "https://codeload.github.com/angular/compiler-builds/tar.gz/03d01f396409937232efb469970dd6a175dab73e"
dependencies:
tslib "^2.3.0"

Expand All @@ -387,17 +384,15 @@
dependencies:
tslib "^2.3.0"

"@angular/core@^17.2.0":
version "17.2.0"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-17.2.0.tgz#7629bc039df00e21ba2bb23e9273e82e72b30aca"
integrity sha512-CrH9z5xPuyrKKJzLSDbIF4PyWle68JcQ+9sioqhNzb3d/PeyqNC/LQQZ/60c6oFvzBMRSisVaqF5JPkLdgHRmQ==
"@angular/core@angular/core-builds#e1bb2d5e88b006bf8a153b863d84356302488d62":
version "18.0.0-next.0"
resolved "https://codeload.github.com/angular/core-builds/tar.gz/e1bb2d5e88b006bf8a153b863d84356302488d62"
dependencies:
tslib "^2.3.0"

"@angular/forms@^17.2.0":
version "17.2.0"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-17.2.0.tgz#cb8e0faa97824a529219e4c2f0a624c35b192aca"
integrity sha512-wgZQ5iVtzskOULVB1picWOBZB6QUJoi+DXV0SB6CPktiyBUpjOk18AmzAFsZZ41jXIV6dcSY/G9/u67BVziNsQ==
"@angular/forms@angular/forms-builds#2254e9dddbf7da7cf240ef14f2d5ae0f7170bf49":
version "18.0.0-next.0"
resolved "https://codeload.github.com/angular/forms-builds/tar.gz/2254e9dddbf7da7cf240ef14f2d5ae0f7170bf49"
dependencies:
tslib "^2.3.0"

Expand Down Expand Up @@ -425,10 +420,9 @@
dependencies:
tslib "^2.3.0"

"@angular/platform-browser@^17.2.0":
version "17.2.0"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-17.2.0.tgz#ad272d2b7c15165193e46bff732bafefc6b5371b"
integrity sha512-9j/PbgXZXmeVYkiXE3MaYfS14lgVSNogPriCuBnBWlVJqrnEMTBF9mOWVoW4Kyq/pfCGPu5mIDF1BRlLZT9B6Q==
"@angular/platform-browser@angular/platform-browser-builds#c2d3f8f1b78290a5c114bdbcad88185c36619faf":
version "18.0.0-next.0"
resolved "https://codeload.github.com/angular/platform-browser-builds/tar.gz/c2d3f8f1b78290a5c114bdbcad88185c36619faf"
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 9a2a1bc

Please sign in to comment.