Skip to content

Commit 7049dfb

Browse files
SvetoslavTsenovADjenkov
authored and
ADjenkov
committed
chore: update bump modules and platform versoins
1 parent df1bfbd commit 7049dfb

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

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

+9-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.nestedroutertabview",
88
"tns-ios": {
9-
"version": "4.2.0"
9+
"version": "next"
1010
},
1111
"tns-android": {
12-
"version": "4.2.0"
12+
"version": "next"
1313
}
1414
},
1515
"dependencies": {
@@ -26,10 +26,12 @@
2626
"nativescript-theme-core": "~1.0.4",
2727
"reflect-metadata": "~0.1.8",
2828
"rxjs": "~6.0.0-rc.1",
29-
"tns-core-modules": "^4.3.0-2018-10-15-104309-01",
29+
"tns-core-modules": "next",
3030
"zone.js": "~0.8.2"
3131
},
3232
"devDependencies": {
33+
"@angular/compiler-cli": "~6.1.0",
34+
"@ngtools/webpack": "~6.2.0",
3335
"@types/chai": "^4.0.2",
3436
"@types/mocha": "^2.2.41",
3537
"@types/node": "^7.0.5",
@@ -40,12 +42,13 @@
4042
"mocha": "^5.2.0",
4143
"mocha-junit-reporter": "^1.18.0",
4244
"mocha-multi": "^1.0.1",
43-
"nativescript-dev-appium": "^4.1.0-2018-10-11-01",
44-
"nativescript-dev-typescript": "~0.6.0",
45+
"nativescript-dev-appium": "next",
46+
"nativescript-dev-typescript": "~0.7.4",
47+
"nativescript-dev-webpack": "next",
4548
"typescript": "~2.7.2"
4649
},
4750
"scripts": {
4851
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
4952
"compile-tests": "tsc -p e2e --watch"
5053
}
51-
}
54+
}

Diff for: e2e/nested-router-tab-view/references.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.

Diff for: e2e/nested-router-tab-view/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"*": [
1717
"./node_modules/tns-core-modules/*",
1818
"./node_modules/*"
19+
],
20+
"~/*": [
21+
"app/*"
1922
]
2023
}
2124
},

Diff for: e2e/nested-router-tab-view/tsconfig.tns.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "./tsconfig",
3+
"compilerOptions": {
4+
"module": "es2015",
5+
"moduleResolution": "node"
6+
}
7+
}

0 commit comments

Comments
 (0)