mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
Merge pull request #3295 from NativeScript/fixes
Lock all Typescript versions to ~2.0.10
This commit is contained in:
@ -22,6 +22,6 @@
|
|||||||
"babylon": "6.8.3",
|
"babylon": "6.8.3",
|
||||||
"lazy": "1.0.11",
|
"lazy": "1.0.11",
|
||||||
"nativescript-dev-typescript": "^0.3.0",
|
"nativescript-dev-typescript": "^0.3.0",
|
||||||
"typescript": "^2.0.3"
|
"typescript": "~2.0.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -31,7 +31,7 @@
|
|||||||
"time-grunt": "1.3.0",
|
"time-grunt": "1.3.0",
|
||||||
"tslint": "^3.15.1",
|
"tslint": "^3.15.1",
|
||||||
"typedoc": "0.4.5",
|
"typedoc": "0.4.5",
|
||||||
"typescript": "^2.0.3"
|
"typescript": "~2.0.10"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"setup": "npm run dev-link-tns-platform-declarations && npm run dev-link-tns-core-modules && npm run dev-link-tests && npm run dev-link-apps",
|
"setup": "npm run dev-link-tns-platform-declarations && npm run dev-link-tns-core-modules && npm run dev-link-tests && npm run dev-link-apps",
|
||||||
|
@ -22,6 +22,6 @@
|
|||||||
"babylon": "6.8.0",
|
"babylon": "6.8.0",
|
||||||
"filewalker": "0.1.2",
|
"filewalker": "0.1.2",
|
||||||
"lazy": "1.0.11",
|
"lazy": "1.0.11",
|
||||||
"typescript": "^2.0.3"
|
"typescript": "~2.0.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -32,6 +32,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/NativeScript/NativeScript#readme",
|
"homepage": "https://github.com/NativeScript/NativeScript#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^2.0.3"
|
"typescript": "~2.0.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user