chore: update to TypeScript 3 (#6556)

This commit is contained in:
Alexander Vakrilov
2018-11-14 17:00:42 +00:00
committed by GitHub
parent db33cf313c
commit 5c03abefba
5 changed files with 6 additions and 6 deletions

View File

@@ -20,8 +20,8 @@
"babel-types": "6.11.1",
"babylon": "6.8.3",
"lazy": "1.0.11",
"nativescript-dev-typescript": "^0.7.1",
"nativescript-dev-typescript": "next",
"tns-platform-declarations": "*",
"typescript": "^2.7.2"
"typescript": "^3.1.6"
}
}

View File

@@ -27,7 +27,7 @@
"nativescript-dev-typescript": "next",
"nativescript-dev-webpack": "next",
"rimraf": "^2.6.2",
"typescript": "^3.1.1"
"typescript": "^3.1.6"
},
"scripts": {
"e2e": "npm run clean-e2e && tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

View File

@@ -43,7 +43,7 @@
"tslint": "^5.4.3",
"typedoc": "^0.5.10",
"typedoc-plugin-external-module-name": "git://github.com/PanayotCankov/typedoc-plugin-external-module-name.git#with-js",
"typescript": "^2.6.1"
"typescript": "^3.1.6"
},
"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 && npm run dev-link-e2e-modal",

View File

@@ -23,6 +23,6 @@
"filewalker": "0.1.2",
"lazy": "1.0.11",
"tns-platform-declarations": "*",
"typescript": "^2.6.1"
"typescript": "^3.1.6"
}
}

View File

@@ -32,6 +32,6 @@
},
"homepage": "https://github.com/NativeScript/NativeScript#readme",
"devDependencies": {
"typescript": "~2.6.1"
"typescript": "^3.1.6"
}
}