build: update zone.js to 0.8.26 to fix some regression bugs (#23227)
PR Close #23227
This commit is contained in:
parent
5a298b1c5e
commit
30a6861fd0
|
@ -93,7 +93,7 @@
|
||||||
"rxjs-compat": "6.0.0-rc.0",
|
"rxjs-compat": "6.0.0-rc.0",
|
||||||
"tslib": "^1.9.0",
|
"tslib": "^1.9.0",
|
||||||
"web-animations-js": "^2.2.5",
|
"web-animations-js": "^2.2.5",
|
||||||
"zone.js": "^0.8.25"
|
"zone.js": "^0.8.26"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/cli": "^1.7.3",
|
"@angular/cli": "^1.7.3",
|
||||||
|
|
|
@ -9827,6 +9827,6 @@ zip-stream@~0.6.0:
|
||||||
lodash "~3.10.1"
|
lodash "~3.10.1"
|
||||||
readable-stream "~1.0.26"
|
readable-stream "~1.0.26"
|
||||||
|
|
||||||
zone.js@^0.8.25:
|
zone.js@^0.8.26:
|
||||||
version "0.8.25"
|
version "0.8.26"
|
||||||
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.25.tgz#e20e5e85b881e2e66352612b5f238e8309e5badd"
|
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.26.tgz#7bdd72f7668c5a7ad6b118148b4ea39c59d08d2d"
|
||||||
|
|
|
@ -35,8 +35,9 @@
|
||||||
"uncompressed": {
|
"uncompressed": {
|
||||||
"inline": 1447,
|
"inline": 1447,
|
||||||
"main": 40513,
|
"main": 40513,
|
||||||
"polyfills": 61085
|
"polyfills": 60105
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
"reflect-metadata": "^0.1.3",
|
"reflect-metadata": "^0.1.3",
|
||||||
"rxjs": "6.0.0-rc.0",
|
"rxjs": "6.0.0-rc.0",
|
||||||
"tslib": "^1.7.1",
|
"tslib": "^1.7.1",
|
||||||
"zone.js": "^0.8.25"
|
"zone.js": "^0.8.26"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"fsevents": "1.1.2"
|
"fsevents": "1.1.2"
|
||||||
|
|
|
@ -6475,6 +6475,6 @@ zip-stream@~0.5.0:
|
||||||
lodash "~3.2.0"
|
lodash "~3.2.0"
|
||||||
readable-stream "~1.0.26"
|
readable-stream "~1.0.26"
|
||||||
|
|
||||||
zone.js@^0.8.25:
|
zone.js@^0.8.26:
|
||||||
version "0.8.25"
|
version "0.8.26"
|
||||||
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.25.tgz#e20e5e85b881e2e66352612b5f238e8309e5badd"
|
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.26.tgz#7bdd72f7668c5a7ad6b118148b4ea39c59d08d2d"
|
||||||
|
|
Loading…
Reference in New Issue