Skip to content

Commit 0768ab8

Browse files
committed
build: update to Angular v18 next
Bumps the repo to the `next` version of Angular 18.
1 parent b77952a commit 0768ab8

File tree

2 files changed

+96
-99
lines changed

2 files changed

+96
-99
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
},
5959
"version": "18.0.0-next.0",
6060
"dependencies": {
61-
"@angular/animations": "https://github.com/angular/animations-builds.git#0c4212d7ad4d5198893ebe97bf86cf060f0f5044",
62-
"@angular/common": "https://github.com/angular/common-builds.git#80ca0a2ae664f8a82c27f07041bb59d64bd4b44e",
63-
"@angular/compiler": "https://github.com/angular/compiler-builds.git#da0278fe1fd920e15468dbf1e5d4c1841e78d4af",
64-
"@angular/core": "https://github.com/angular/core-builds.git#2759988b1a1bba451fa1ead29cf8de0bc3085d24",
65-
"@angular/forms": "https://github.com/angular/forms-builds.git#985214fb5ef08a8b1b518cde81c370e4930ebfd5",
66-
"@angular/platform-browser": "https://github.com/angular/platform-browser-builds.git#9c96b6fb77cbb9c742bab46879d6552616e4d597",
61+
"@angular/animations": "^18.0.0-next.0",
62+
"@angular/common": "^18.0.0-next.0",
63+
"@angular/compiler": "^18.0.0-next.0",
64+
"@angular/core": "^18.0.0-next.0",
65+
"@angular/forms": "^18.0.0-next.0",
66+
"@angular/platform-browser": "^18.0.0-next.0",
6767
"@types/google.maps": "^3.54.10",
6868
"@types/youtube": "^0.0.46",
6969
"rxjs": "^6.6.7",
@@ -72,18 +72,18 @@
7272
"zone.js": "~0.14.0"
7373
},
7474
"devDependencies": {
75-
"@angular-devkit/build-angular": "https://github.com/angular/angular-devkit-build-angular-builds.git#9869ecf570f5774fd726c6e4e652a7b217e97d99",
76-
"@angular-devkit/core": "https://github.com/angular/angular-devkit-core-builds.git#8c9486f1383bc914053f22ea5175e7becf1a3d3d",
77-
"@angular-devkit/schematics": "https://github.com/angular/angular-devkit-schematics-builds.git#7c8ef5f38dcc42d147e0da0a246b97995c88f8c1",
75+
"@angular-devkit/build-angular": "^17.3.0",
76+
"@angular-devkit/core": "^17.3.0",
77+
"@angular-devkit/schematics": "^17.3.0",
7878
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
7979
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3069be882e3e41cdb3dad58788d878e31d7d82e8",
80-
"@angular/cli": "https://github.com/angular/cli-builds.git#79c7991d94191b934678345c08adbea9c92953bb",
81-
"@angular/compiler-cli": "https://github.com/angular/compiler-cli-builds.git#8afb60ffdbdfd2d73ccce9b440968cc0ab906e04",
82-
"@angular/localize": "https://github.com/angular/localize-builds.git#ea953bf7b0860ce6a23531d33ce7c301a5258178",
80+
"@angular/cli": "^17.3.0",
81+
"@angular/compiler-cli": "^18.0.0-next.0",
82+
"@angular/localize": "^18.0.0-next.0",
8383
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6f2e63fcda1f645ba3c6709c14a8417f921f9e5c",
84-
"@angular/platform-browser-dynamic": "https://github.com/angular/platform-browser-dynamic-builds.git#84efe1a846250d00cde1905c445045939a0406be",
85-
"@angular/platform-server": "https://github.com/angular/platform-server-builds.git#b31697f055ac8cb8f46cf9ddc7543f37ec2a8554",
86-
"@angular/router": "https://github.com/angular/router-builds.git#8e4ef233c80329db4e1c7c7c2b936af7ba512837",
84+
"@angular/platform-browser-dynamic": "^18.0.0-next.0",
85+
"@angular/platform-server": "^18.0.0-next.0",
86+
"@angular/router": "^18.0.0-next.0",
8787
"@babel/core": "^7.16.12",
8888
"@babel/helper-explode-assignable-expression": "^7.18.6",
8989
"@babel/helper-string-parser": "^7.22.5",

yarn.lock

Lines changed: 81 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@
4141
"@angular-devkit/core" "17.0.0"
4242
rxjs "7.8.1"
4343

44-
"@angular-devkit/architect@github:angular/angular-devkit-architect-builds#034639b":
45-
version "0.1800.0-next.0"
46-
resolved "https://codeload.github.com/angular/angular-devkit-architect-builds/tar.gz/5c20c4520f49c271db96ee57fb39033873030805"
44+
"@angular-devkit/architect@0.1703.0":
45+
version "0.1703.0"
46+
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1703.0.tgz#103b613b6ce2dcfdd76bea344e67a2a296a94b37"
47+
integrity sha512-2X2cswI4TIwtQxCe5U9f4jeiDjAb8r89XLpU0QwEHyZyWx02uhYHO3FDMJq/NxCS95IUAQOBGBhbD4ey4Hl9cQ==
4748
dependencies:
48-
"@angular-devkit/core" "github:angular/angular-devkit-core-builds#034639b"
49+
"@angular-devkit/core" "17.3.0"
4950
rxjs "7.8.1"
5051

5152
"@angular-devkit/build-angular@17.0.0":
@@ -121,14 +122,15 @@
121122
optionalDependencies:
122123
esbuild "0.19.5"
123124

124-
"@angular-devkit/build-angular@https://github.com/angular/angular-devkit-build-angular-builds.git#9869ecf570f5774fd726c6e4e652a7b217e97d99":
125-
version "18.0.0-next.0"
126-
resolved "https://github.com/angular/angular-devkit-build-angular-builds.git#9869ecf570f5774fd726c6e4e652a7b217e97d99"
125+
"@angular-devkit/build-angular@^17.3.0":
126+
version "17.3.0"
127+
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-17.3.0.tgz#3a0d064d1afc5d786a3dfad1b99a0b756fc85e7a"
128+
integrity sha512-mC70mZK/liITM4VlGL6hmYPkVsZwAb+X3TxwodBl/g8p/sYijDhK/4QJHzmcHTxLYQQS6nS5CUcr9ARQFkGN2w==
127129
dependencies:
128130
"@ampproject/remapping" "2.3.0"
129-
"@angular-devkit/architect" "github:angular/angular-devkit-architect-builds#034639b"
130-
"@angular-devkit/build-webpack" "github:angular/angular-devkit-build-webpack-builds#034639b"
131-
"@angular-devkit/core" "github:angular/angular-devkit-core-builds#034639b"
131+
"@angular-devkit/architect" "0.1703.0"
132+
"@angular-devkit/build-webpack" "0.1703.0"
133+
"@angular-devkit/core" "17.3.0"
132134
"@babel/core" "7.24.0"
133135
"@babel/generator" "7.23.6"
134136
"@babel/helper-annotate-as-pure" "7.22.5"
@@ -139,7 +141,7 @@
139141
"@babel/preset-env" "7.24.0"
140142
"@babel/runtime" "7.24.0"
141143
"@discoveryjs/json-ext" "0.5.7"
142-
"@ngtools/webpack" "github:angular/ngtools-webpack-builds#034639b"
144+
"@ngtools/webpack" "17.3.0"
143145
"@vitejs/plugin-basic-ssl" "1.1.0"
144146
ansi-colors "4.1.3"
145147
autoprefixer "10.4.18"
@@ -199,11 +201,12 @@
199201
"@angular-devkit/architect" "0.1700.0"
200202
rxjs "7.8.1"
201203

202-
"@angular-devkit/build-webpack@github:angular/angular-devkit-build-webpack-builds#034639b":
203-
version "0.1800.0-next.0"
204-
resolved "https://codeload.github.com/angular/angular-devkit-build-webpack-builds/tar.gz/31b937f9278065aecd757ac150a927dba76dceb0"
204+
"@angular-devkit/build-webpack@0.1703.0":
205+
version "0.1703.0"
206+
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1703.0.tgz#1576a42e915cf22a664fff10361c96a0f9900319"
207+
integrity sha512-IEaLzV5lolURJhMKM4naW6pYTDjI5E8I+97o/kbSa0yakvGOBwg7yRmfc54T1M0Z4nmifPsj4OVRGhBaa6dgXA==
205208
dependencies:
206-
"@angular-devkit/architect" "github:angular/angular-devkit-architect-builds#034639b"
209+
"@angular-devkit/architect" "0.1703.0"
207210
rxjs "7.8.1"
208211

209212
"@angular-devkit/core@17.0.0":
@@ -230,21 +233,10 @@
230233
rxjs "7.8.1"
231234
source-map "0.7.4"
232235

233-
"@angular-devkit/core@github:angular/angular-devkit-core-builds#034639b":
234-
version "18.0.0-next.0"
235-
resolved "https://codeload.github.com/angular/angular-devkit-core-builds/tar.gz/8c9486f1383bc914053f22ea5175e7becf1a3d3d"
236-
dependencies:
237-
ajv "8.12.0"
238-
ajv-formats "2.1.1"
239-
jsonc-parser "3.2.1"
240-
picomatch "4.0.1"
241-
rxjs "7.8.1"
242-
source-map "0.7.4"
243-
244-
"@angular-devkit/core@https://github.com/angular/angular-devkit-core-builds.git#8c9486f1383bc914053f22ea5175e7becf1a3d3d":
245-
version "18.0.0-next.0+sha-034639b"
246-
uid "8c9486f1383bc914053f22ea5175e7becf1a3d3d"
247-
resolved "https://github.com/angular/angular-devkit-core-builds.git#8c9486f1383bc914053f22ea5175e7becf1a3d3d"
236+
"@angular-devkit/core@17.3.0", "@angular-devkit/core@^17.3.0":
237+
version "17.3.0"
238+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.3.0.tgz#88f8a513dbf23d3248d4cc1ffadfb6324b3aa859"
239+
integrity sha512-ldErhMYq8rcFOhWQ0syQdLy6IYb/LL0erigj7gCMOf59oJgM7B13o/ZTOCvyJttUZ9IP0HB98Gi3epEuJ30VLg==
248240
dependencies:
249241
ajv "8.12.0"
250242
ajv-formats "2.1.1"
@@ -264,29 +256,21 @@
264256
ora "5.4.1"
265257
rxjs "7.8.1"
266258

267-
"@angular-devkit/schematics@github:angular/angular-devkit-schematics-builds#034639b":
268-
version "18.0.0-next.0"
269-
resolved "https://codeload.github.com/angular/angular-devkit-schematics-builds/tar.gz/7c8ef5f38dcc42d147e0da0a246b97995c88f8c1"
259+
"@angular-devkit/schematics@17.3.0", "@angular-devkit/schematics@^17.3.0":
260+
version "17.3.0"
261+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.3.0.tgz#35e47c5c6aff8192643746d16e777c7c2400ded0"
262+
integrity sha512-EW4Y8W/KTlvvT2fw3bh9hY7quDF2b9EaF+KftEqoDRWYbw0tlF8hWIdlfA6JxQC12d6uefh3kDNj5am0Il2oNQ==
270263
dependencies:
271-
"@angular-devkit/core" "github:angular/angular-devkit-core-builds#034639b"
264+
"@angular-devkit/core" "17.3.0"
272265
jsonc-parser "3.2.1"
273266
magic-string "0.30.8"
274267
ora "5.4.1"
275268
rxjs "7.8.1"
276269

277-
"@angular-devkit/schematics@https://github.com/angular/angular-devkit-schematics-builds.git#7c8ef5f38dcc42d147e0da0a246b97995c88f8c1":
270+
"@angular/animations@^18.0.0-next.0":
278271
version "18.0.0-next.0"
279-
resolved "https://github.com/angular/angular-devkit-schematics-builds.git#7c8ef5f38dcc42d147e0da0a246b97995c88f8c1"
280-
dependencies:
281-
"@angular-devkit/core" "github:angular/angular-devkit-core-builds#034639b"
282-
jsonc-parser "3.2.1"
283-
magic-string "0.30.8"
284-
ora "5.4.1"
285-
rxjs "7.8.1"
286-
287-
"@angular/animations@https://github.com/angular/animations-builds.git#0c4212d7ad4d5198893ebe97bf86cf060f0f5044":
288-
version "18.0.0-next.0"
289-
resolved "https://github.com/angular/animations-builds.git#0c4212d7ad4d5198893ebe97bf86cf060f0f5044"
272+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-18.0.0-next.0.tgz#a29b602d783ce9f4d75a8a7a08f1e8c202be8c65"
273+
integrity sha512-rfwwL0y3xFOYMvIR5LuAiotzQXv8KucmZd/K1Z7DignP98TZkdOwfeqdGweRJjGjZYybzTgMy6coaP5ShJTpRw==
290274
dependencies:
291275
tslib "^2.3.0"
292276

@@ -352,14 +336,15 @@
352336
uuid "^9.0.0"
353337
yargs "^17.0.0"
354338

355-
"@angular/cli@https://github.com/angular/cli-builds.git#79c7991d94191b934678345c08adbea9c92953bb":
356-
version "18.0.0-next.0"
357-
resolved "https://github.com/angular/cli-builds.git#79c7991d94191b934678345c08adbea9c92953bb"
339+
"@angular/cli@^17.3.0":
340+
version "17.3.0"
341+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-17.3.0.tgz#e1ce68f649ef50ae455a09f2738d2c6c22b6bba9"
342+
integrity sha512-xwxlimNP4MECkdzjc0+m7lGxighcH0ncAfEo9yUo+r+4EFalB/Q7DAQPIU1xkbBk8iJwcFhGFAnS1IeLur15kQ==
358343
dependencies:
359-
"@angular-devkit/architect" "github:angular/angular-devkit-architect-builds#034639b"
360-
"@angular-devkit/core" "github:angular/angular-devkit-core-builds#034639b"
361-
"@angular-devkit/schematics" "github:angular/angular-devkit-schematics-builds#034639b"
362-
"@schematics/angular" "github:angular/schematics-angular-builds#034639b"
344+
"@angular-devkit/architect" "0.1703.0"
345+
"@angular-devkit/core" "17.3.0"
346+
"@angular-devkit/schematics" "17.3.0"
347+
"@schematics/angular" "17.3.0"
363348
"@yarnpkg/lockfile" "1.1.0"
364349
ansi-colors "4.1.3"
365350
ini "4.1.2"
@@ -375,15 +360,17 @@
375360
symbol-observable "4.0.0"
376361
yargs "17.7.2"
377362

378-
"@angular/common@https://github.com/angular/common-builds.git#80ca0a2ae664f8a82c27f07041bb59d64bd4b44e":
363+
"@angular/common@^18.0.0-next.0":
379364
version "18.0.0-next.0"
380-
resolved "https://github.com/angular/common-builds.git#80ca0a2ae664f8a82c27f07041bb59d64bd4b44e"
365+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-18.0.0-next.0.tgz#2f497ca3748f7979eeb30d17fd53f2cedc8a8654"
366+
integrity sha512-omWnW3e29hE5uXUPNKn7IqoINVsZG3ANas9fZdvxGh2/sB6L3RztSw0Ohl1TeHuBkk3LLKdZ3eRiYuqdm/RtwA==
381367
dependencies:
382368
tslib "^2.3.0"
383369

384-
"@angular/compiler-cli@https://github.com/angular/compiler-cli-builds.git#8afb60ffdbdfd2d73ccce9b440968cc0ab906e04":
370+
"@angular/compiler-cli@^18.0.0-next.0":
385371
version "18.0.0-next.0"
386-
resolved "https://github.com/angular/compiler-cli-builds.git#8afb60ffdbdfd2d73ccce9b440968cc0ab906e04"
372+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-18.0.0-next.0.tgz#431e48cf78afe7d221024c299f287ef0aca3fa54"
373+
integrity sha512-jxMORPHXfp23iEiMT2hBiNz37NRGMenbGAqapS715zTnSre7BcjAw+h0WBiXJe3aloW8rkrN87kPL1Ki4dF91w==
387374
dependencies:
388375
"@babel/core" "7.23.9"
389376
"@jridgewell/sourcemap-codec" "^1.4.14"
@@ -394,9 +381,10 @@
394381
tslib "^2.3.0"
395382
yargs "^17.2.1"
396383

397-
"@angular/compiler@https://github.com/angular/compiler-builds.git#da0278fe1fd920e15468dbf1e5d4c1841e78d4af":
384+
"@angular/compiler@^18.0.0-next.0":
398385
version "18.0.0-next.0"
399-
resolved "https://github.com/angular/compiler-builds.git#da0278fe1fd920e15468dbf1e5d4c1841e78d4af"
386+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-18.0.0-next.0.tgz#0bc3fd414cb8a9678bed3c3027a0c18e3ccc7f14"
387+
integrity sha512-xHlN/T9WL3Udiz+nXgyqMy5Iap0WHkziV0013hqbRzmEgiI2kD7NUOPNttkaw2W3i49/ePhFZx5nBLfTESlINg==
400388
dependencies:
401389
tslib "^2.3.0"
402390

@@ -407,21 +395,24 @@
407395
dependencies:
408396
tslib "^2.3.0"
409397

410-
"@angular/core@https://github.com/angular/core-builds.git#2759988b1a1bba451fa1ead29cf8de0bc3085d24":
398+
"@angular/core@^18.0.0-next.0":
411399
version "18.0.0-next.0"
412-
resolved "https://github.com/angular/core-builds.git#2759988b1a1bba451fa1ead29cf8de0bc3085d24"
400+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-18.0.0-next.0.tgz#2f8f01ed0eb1c2230eb73e97731421a2bc2c487c"
401+
integrity sha512-UJSWmUPUJGMMeik8cuqBBrl6CXWSdRnBX2JwXG/txREtZQOE6wyyu90XtaIF4DJPsHhnEKx4kRVIvrk6xO9m5Q==
413402
dependencies:
414403
tslib "^2.3.0"
415404

416-
"@angular/forms@https://github.com/angular/forms-builds.git#985214fb5ef08a8b1b518cde81c370e4930ebfd5":
405+
"@angular/forms@^18.0.0-next.0":
417406
version "18.0.0-next.0"
418-
resolved "https://github.com/angular/forms-builds.git#985214fb5ef08a8b1b518cde81c370e4930ebfd5"
407+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-18.0.0-next.0.tgz#92a5ce353441cbf35f118c7b5e86752c3f81ac5d"
408+
integrity sha512-u8PBWgnpDZDTixtAICzou0JyLNQW1y6NVMqHwE3aH5jdyw3JzSBDdH+nOuUSyiPJtQkg5KAgeHfrhox3HptDVg==
419409
dependencies:
420410
tslib "^2.3.0"
421411

422-
"@angular/localize@https://github.com/angular/localize-builds.git#ea953bf7b0860ce6a23531d33ce7c301a5258178":
412+
"@angular/localize@^18.0.0-next.0":
423413
version "18.0.0-next.0"
424-
resolved "https://github.com/angular/localize-builds.git#ea953bf7b0860ce6a23531d33ce7c301a5258178"
414+
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-18.0.0-next.0.tgz#c554b4a7806e92eaa830cb03d99914e08d3a5e8e"
415+
integrity sha512-turCtIR/WCZfViR8XHUCzpbOpENrGGA2QwGzEY0mHCQepXuBVGMBKz5S7krggYnroKcib8hdHdYAND8VloaGZQ==
425416
dependencies:
426417
"@babel/core" "7.23.9"
427418
"@types/babel__core" "7.20.5"
@@ -435,28 +426,32 @@
435426
"@yarnpkg/lockfile" "^1.1.0"
436427
typescript "~4.9.0"
437428

438-
"@angular/platform-browser-dynamic@https://github.com/angular/platform-browser-dynamic-builds.git#84efe1a846250d00cde1905c445045939a0406be":
429+
"@angular/platform-browser-dynamic@^18.0.0-next.0":
439430
version "18.0.0-next.0"
440-
resolved "https://github.com/angular/platform-browser-dynamic-builds.git#84efe1a846250d00cde1905c445045939a0406be"
431+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.0.0-next.0.tgz#5d1a6b0f811e51c8f804f1a8920dc26c842eb54d"
432+
integrity sha512-wsnWrIBxWnhrWZKPZWcXQFES9so740r8P14Ayh6SHgBZQabg25bmTR6GBTbyjARppo7jhuWIrL5Z4dKt1w30aQ==
441433
dependencies:
442434
tslib "^2.3.0"
443435

444-
"@angular/platform-browser@https://github.com/angular/platform-browser-builds.git#9c96b6fb77cbb9c742bab46879d6552616e4d597":
436+
"@angular/platform-browser@^18.0.0-next.0":
445437
version "18.0.0-next.0"
446-
resolved "https://github.com/angular/platform-browser-builds.git#9c96b6fb77cbb9c742bab46879d6552616e4d597"
438+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-18.0.0-next.0.tgz#f17081abdf613686d03ebb8d75d0e684ff924d05"
439+
integrity sha512-0qhGr+nN9qco4m3fIHEtfoz313k/kxJpy7wSBKLBNlmC2diwtaJQYOakqlfSdaP1iOxU48Hu4ryL7l0IErPVqg==
447440
dependencies:
448441
tslib "^2.3.0"
449442

450-
"@angular/platform-server@https://github.com/angular/platform-server-builds.git#b31697f055ac8cb8f46cf9ddc7543f37ec2a8554":
443+
"@angular/platform-server@^18.0.0-next.0":
451444
version "18.0.0-next.0"
452-
resolved "https://github.com/angular/platform-server-builds.git#b31697f055ac8cb8f46cf9ddc7543f37ec2a8554"
445+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-18.0.0-next.0.tgz#87bd11526c189196c538df1e50326e85492e456e"
446+
integrity sha512-eSeCKJH8kBld4AoLHqs2nchH3sGFL/GwfuT3Bf4Ng0BHdartWd0RhQis1CjmW6CeoF9/amJr/2tTLSUjRf5B6g==
453447
dependencies:
454448
tslib "^2.3.0"
455449
xhr2 "^0.2.0"
456450

457-
"@angular/router@https://github.com/angular/router-builds.git#8e4ef233c80329db4e1c7c7c2b936af7ba512837":
451+
"@angular/router@^18.0.0-next.0":
458452
version "18.0.0-next.0"
459-
resolved "https://github.com/angular/router-builds.git#8e4ef233c80329db4e1c7c7c2b936af7ba512837"
453+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-18.0.0-next.0.tgz#32b323ced7c5a45fc4c437731472eb83f311e41f"
454+
integrity sha512-RP0CtYg+dAzEyH2OrirluL0NPH4yO3621bjBAvbAgc/x/IOEldGojxxvn6dYyd7dAEKYvPNQlcY2TwQHGH4UzQ==
460455
dependencies:
461456
tslib "^2.3.0"
462457

@@ -4515,9 +4510,10 @@
45154510
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-17.0.0.tgz#358382da755b781ad8a576e398f94f7ac27d669a"
45164511
integrity sha512-/Bb5MXlphNp3UDsQDa4EB4AwpF4D/plrCPd5YGfVvD43j5g5Rpen+cqz5jai1zfAkF1dPl2qq0nRp/jwmJO3uA==
45174512

4518-
"@ngtools/webpack@github:angular/ngtools-webpack-builds#034639b":
4519-
version "18.0.0-next.0"
4520-
resolved "https://codeload.github.com/angular/ngtools-webpack-builds/tar.gz/ac344c1a925f48d1016fc73d9cdeb550cacbfca0"
4513+
"@ngtools/webpack@17.3.0":
4514+
version "17.3.0"
4515+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-17.3.0.tgz#91e6168304739350fb6f3b9877d29e4a382cadb2"
4516+
integrity sha512-wNTCDPPEtjP4mxYerLVLCMwOCTEOD2HqZMVXD8pJbarrGPMuoyglUZuqNSIS5KVqR+fFez6JEUnMvC3QSqf58w==
45214517

45224518
"@nodelib/fs.scandir@2.1.5":
45234519
version "2.1.5"
@@ -4968,6 +4964,15 @@
49684964
colors "~1.2.1"
49694965
string-argv "~0.3.1"
49704966

4967+
"@schematics/angular@17.3.0":
4968+
version "17.3.0"
4969+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.3.0.tgz#5a494a6e48314764b6a1de098b38d6ab469a5ad9"
4970+
integrity sha512-QqugP4Uyxk966VaUb/Jk5LQ5rE1BV4v2TmniPZtN3GZ6MDkpvPnFvlysvoq6y+7uiRhCLiT1DsBIwc9vXz3vWA==
4971+
dependencies:
4972+
"@angular-devkit/core" "17.3.0"
4973+
"@angular-devkit/schematics" "17.3.0"
4974+
jsonc-parser "3.2.1"
4975+
49714976
"@schematics/angular@^17.1.0":
49724977
version "17.1.1"
49734978
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.1.1.tgz#5ac8f09a66e7dff86cbf664b9388a0dde4a97de3"
@@ -4977,14 +4982,6 @@
49774982
"@angular-devkit/schematics" "17.1.1"
49784983
jsonc-parser "3.2.0"
49794984

4980-
"@schematics/angular@github:angular/schematics-angular-builds#034639b":
4981-
version "18.0.0-next.0"
4982-
resolved "https://codeload.github.com/angular/schematics-angular-builds/tar.gz/7763c10caf6ba3e9bd92743431de9741927be7ec"
4983-
dependencies:
4984-
"@angular-devkit/core" "github:angular/angular-devkit-core-builds#034639b"
4985-
"@angular-devkit/schematics" "github:angular/angular-devkit-schematics-builds#034639b"
4986-
jsonc-parser "3.2.1"
4987-
49884985
"@sigstore/bundle@^2.1.1":
49894986
version "2.1.1"
49904987
resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-2.1.1.tgz#7fad9a1728939301607103722ac6f2a083d2f09a"

0 commit comments

Comments
 (0)