chore(zone.js): update to 0.6.25 (#11725)

This commit is contained in:
Victor Berchet 2016-09-20 14:55:07 -07:00 committed by Alex Eagle
parent 131626fc61
commit d95344430c
3 changed files with 5 additions and 5 deletions

View File

@ -4642,7 +4642,7 @@
}
},
"zone.js": {
"version": "0.6.21"
"version": "0.6.25"
}
},
"name": "angular-srcs",

6
npm-shrinkwrap.json generated
View File

@ -7414,9 +7414,9 @@
}
},
"zone.js": {
"version": "0.6.21",
"from": "zone.js@0.6.21",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.6.21.tgz"
"version": "0.6.25",
"from": "zone.js@>=0.6.24 <0.7.0",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.6.25.tgz"
}
}
}

View File

@ -21,7 +21,7 @@
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.21"
"zone.js": "^0.6.25"
},
"devDependencies": {
"@types/angularjs": "^1.5.13-alpha",