X Tutup
Skip to content

Commit d940387

Browse files
committed
chore: upgrade zone.js to v0.6.6
Closes angular#7730 Closes angular#7737
1 parent 27c45b0 commit d940387

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

npm-shrinkwrap.clean.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5832,7 +5832,7 @@
58325832
}
58335833
},
58345834
"zone.js": {
5835-
"version": "0.6.5"
5835+
"version": "0.6.6"
58365836
}
58375837
},
58385838
"name": "angular-srcs",

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"es6-shim": "^0.35.0",
3636
"reflect-metadata": "0.1.2",
3737
"rxjs": "5.0.0-beta.2",
38-
"zone.js": "^0.6.5"
38+
"zone.js": "^0.6.6"
3939
},
4040
"devDependencies": {
4141
"angular": "^1.5.0",

0 commit comments

Comments
 (0)
X Tutup