Skip to content

Commit 726337b

Browse files
committed
fix(package.json): typescript version and move zone.js to deps
1 parent 8c549ac commit 726337b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: nativescript-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"url": "0.10.3"
4242
},
4343
"devDependencies": {
44-
"typescript": "~2.2.1",
44+
"typescript": "~2.1.1",
4545
"tslint": "~4.0.1",
4646
"codelyzer": "~2.0.0",
4747
"tns-core-modules": ">=2.5.0 || >=2.5.0-2016",

Diff for: ng-sample/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"@angular/router": "4.0.0-rc.5",
3434
"nativescript-angular": "file:../nativescript-angular",
3535
"rxjs": "~5.0.1",
36-
"tns-core-modules": "~2.5.0"
36+
"tns-core-modules": "~2.5.0",
37+
"zone.js": "~0.8.2"
3738
},
3839
"devDependencies": {
39-
"zone.js": "~0.7.2",
4040
"babel-traverse": "6.9.0",
4141
"babel-types": "6.10.0",
4242
"babylon": "6.8.1",

Diff for: tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"nativescript-angular": "internal-preview",
3737
"nativescript-unit-test-runner": "^0.3.4",
3838
"rxjs": "~5.0.1",
39+
"zone.js": "^0.8.2"
3940
"tns-core-modules": "~2.5.0"
4041
},
4142
"devDependencies": {
@@ -58,8 +59,7 @@
5859
"socket.io": "1.4.8",
5960
"socket.io-client": "1.4.8",
6061
"typescript": "~2.1.0",
61-
"wd": "0.4.0",
62-
"zone.js": "^0.7.2"
62+
"wd": "0.4.0"
6363
},
6464
"scripts": {
6565
"updateTests": "grunt updateTests",

0 commit comments

Comments
 (0)