Skip to content

Commit ca8e04f

Browse files
committed
build: update zone.js to ^0.14.0
1 parent fe64193 commit ca8e04f

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@
219219
"webpack-subresource-integrity": "5.1.0",
220220
"yargs": "17.7.2",
221221
"yargs-parser": "21.1.1",
222-
"zone.js": "^0.13.0"
222+
"zone.js": "^0.14.0"
223223
}
224224
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"tslib": "^2.3.0",
2020
"ts-node": "~10.9.0",
2121
"typescript": "~5.2.2",
22-
"zone.js": "~0.13.0"
22+
"zone.js": "~0.14.0"
2323
}
2424
}

tests/legacy-cli/e2e/assets/webpack/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@angular/router": "^17.0.0-next",
1212
"@ngtools/webpack": "0.0.0",
1313
"rxjs": "^6.6.7",
14-
"zone.js": "^0.13.0"
14+
"zone.js": "^0.14.0"
1515
},
1616
"devDependencies": {
1717
"sass": "^1.32.8",

yarn.lock

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@
124124
tslib "^2.3.0"
125125

126126
"@angular/bazel@https://github.com/angular/bazel-builds.git#184fafd0b36bea2adf17b60592dccebe6a605699":
127-
version "17.0.0-next.4+sha-e353229"
128-
uid "184fafd0b36bea2adf17b60592dccebe6a605699"
127+
version "17.0.0-next.4"
129128
resolved "https://github.com/angular/bazel-builds.git#184fafd0b36bea2adf17b60592dccebe6a605699"
130129
dependencies:
131130
"@microsoft/api-extractor" "^7.24.2"
@@ -142,7 +141,6 @@
142141

143142
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#846fcd1dc50a1e0a9ef5ba842ea588749921efd1":
144143
version "0.0.0-b57414124cf00fcbf1ecb190bdeb1a1396361424"
145-
uid "846fcd1dc50a1e0a9ef5ba842ea588749921efd1"
146144
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#846fcd1dc50a1e0a9ef5ba842ea588749921efd1"
147145
dependencies:
148146
"@angular-devkit/build-angular" "17.0.0-next.4"
@@ -307,7 +305,6 @@
307305

308306
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#1eb7b574d63c1ba0a199e4272dee28de31c03084":
309307
version "0.0.0-b57414124cf00fcbf1ecb190bdeb1a1396361424"
310-
uid "1eb7b574d63c1ba0a199e4272dee28de31c03084"
311308
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1eb7b574d63c1ba0a199e4272dee28de31c03084"
312309
dependencies:
313310
"@yarnpkg/lockfile" "^1.1.0"
@@ -10973,7 +10970,6 @@ [email protected], sass@^1.55.0:
1097310970

1097410971
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz":
1097510972
version "0.0.0"
10976-
uid "9310bc860f7870a1f872b11c4dc6073a1ad34e5e"
1097710973
resolved "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz#9310bc860f7870a1f872b11c4dc6073a1ad34e5e"
1097810974

1097910975
saucelabs@^1.5.0:
@@ -12960,9 +12956,9 @@ z-schema@~5.0.2:
1296012956
optionalDependencies:
1296112957
commander "^10.0.0"
1296212958

12963-
zone.js@^0.13.0:
12964-
version "0.13.3"
12965-
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.13.3.tgz#344c24098fa047eda6427a4c7ed486e391fd67b5"
12966-
integrity sha512-MKPbmZie6fASC/ps4dkmIhaT5eonHkEt6eAy80K42tAm0G2W+AahLJjbfi6X9NPdciOE9GRFTTM8u2IiF6O3ww==
12959+
zone.js@^0.14.0:
12960+
version "0.14.0"
12961+
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.14.0.tgz#ddab2133e8a88be4b225fc2a414e8357f9902a68"
12962+
integrity sha512-Sz0G0TjMuyApIcuTJeK742+xLLKEPjYtkdBEazBlYePHkICVp9DPKqI/4dJt3LCtQBd52sCxz23uAFJ2OJa6Ow==
1296712963
dependencies:
1296812964
tslib "^2.3.0"

0 commit comments

Comments
 (0)