From 9a4ec1554700ab0a3218c307be99b6ad82e74e85 Mon Sep 17 00:00:00 2001 From: "JiaLi.Passion" Date: Sat, 7 Apr 2018 01:00:28 +0900 Subject: [PATCH] build: update zone.js to 0.8.26 to fix some regression bugs --- aio/package.json | 2 +- aio/yarn.lock | 6 +++--- integration/_payload-limits.json | 3 ++- package.json | 4 ++-- yarn.lock | 6 +++--- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/aio/package.json b/aio/package.json index c83dc3f7298a9..c3f7966a5d321 100644 --- a/aio/package.json +++ b/aio/package.json @@ -93,7 +93,7 @@ "rxjs-compat": "6.0.0-rc.0", "tslib": "^1.9.0", "web-animations-js": "^2.2.5", - "zone.js": "^0.8.25" + "zone.js": "^0.8.26" }, "devDependencies": { "@angular/cli": "^1.7.3", diff --git a/aio/yarn.lock b/aio/yarn.lock index ecddb11836fd7..173f0e374469e 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -9827,6 +9827,6 @@ zip-stream@~0.6.0: lodash "~3.10.1" readable-stream "~1.0.26" -zone.js@^0.8.25: - version "0.8.25" - resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.25.tgz#e20e5e85b881e2e66352612b5f238e8309e5badd" +zone.js@^0.8.26: + version "0.8.26" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.26.tgz#7bdd72f7668c5a7ad6b118148b4ea39c59d08d2d" diff --git a/integration/_payload-limits.json b/integration/_payload-limits.json index 6fc986638ead5..5f364d95a54c9 100644 --- a/integration/_payload-limits.json +++ b/integration/_payload-limits.json @@ -35,8 +35,9 @@ "uncompressed": { "inline": 1447, "main": 40513, - "polyfills": 61085 + "polyfills": 60105 } } } } + diff --git a/package.json b/package.json index c6d3bf0150443..418ccf3d43323 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "reflect-metadata": "^0.1.3", "rxjs": "6.0.0-rc.0", "tslib": "^1.7.1", - "zone.js": "^0.8.25" + "zone.js": "^0.8.26" }, "optionalDependencies": { "fsevents": "1.1.2" @@ -121,4 +121,4 @@ "xhr2": "0.1.4", "yargs": "9.0.1" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 2377dc3f1691b..78ff22da89380 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6475,6 +6475,6 @@ zip-stream@~0.5.0: lodash "~3.2.0" readable-stream "~1.0.26" -zone.js@^0.8.25: - version "0.8.25" - resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.25.tgz#e20e5e85b881e2e66352612b5f238e8309e5badd" +zone.js@^0.8.26: + version "0.8.26" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.26.tgz#7bdd72f7668c5a7ad6b118148b4ea39c59d08d2d"