Skip to content

Commit d07b918

Browse files
committed
chore: update zone to 0.5.3
Closes angular#3785
1 parent 5f0a0fd commit d07b918

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
lines changed

npm-shrinkwrap.clean.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"angular": {
44
"version": "1.3.5"
55
},
6+
"angular-animate": {
7+
"version": "1.3.5"
8+
},
9+
"angular-mocks": {
10+
"version": "1.3.5"
11+
},
612
"base64-js": {
713
"version": "0.0.8"
814
},
@@ -10824,9 +10830,9 @@
1082410830
}
1082510831
},
1082610832
"zone.js": {
10827-
"version": "0.5.2"
10833+
"version": "0.5.3"
1082810834
}
1082910835
},
1083010836
"name": "angular",
10831-
"version": "2.0.0-alpha.34"
10837+
"version": "2.0.0-alpha.35"
1083210838
}

npm-shrinkwrap.json

Lines changed: 17 additions & 7 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
@@ -31,7 +31,7 @@
3131
"reflect-metadata": "0.1.0",
3232
"rx": "2.5.1",
3333
"traceur": "0.0.87",
34-
"zone.js": "0.5.2"
34+
"zone.js": "0.5.3"
3535
},
3636
"devDependencies": {
3737
"angular": "1.3.5",

0 commit comments

Comments
 (0)