Skip to content

Commit

Permalink
fix(core): update peer dep on zone.js to ^0.8.4 (angular#15209)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery authored and Zhicheng Wang committed Aug 11, 2017
1 parent 5672ea4 commit b7cd57b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.clean.json
Original file line number Diff line number Diff line change
Expand Up @@ -6830,7 +6830,7 @@
}
},
"zone.js": {
"version": "0.8.2"
"version": "0.8.4"
}
}
}
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.0.1",
"zone.js": "^0.8.2"
"zone.js": "^0.8.4"
},
"optionalDependencies": {
"fsevents": "^1.0.14"
Expand Down

0 comments on commit b7cd57b

Please sign in to comment.