Skip to content

Commit

Permalink
feat(core): upgrade dep on zone.js to 0.8.9 (angular#16401)
Browse files Browse the repository at this point in the history
PR Close angular#16401
  • Loading branch information
marclaval authored and juleskremer committed Aug 24, 2017
1 parent 9138d4b commit 74adb10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions npm-shrinkwrap.clean.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "4.1.0-beta.1",
"version": "4.1.0",
"dependencies": {
"@types/angularjs": {
"version": "1.5.13-alpha",
Expand Down Expand Up @@ -6878,7 +6878,7 @@
}
},
"zone.js": {
"version": "0.8.5"
"version": "0.8.9"
}
}
}
8 changes: 4 additions & 4 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.5"
"zone.js": "^0.8.9"
},
"optionalDependencies": {
"fsevents": "^1.0.14"
Expand Down

0 comments on commit 74adb10

Please sign in to comment.