Skip to content

Commit bc735c9

Browse files
committed
build: update framework packages to 18.1.0-next.0
1 parent 721d50b commit bc735c9

File tree

11 files changed

+104
-84
lines changed

11 files changed

+104
-84
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@
5151
},
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
54-
"@angular/animations": "18.0.0",
54+
"@angular/animations": "18.1.0-next.0",
5555
"@angular/bazel": "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02",
5656
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150",
5757
"@angular/cdk": "18.0.0",
58-
"@angular/common": "18.0.0",
59-
"@angular/compiler": "18.0.0",
60-
"@angular/compiler-cli": "18.0.0",
61-
"@angular/core": "18.0.0",
62-
"@angular/forms": "18.0.0",
63-
"@angular/localize": "18.0.0",
58+
"@angular/common": "18.1.0-next.0",
59+
"@angular/compiler": "18.1.0-next.0",
60+
"@angular/compiler-cli": "18.1.0-next.0",
61+
"@angular/core": "18.1.0-next.0",
62+
"@angular/forms": "18.1.0-next.0",
63+
"@angular/localize": "18.1.0-next.0",
6464
"@angular/material": "18.0.0",
6565
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c44d21e50aad681b895171cb3b3d773c73b3af4b",
66-
"@angular/platform-browser": "18.0.0",
67-
"@angular/platform-browser-dynamic": "18.0.0",
68-
"@angular/platform-server": "18.0.0",
69-
"@angular/router": "18.0.0",
70-
"@angular/service-worker": "18.0.0",
66+
"@angular/platform-browser": "18.1.0-next.0",
67+
"@angular/platform-browser-dynamic": "18.1.0-next.0",
68+
"@angular/platform-server": "18.1.0-next.0",
69+
"@angular/router": "18.1.0-next.0",
70+
"@angular/service-worker": "18.1.0-next.0",
7171
"@babel/core": "7.24.6",
7272
"@babel/generator": "7.24.6",
7373
"@babel/helper-annotate-as-pure": "7.24.6",

packages/angular/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"watchpack": "2.4.1"
4646
},
4747
"peerDependencies": {
48-
"@angular/compiler-cli": "^18.0.0 || ^18.0.0-next.0",
49-
"@angular/localize": "^18.0.0 || ^18.0.0-next.0",
50-
"@angular/platform-server": "^18.0.0 || ^18.0.0-next.0",
51-
"@angular/service-worker": "^18.0.0 || ^18.0.0-next.0",
48+
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
49+
"@angular/localize": "^18.0.0 || ^18.1.0-next.0",
50+
"@angular/platform-server": "^18.0.0 || ^18.1.0-next.0",
51+
"@angular/service-worker": "^18.0.0 || ^18.1.0-next.0",
5252
"less": "^4.2.0",
5353
"postcss": "^8.4.0",
5454
"tailwindcss": "^2.0.0 || ^3.0.0",

packages/angular/pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"parse5-html-rewriting-stream": "7.0.0"
1818
},
1919
"peerDependencies": {
20-
"@angular/cli": "^18.0.0-next.0"
20+
"@angular/cli": "^18.0.0 || ^18.1.0-next.0"
2121
},
2222
"peerDependenciesMeta": {
2323
"@angular/cli": {

packages/angular/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"tslib": "^2.3.0"
1818
},
1919
"peerDependencies": {
20-
"@angular/common": "^18.0.0-next.0",
21-
"@angular/core": "^18.0.0-next.0"
20+
"@angular/common": "^18.0.0 || ^18.1.0-next.0",
21+
"@angular/core": "^18.0.0 || ^18.1.0-next.0"
2222
},
2323
"schematics": "./schematics/collection.json",
2424
"repository": {

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@
7575
"esbuild": "0.21.4"
7676
},
7777
"peerDependencies": {
78-
"@angular/compiler-cli": "^18.0.0-next.0",
79-
"@angular/localize": "^18.0.0-next.0",
80-
"@angular/platform-server": "^18.0.0-next.0",
81-
"@angular/service-worker": "^18.0.0-next.0",
78+
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
79+
"@angular/localize": "^18.0.0 || ^18.1.0-next.0",
80+
"@angular/platform-server": "^18.0.0 || ^18.1.0-next.0",
81+
"@angular/service-worker": "^18.0.0 || ^18.1.0-next.0",
8282
"@web/test-runner": "^0.18.0",
8383
"browser-sync": "^3.0.2",
8484
"jest": "^29.5.0",
8585
"jest-environment-jsdom": "^29.5.0",
8686
"karma": "^6.3.0",
87-
"ng-packagr": "^18.0.0-next.0",
87+
"ng-packagr": "^18.0.0 || ^18.1.0-next.0",
8888
"protractor": "^7.0.0",
8989
"tailwindcss": "^2.0.0 || ^3.0.0",
9090
"typescript": ">=5.4 <5.5"

packages/ngtools/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
2323
"dependencies": {},
2424
"peerDependencies": {
25-
"@angular/compiler-cli": "^18.0.0-next.0",
25+
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
2626
"typescript": ">=5.4 <5.5",
2727
"webpack": "^5.54.0"
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "18.0.0",
32-
"@angular/compiler-cli": "18.0.0",
31+
"@angular/compiler": "18.1.0-next.0",
32+
"@angular/compiler-cli": "18.1.0-next.0",
3333
"typescript": "5.4.5",
3434
"webpack": "5.91.0"
3535
}

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"comment": "This file is needed so that dependencies are synced by Renovate.",
44
"private": true,
55
"dependencies": {
6-
"@angular/core": "^18.0.0-next.0",
6+
"@angular/core": "^18.1.0-next.0",
77
"@types/express": "^4.17.17",
88
"@types/jasmine": "~5.1.0",
99
"@types/node": "^18.18.0",
@@ -17,7 +17,7 @@
1717
"karma-jasmine": "~5.1.0",
1818
"karma": "~6.4.0",
1919
"less": "^4.2.0",
20-
"ng-packagr": "^18.0.0-next.0",
20+
"ng-packagr": "^18.0.0",
2121
"postcss": "^8.4.38",
2222
"protractor": "~7.0.0",
2323
"rxjs": "~7.8.0",

tests/legacy-cli/e2e/tests/build/material.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1+
import { appendFile } from 'node:fs/promises';
12
import { getGlobalVariable } from '../../utils/env';
23
import { readFile, replaceInFile } from '../../utils/fs';
3-
import { installPackage, installWorkspacePackages } from '../../utils/packages';
4+
import {
5+
getActivePackageManager,
6+
installPackage,
7+
installWorkspacePackages,
8+
} from '../../utils/packages';
49
import { ng } from '../../utils/process';
510
import { isPrereleaseCli, updateJsonFile } from '../../utils/project';
611

712
const snapshots = require('../../ng-snapshot/package.json');
813

914
export default async function () {
10-
let tag = (await isPrereleaseCli()) ? '@next' : '';
15+
const isPrerelease = await isPrereleaseCli();
16+
let tag = isPrerelease ? '@next' : '';
17+
if (getActivePackageManager() === 'npm') {
18+
await appendFile('.npmrc', '\nlegacy-peer-deps=true');
19+
}
20+
1121
await ng('add', `@angular/material${tag}`, '--skip-confirmation');
1222

1323
const isSnapshotBuild = getGlobalVariable('argv')['ng-snapshots'];

tests/legacy-cli/e2e/tests/commands/add/add-material.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
import { assertIsError } from '../../../utils/utils';
22
import { expectFileToMatch, rimraf } from '../../../utils/fs';
3-
import { uninstallPackage } from '../../../utils/packages';
3+
import { getActivePackageManager, uninstallPackage } from '../../../utils/packages';
44
import { ng } from '../../../utils/process';
55
import { isPrereleaseCli } from '../../../utils/project';
6+
import { appendFile } from 'node:fs/promises';
67

78
export default async function () {
89
// forcibly remove in case another test doesn't clean itself up
910
await rimraf('node_modules/@angular/material');
1011

11-
const tag = (await isPrereleaseCli()) ? '@next' : '';
12+
const isPrerelease = await isPrereleaseCli();
13+
const tag = isPrerelease ? '@next' : '';
14+
if (getActivePackageManager() === 'npm') {
15+
await appendFile('.npmrc', '\nlegacy-peer-deps=true');
16+
}
1217

1318
try {
1419
await ng('add', `@angular/material${tag}`, '--unknown', '--skip-confirmation');

tests/legacy-cli/e2e/tests/misc/invalid-schematic-dependencies.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { expectFileToMatch } from '../../utils/fs';
22
import { execWithEnv, extractNpmEnv, ng, silentNpm } from '../../utils/process';
3-
import { installPackage, uninstallPackage } from '../../utils/packages';
3+
import { getActivePackageManager, installPackage, uninstallPackage } from '../../utils/packages';
44
import { isPrereleaseCli } from '../../utils/project';
5+
import { appendFile } from 'node:fs/promises';
56

67
export default async function () {
78
// Must publish old version to local registry to allow install. This is especially important
@@ -13,7 +14,12 @@ export default async function () {
1314
// Install outdated and incompatible version
1415
await installPackage('@schematics/angular@7');
1516

16-
const tag = (await isPrereleaseCli()) ? '@next' : '';
17+
const isPrerelease = await isPrereleaseCli();
18+
const tag = isPrerelease ? '@next' : '';
19+
if (getActivePackageManager() === 'npm') {
20+
await appendFile('.npmrc', '\nlegacy-peer-deps=true');
21+
}
22+
1723
await ng('add', `@angular/material${tag}`, '--skip-confirmation');
1824
await expectFileToMatch('package.json', /@angular\/material/);
1925

yarn.lock

Lines changed: 48 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
rxjs "7.8.1"
4444
source-map "0.7.4"
4545

46-
"@angular/animations@18.0.0":
47-
version "18.0.0"
48-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-18.0.0.tgz#e7945444c6cb38377a0f121c5434969d56e66bbc"
49-
integrity sha512-An/IqDBCyWZXVC23+jRKdmvJB/b4P1BVljZxGxF+CiocNd/xvVVeBYuuxzp3vhhVobyO8A9iD12itPudLOpt2Q==
46+
"@angular/animations@18.1.0-next.0":
47+
version "18.1.0-next.0"
48+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-18.1.0-next.0.tgz#ccac775b8bbfa286ac529683b19ffd66d81f2007"
49+
integrity sha512-wkQFRhfuDo7crDFo0rsPWrF0vuvLK6NhAGnrBF3CSIpoJ1dL2WCKB6liaz3Nbk9vGsqjsKPbHMPVvCdeb5JFFw==
5050
dependencies:
5151
tslib "^2.3.0"
5252

@@ -150,17 +150,17 @@
150150
optionalDependencies:
151151
parse5 "^7.1.2"
152152

153-
"@angular/common@18.0.0":
154-
version "18.0.0"
155-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-18.0.0.tgz#7c9cf7bcc12b69c3350be788e628d281d4ddbca2"
156-
integrity sha512-s43ZcOhXTUlkdOPMiMtr4Pz1qKIS8nClXhaahY0JBQZYGsOSn7NR42SoEeB8/ixktfY60s3SLhizXTKMAYtOTA==
153+
"@angular/common@18.1.0-next.0":
154+
version "18.1.0-next.0"
155+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-18.1.0-next.0.tgz#a355f3c9fc1c18de1727d29b440bdcb7e3cf996a"
156+
integrity sha512-J6LynyfghfphTHIiPJTs1mnZatzOgQNuaooKPefeWsjfBTwegq/iGcQfh4Fd2rYArcIxLW1LUJ1UDjp0UHZXMg==
157157
dependencies:
158158
tslib "^2.3.0"
159159

160-
"@angular/compiler-cli@18.0.0":
161-
version "18.0.0"
162-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-18.0.0.tgz#e00c26ce7f6e11ea960439f4a8841ffce63de68d"
163-
integrity sha512-fy9MBSHDM/YAyrIWa15JV1ZrpuSc51HHUSA3W/UKrDqUqSfYyj11/0PeYkdIWUD/dACZSrEge3nVnYCjdyJqPA==
160+
"@angular/compiler-cli@18.1.0-next.0":
161+
version "18.1.0-next.0"
162+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-18.1.0-next.0.tgz#a2dba60c9d37d469204caf1c956a72e0342e4ccd"
163+
integrity sha512-3O4THadJLx/H4+KaXRllMGMih2b+Jj9ufCUAU0c6X8SMT4OCBrntq9y/LSkFwjvRO3sKhCv9c41rX+pcexS0Sw==
164164
dependencies:
165165
"@babel/core" "7.24.4"
166166
"@jridgewell/sourcemap-codec" "^1.4.14"
@@ -171,17 +171,17 @@
171171
tslib "^2.3.0"
172172
yargs "^17.2.1"
173173

174-
"@angular/compiler@18.0.0":
175-
version "18.0.0"
176-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-18.0.0.tgz#79d230a5390c1b1238410c3ac17447a0c5a48486"
177-
integrity sha512-KbyjUfpdVE8+6fiHqo4PgVrGppYUhlU1JVAj6dqeUug9lQ5HBcANfiZ7p8CA2lU3gvIZ1cj+ZDKA1NEB1wvvtQ==
174+
"@angular/compiler@18.1.0-next.0":
175+
version "18.1.0-next.0"
176+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-18.1.0-next.0.tgz#9fc21d419deb6a9348dd26b67f1894197434a414"
177+
integrity sha512-hr86LP2a2CQTUMwSotHJzzwT+VgOnO8I5uX1ACbRvk9iQuOAUPKLHJVCZjjzMh2nAHFgZgb4G2QmJzomuh62Hg==
178178
dependencies:
179179
tslib "^2.3.0"
180180

181-
"@angular/core@18.0.0":
182-
version "18.0.0"
183-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-18.0.0.tgz#30c29763d86128131ae7c767769c09523224d350"
184-
integrity sha512-tpR7HIY4MJuM9ETpG15IvBr1wsI8Cyec3ZxYFe/27FKHARvxDbqIrT9QevmC6lxg1NdfD990G2XphYML1EyJ8g==
181+
"@angular/core@18.1.0-next.0":
182+
version "18.1.0-next.0"
183+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-18.1.0-next.0.tgz#362772cd2029fae6ed56dca82b32a933763d566b"
184+
integrity sha512-o6MAq+j0iaVnACj2/qxhLp4Po95Oar//7WBetcneaeg455l1xiYTpDVSHfRVBKadzI3XANMBW5SnFZAN891+Mg==
185185
dependencies:
186186
tslib "^2.3.0"
187187

@@ -192,17 +192,17 @@
192192
dependencies:
193193
tslib "^2.3.0"
194194

195-
"@angular/forms@18.0.0":
196-
version "18.0.0"
197-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-18.0.0.tgz#ca142054fea9af9d90d3c69ccd43dbe9da3a256a"
198-
integrity sha512-Q+4WExdgALP7VJ5lKSYmpz8CtAFZI4f3n09JhExIZoPTLD/mqOJcxxO7wTc9lXG4jKSE8BlfgK2txKz1cQvrEQ==
195+
"@angular/forms@18.1.0-next.0":
196+
version "18.1.0-next.0"
197+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-18.1.0-next.0.tgz#48de814068763ad3ed5e0e11fd1b48a4a814baeb"
198+
integrity sha512-595Vup+Cw9eRZdlNdQCRpo/B+35GQarOikdmvzHnOE8SO+JmBHhXddVctfRc2iTA7F5EV2KgwB4XQNfyhesnqw==
199199
dependencies:
200200
tslib "^2.3.0"
201201

202-
"@angular/localize@18.0.0":
203-
version "18.0.0"
204-
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-18.0.0.tgz#cb4b106a0db2e95eb5097899cd2f48e93e50e1ab"
205-
integrity sha512-DW3wB5Cj0a+Ph5SppddRcXTH6igX+W5x7wK+VDsLefiAC2cHRG4DjEL2mpoVYrkDUPNQRaf+X4GTEKHtTzjvNw==
202+
"@angular/localize@18.1.0-next.0":
203+
version "18.1.0-next.0"
204+
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-18.1.0-next.0.tgz#eaa0b82cc9b116e67e76c652c650cd9cc053b9c0"
205+
integrity sha512-jXwhD23rbPH86NWGvBnS0JEEcKN5tXv2mgnLO60WCde/YF6yENB2D7ZI38/M84HnKKBL40Ox4Lvced4fGgf9xA==
206206
dependencies:
207207
"@babel/core" "7.24.4"
208208
"@types/babel__core" "7.20.5"
@@ -266,7 +266,6 @@
266266

267267
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#c44d21e50aad681b895171cb3b3d773c73b3af4b":
268268
version "0.0.0-239d56b71911f9fa1eeefb6e4505dbe7b0cd81a7"
269-
uid c44d21e50aad681b895171cb3b3d773c73b3af4b
270269
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c44d21e50aad681b895171cb3b3d773c73b3af4b"
271270
dependencies:
272271
"@octokit/rest" "20.1.1"
@@ -279,39 +278,39 @@
279278
typed-graphqlify "^3.1.1"
280279
typescript "~4.9.0"
281280

282-
"@angular/platform-browser-dynamic@18.0.0":
283-
version "18.0.0"
284-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.0.0.tgz#66ddacd275a7de18c80588e972aeff888f37fe83"
285-
integrity sha512-Z7Y2qzEuFgCrkgcKPuyHGStEnZ89L3gr3SIgqoVlz4kauf0Fa70H6dxyd/RXV61OZwLXx0yt9rV5d8v+Ay+3fQ==
281+
"@angular/platform-browser-dynamic@18.1.0-next.0":
282+
version "18.1.0-next.0"
283+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.1.0-next.0.tgz#a5cd916d8fc71baf330243bfa64b7942ab4cc077"
284+
integrity sha512-2udzlXb7mCkGoRkqY079oVFXubr7y6lbNn+hGqZmoWzXO5YuP3kS2dGOHr4VRGg7COJJ9OXLj+jDpvcaWXOQrQ==
286285
dependencies:
287286
tslib "^2.3.0"
288287

289-
"@angular/platform-browser@18.0.0":
290-
version "18.0.0"
291-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-18.0.0.tgz#841870304fd4635d5c1b31ef835efde4e494bee0"
292-
integrity sha512-fOqXQn15H33xGTGgNBUwXAg5KRpqcdsVfipFBuD1GMbjMLQAx/AagxsBavRiq3mKEdHZyQ+hI4mvaKQWOPKUOQ==
288+
"@angular/platform-browser@18.1.0-next.0":
289+
version "18.1.0-next.0"
290+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-18.1.0-next.0.tgz#b99a7a020b888ce1f14da9418801e3d44ff87b37"
291+
integrity sha512-SblusY32pOmJ+fqADmij/qRzVhO7frJGEtmNcvqJZa1aSulWBWiOMwojv6hx95JaYFhJPVPbrmlTm+x2086a/Q==
293292
dependencies:
294293
tslib "^2.3.0"
295294

296-
"@angular/platform-server@18.0.0":
297-
version "18.0.0"
298-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-18.0.0.tgz#7c0c26a1589cb0fa43ca530785594558d01cf11a"
299-
integrity sha512-xn/E1zYEWnvoeSGDcMjxOmUhOIkTQ4wSmoAEr3lNt8znB/+K3PnMsV6sHPSgOkfjzXuX7PFhW2tgvp4TbMgfbA==
295+
"@angular/platform-server@18.1.0-next.0":
296+
version "18.1.0-next.0"
297+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-18.1.0-next.0.tgz#7bfb600f468d4e747e2340b3a675c6626b4e22e9"
298+
integrity sha512-8SkjhVDW4UCcPiwebqgIdCl4SKda4i81V82iUYPYhw5Ycrw+d1JP4609+4YHDqA2M6SQntE7BDl3myqFmIgD8A==
300299
dependencies:
301300
tslib "^2.3.0"
302301
xhr2 "^0.2.0"
303302

304-
"@angular/router@18.0.0":
305-
version "18.0.0"
306-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-18.0.0.tgz#c384e7477e6bd6bd1ec83ee98697ae8fd59c96f4"
307-
integrity sha512-bytfTypkJbHDv2QkD8jT2w63DWKicSYi5l7N+LPukb9/0pl3XYXKJ8cjlVLbiFvoo5Oz2oBFWYFucWsaPqDw3A==
303+
"@angular/router@18.1.0-next.0":
304+
version "18.1.0-next.0"
305+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-18.1.0-next.0.tgz#2d3c1bd9cf9983ef962328791962c371d0f75132"
306+
integrity sha512-BX40ljIoXZxsbngZoeM3/6iu2UF0etHPCm1pII+OIeeal19hGc8AwxamR7a0acVMAPNlAVgO2nKD5OLLHikiww==
308307
dependencies:
309308
tslib "^2.3.0"
310309

311-
"@angular/service-worker@18.0.0":
312-
version "18.0.0"
313-
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-18.0.0.tgz#75a5f710e5b28a4046db75c8515a4b0bbec33bcd"
314-
integrity sha512-mFlQ4udZOWQ9A9RmmYVQhQQgXxBYm0ts1NFnwSjkUlmECTwMAfDaJ+Vzo/ppKZozz4Oypa9GIlGCzxTJvblzyg==
310+
"@angular/service-worker@18.1.0-next.0":
311+
version "18.1.0-next.0"
312+
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-18.1.0-next.0.tgz#86efb2321237ce66a9cac7f1229ac77247895c14"
313+
integrity sha512-fc+WdWl0ejBcPeamiEaGnkq9382NMgsiB27mQJxrRF7xDyisIMy5EyYzGhbT7kTyFbFaXTV2E6Jn3rfdDrDWrg==
315314
dependencies:
316315
tslib "^2.3.0"
317316

0 commit comments

Comments
 (0)