mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update cross-repo angular dependencies to ^19.1.0-next (#58910)
See associated pull request for more information. PR Close #58910
This commit is contained in:
committed by
Jessica Janiuk
parent
552092d742
commit
f6e448529f
@@ -3,12 +3,12 @@
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"peerDependencies": {
|
||||
"@angular/cdk": "^19.0.0",
|
||||
"@angular/common": "^19.0.0",
|
||||
"@angular/core": "^19.0.0",
|
||||
"@angular/forms": "^19.0.0",
|
||||
"@angular/common": "^19.1.0-next",
|
||||
"@angular/core": "^19.1.0-next",
|
||||
"@angular/forms": "^19.1.0-next",
|
||||
"@angular/material": "^19.0.0",
|
||||
"@angular/platform-browser": "^19.0.0",
|
||||
"@angular/router": "^19.0.0",
|
||||
"@angular/platform-browser": "^19.1.0-next",
|
||||
"@angular/router": "^19.1.0-next",
|
||||
"@angular/ssr": "^19.0.0",
|
||||
"algoliasearch": "^5.0.0",
|
||||
"rxjs": "^7.8.1"
|
||||
|
||||
+2
-2
@@ -159,9 +159,9 @@
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@angular-devkit/architect-cli": "0.1900.2",
|
||||
"@angular/animations": "^19.0.0",
|
||||
"@angular/animations": "^19.1.0-next",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#41d5efafd8094da3c8455e1b54b381e346d0c7a9",
|
||||
"@angular/core": "^19.0.0",
|
||||
"@angular/core": "^19.1.0-next",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#47ccf2ca29307997c021994c859c03c71fae686e",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildifier": "^7.0.0",
|
||||
|
||||
@@ -308,10 +308,10 @@
|
||||
ora "5.4.1"
|
||||
rxjs "7.8.1"
|
||||
|
||||
"@angular/animations@^19.0.0":
|
||||
version "19.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-19.0.0.tgz#7cd4f5e6bf15ec834738f3807e77900ac8ac7d42"
|
||||
integrity sha512-+uZTvEXjYh8PZKB4ijk8uuH1K+Tz/A67mUlltFv9pYKtnmbZAeS/PI66g/7pigRYDvEgid1fvlAANeBShAiPZQ==
|
||||
"@angular/animations@^19.1.0-next":
|
||||
version "19.1.0-next.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-19.1.0-next.0.tgz#1af2f138d80a59d71d63cd870d8ceb369579d850"
|
||||
integrity sha512-tVixJSU9J4B+m/mMC6yS+6m5PtaOfltrtT0fw92XM2zA0sVeS4d9+DiewkdMU9wwYwUdMfJEf+jXe7N1rOUtHQ==
|
||||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
@@ -465,10 +465,10 @@
|
||||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
"@angular/core@^19.0.0":
|
||||
version "19.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/core/-/core-19.0.0.tgz#ba977b5b436b89acb31d204b26622c533334139c"
|
||||
integrity sha512-aNG2kd30BOM/zf0jC+aEVG8OA27IwqCki9EkmyRNYnaP2O5Mj1n7JpCyZGI+0LrWTJ2UUCfRNZiZdZwmNThr1Q==
|
||||
"@angular/core@^19.1.0-next":
|
||||
version "19.1.0-next.0"
|
||||
resolved "https://registry.yarnpkg.com/@angular/core/-/core-19.1.0-next.0.tgz#e0d0b5bf8fe7367ac7be6b55bf4d2a41c1bc781f"
|
||||
integrity sha512-EyFu4Jki1QCzn/jqEoOZokwRyYyR4HABxbJIkxdiXVv/UaCYCZIRwCOjNAD0kmmFU0btm5UVJtoXSrTo3mQBBg==
|
||||
dependencies:
|
||||
tslib "^2.3.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user