Skip to content

Commit

Permalink
build: update zone.js to 0.8.26 to fix some regression bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion committed Apr 8, 2018
1 parent eb9968a commit abf2b80
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion aio/scripts/_payload-limits.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"uncompressed": {
"inline": 1971,
"main": 565539,
"polyfills": 38514,
"polyfills": 38939,
"prettify": 14886
}
}
Expand Down
6 changes: 3 additions & 3 deletions aio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 2 additions & 1 deletion integration/_payload-limits.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
"uncompressed": {
"inline": 1447,
"main": 40513,
"polyfills": 61085
"polyfills": 60105
}
}
}
}

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -121,4 +121,4 @@
"xhr2": "0.1.4",
"yargs": "9.0.1"
}
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit abf2b80

Please sign in to comment.