build: update zone.js to 0.8.26 to fix some regression bugs (#23227)

PR Close #23227
This commit is contained in:
JiaLi.Passion 2018-04-07 01:00:28 +09:00 committed by Igor Minar
parent 5a298b1c5e
commit 30a6861fd0
5 changed files with 11 additions and 10 deletions

View File

@ -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",

View File

@ -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"

View File

@ -35,8 +35,9 @@
"uncompressed": {
"inline": 1447,
"main": 40513,
"polyfills": 61085
"polyfills": 60105
}
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"