Skip to content

Commit b8d17bf

Browse files
committed
fix(typescript): Pin TypeScript version to 2.0.x
1 parent 44009dd commit b8d17bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: nativescript-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"tns-core-modules": ">=2.5.0 || >=2.5.0-2016",
4646
"zone.js": "^0.6.21",
47-
"typescript": "^2.0.2",
47+
"typescript": "~2.0.10",
4848
"tslint": "~4.0.1",
4949
"codelyzer": "^2.0.0-beta.1",
5050
"@angular/compiler-cli": "~2.2.1",

Diff for: ng-sample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"nativescript-dev-typescript": "^0.3.1",
4646
"nativescript-dev-webpack": "0.0.13",
4747
"shelljs": "^0.7.0",
48-
"typescript": "^2.0.2"
48+
"typescript": "~2.0.10"
4949
},
5050
"nativescript": {
5151
"id": "org.nativescript.ngsample",

Diff for: tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"mocha": "^2.4.5",
5757
"nativescript-dev-appium": "0.0.14",
5858
"nativescript-dev-typescript": "^0.3.1",
59-
"typescript": "^2.0.2",
59+
"typescript": "~2.0.10",
6060
"socket.io": "1.4.8",
6161
"socket.io-client": "1.4.8",
6262
"wd": "0.4.0"
@@ -67,4 +67,4 @@
6767
"run-appium-android": "nativescript-dev-appium android",
6868
"appium-ios-simulator": "tns build ios && nativescript-dev-appium ios-simulator"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)