10000 build: update cross-repo angular dependencies to v20.0.0-next.10 (#61… · angular/angular@181cc17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 181cc17

Browse files
angular-robotAndrewKushnir
authored andcommitted
build: update cross-repo angular dependencies to v20.0.0-next.10 (#61084)
See associated pull request for more information. PR Close #61084
1 parent c276981 commit 181cc17

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"@angular-devkit/core": "20.0.0-next.9",
5353
"@angular-devkit/schematics": "20.0.0-next.9",
5454
"@angular/build": "20.0.0-next.9",
55-
"@angular/cdk": "20.0.0-next.8",
55+
"@angular/cdk": "20.0.0-next.10",
5656
"@angular/cli": "20.0.0-next.9",
57-
"@angular/material": "20.0.0-next.8",
57+
"@angular/material": "20.0.0-next.10",
5858
"@angular/ssr": "20.0.0-next.9",
5959
"@babel/cli": "7.27.0",
6060
"@babel/core": "7.26.10",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,10 @@
420420
optionalDependencies:
421421
lmdb "3.2.6"
422422

423-
"@angular/cdk@20.0.0-next.8":
424-
version "20.0.0-next.8"
425-
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-20.0.0-next.8.tgz#1f316553c9e17dfdbe63f1c07da9d4ae4f7217b7"
426-
integrity sha512-QDI5TOdnfzBXrhbmv68NV0PqqikpEDHaiVkt742XB3XY9MjgVNH0D9fdQucn+vzfEhWs9lABuxXY/IBdI7iqaQ==
423+
"@angular/cdk@20.0.0-next.10":
424+
version "20.0.0-next.10"
425+
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-20.0.0-next.10.tgz#b06cefb88e08c0d733778d77e5b1e2772fba147f"
426+
integrity sha512-z72vwZnryFydG4lqElMXEP6ywdlq2kA+uA8pIH2vdneR7iyM3TdGfgeVqFB/S8JOoq0AeQ3A9K5l1Gm0dPDRgw==
427427
dependencies:
428428
parse5 "^7.1.2"
429429
tslib "^2.3.0"
@@ -457,10 +457,10 @@
457457
dependencies:
458458
tslib "^2.3.0"
459459

460-
"@angular/material@20.0.0-next.8":
461-
version "20.0.0-next.8"
462-
resolved "https://registry.yarnpkg.com/@angular/material/-/material-20.0.0-next.8.tgz#63aa810f5ae4f86aa26e57cd18a06ac43b22d010"
463-
integrity sha512-KNUTlYILituqHptwgWn7YVzWJ26LybJF48XfJKEb2EhMIyz1Hkw9LkE8AZTvspCqaX3nJSqURcN5vmeXfWy9tw==
460+
"@angular/material@20.0.0-next.10":
461+
version "20.0.0-next.10"
462+
resolved "https://registry.yarnpkg.com/@angular/material/-/material-20.0.0-next.10.tgz#fed09517e2607d3ee481979fe1dd73d9880e3fb7"
463+
integrity sha512-V8YU1uSaHVd0LZAV4wSd3RbQ/tV+HSuTtu+RiJ8z7OEfdIt44NOIqQ1AzSHhiCTz8+BS61TDKrbDNUDJP2KX/g==
464464
dependencies:
465465
tslib "^2.3.0"
466466

0 commit comments

Comments
 (0)
0