FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: update to TypeScript 3 (#6556) · NativeScript/NativeScript@5c03abe · GitHub

Commit 5c03abe

Browse files
Alexander Vakrilov
authored
chore: update to TypeScript 3 (#6556)
1 parent db33cf3 commit 5c03abe

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎apps/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"babel-types": "6.11.1",
2121
"babylon": "6.8.3",
2222
"lazy": "1.0.11",
23-
"nativescript-dev-typescript": "^0.7.1",
23+
"nativescript-dev-typescript": "next",
2424
"tns-platform-declarations": "*",
25-
"typescript": "^2.7.2"
25+
"typescript": "^3.1.6"
2626
}
2727
}

‎e2e/modal-navigation/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"nativescript-dev-typescript": "next",
2828
"nativescript-dev-webpack": "next",
2929
"rimraf": "^2.6.2",
30-
"typescript": "^3.1.1"
30+
"typescript": "^3.1.6"
3131
},
3232
"scripts": {
3333
"e2e": "npm run clean-e2e && tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tslint": "^5.4.3",
4444
"typedoc": "^0.5.10",
4545
"typedoc-plugin-external-module-name": "git://github.com/PanayotCankov/typedoc-plugin-external-module-name.git#with-js",
46-
"typescript": "^2.6.1"
46+
"typescript": "^3.1.6"
4747
},
4848
"scripts": {
4949
"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",

‎tests/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"filewalker": "0.1.2",
2424
"lazy": "1.0.11",
2525
"tns-platform-declarations": "*",
26-
"typescript": "^2.6.1"
26+
"typescript": "^3.1.6"
2727
}
2828
}

‎tns-platform-declarations/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
},
3333
"homepage": "https://github.com/NativeScript/NativeScript#readme",
3434
"devDependencies": {
35-
"typescript": "~2.6.1"
35+
"typescript": "^3.1.6"
3636
}
3737
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL