Skip to content

Commit 5770762

Browse files
filipesilvaKeen Yee Liau
authored and
Keen Yee Liau
committed
fix(@schematics/angular): update zone.js to 0.9.1
1 parent 48e6060 commit 5770762

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"material-design-icons": "^3.0.1",
8585
"popper.js": "^1.14.1",
8686
"protractor": "~5.4.0",
87-
"zone.js": "^0.9.0"
87+
"zone.js": "^0.9.1"
8888
},
8989
"peerDependencies": {
9090
"typescript": ">=3.1 < 3.5"

packages/schematics/angular/utility/latest-versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
1111
Angular: '~8.0.0-beta.14',
1212
RxJs: '~6.4.0',
13-
ZoneJs: '~0.9.0',
13+
ZoneJs: '~0.9.1',
1414
TypeScript: '~3.4.3',
1515
TsLib: '^1.9.0',
1616
// The versions below must be manually updated when making a new devkit release.

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -10340,7 +10340,7 @@ yn@^2.0.0:
1034010340
resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a"
1034110341
integrity sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=
1034210342

10343-
zone.js@^0.9.0:
10344-
version "0.9.0"
10345-
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.0.tgz#f42319d657f7616724ed40c5907d4614b4c683fa"
10346-
integrity sha512-EfygvVnLxPSCMSgJ4h7SoY+XNr7ybdwvvwEQ70lvMFl9coNnciXSyWi8Kg6znK1ubyUSffkCKvleSQpLuUKw0Q==
10343+
zone.js@^0.9.1:
10344+
version "0.9.1"
10345+
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.1.tgz#e37c6e5c54c13fae4de26b5ffe8d8e9212da6d9b"
10346+
integrity sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==

0 commit comments

Comments
 (0)