Skip to content

Commit ab13224

Browse files
author
VladimirAmiorkov
committed
chore: update typescript dep in applications
1 parent f4449e2 commit ab13224

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: e2e/animation-examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"nativescript-dev-appium": "next",
4646
"nativescript-dev-typescript": "^0.9.1-next-2019-03-12-162713-03",
4747
"nativescript-dev-webpack": "^0.22.0-next-2019-04-17-111030-01",
48-
"typescript": "~3.1.1"
48+
"typescript": "~3.4.5"
4949
},
5050
"scripts": {
5151
"u": "update-ns-webpack",

Diff for: e2e/routable-animations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"nativescript-dev-appium": "^4.0.0",
3939
"nativescript-dev-typescript": "~0.7.1",
4040
"nativescript-dev-webpack": "next",
41-
"typescript": "~2.7.2"
41+
"typescript": "~3.4.5"
4242
},
4343
"scripts": {
4444
"ns-bundle": "ns-bundle",

Diff for: e2e/router-tab-view/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"mochawesome": "~3.1.2",
4242
"nativescript-dev-appium": "next",
4343
"nativescript-dev-typescript": "next",
44-
"typescript": "~3.1.1"
44+
"typescript": "~3.4.5"
4545
},
4646
"scripts": {
4747
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

Diff for: e2e/single-page/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"nativescript-dev-typescript": "next",
4848
"nativescript-dev-webpack": "next",
4949
"tslib": "^1.7.1",
50-
"typescript": "~3.1.1"
50+
"typescript": "~3.4.5"
5151
},
5252
"scripts": {
5353
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

Diff for: nativescript-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@angular/router": "8.0.0-rc.4",
5656
"rxjs": "^6.3.3",
5757
"tns-core-modules": "^5.1.0 || >5.1.0- || >5.2.0-",
58-
"typescript": "~3.1.1",
58+
"typescript": "~3.4.5",
5959
"zone.js": "^0.8.4"
6060
},
6161
"devDependencies": {

Diff for: tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"nativescript-dev-typescript": "next",
6161
"sinon": "^7.3.2",
6262
"tslint": "^4.5.1",
63-
"typescript": "~3.1.1"
63+
"typescript": "~3.4.5"
6464
},
6565
"scripts": {
6666
"e2e": "tsc -p e2e && mocha --opts ../e2e/config/mocha.opts --recursive e2e --appiumCapsLocation ../e2e/config/appium.capabilities.json",

0 commit comments

Comments
 (0)