Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit ded331f

Browse files
author
Elena Hristova
committed
chore: update to typescript 3.1
1 parent 09c7d6f commit ded331f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"nativescript-dev-webpack": "~0.17.0",
2626
"tns-platform-declarations": "^5.0.0",
2727
"tslint": "~5.11.0",
28-
"typescript": "~2.8.2"
28+
"typescript": "~3.1.1"
2929
},
3030
"scripts": {
3131
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"tns-core-modules": "^5.0.1",
4444
"tns-platform-declarations": "^5.0.0",
45-
"typescript": "~2.8.2",
45+
"typescript": "~3.1.1",
4646
"prompt": "~1.0.0",
4747
"rimraf": "~2.6.2",
4848
"tslint": "~5.11.0"

0 commit comments

Comments
 (0)