Skip to content

Commit ee43c5a

Browse files
committed
feat (ns6): Use the NS 6.0 version and the webpack only version for nativescript-dev-webpackl for the samples
1 parent 637b810 commit ee43c5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"nativescript": {
66
"id": "org.nativescript.application",
77
"tns-android": {
8-
"version": "5.4.0"
8+
"version": "next"
99
},
1010
"tns-ios": {
11-
"version": "5.4.0"
11+
"version": "6.0.0-2019-06-10-154118-03"
1212
}
1313
},
1414
"scripts": {
1515
"e2e": "node ./node_modules/nativescript-dev-appium/check-dev-deps.js && mocha --opts ./e2e/config/mocha.opts"
16-
}
16+
},
1717
"dependencies": {
1818
"@vue/devtools": "5.1.0",
1919
"nativescript-pager": "9.5.4",
2020
"nativescript-theme-core": "1.0.6",
2121
"nativescript-ui-gauge": "4.0.0",
2222
"nativescript-ui-sidedrawer": "6.0.0",
2323
"nativescript-vue-devtools": "1.2.0",
24-
"tns-core-modules": "5.4.1",
24+
"tns-core-modules": "next",
2525
"vue-router": "3.0.6",
2626
"vuex": "3.1.1"
2727
},
@@ -36,7 +36,7 @@
3636
"@babel/core": "7.4.5",
3737
"@babel/preset-env": "7.4.5",
3838
"babel-loader": "8.0.6",
39-
"nativescript-dev-webpack": "0.24.0",
39+
"nativescript-dev-webpack": "webpack",
4040
"nativescript-vue-template-compiler": "file:../packages/nativescript-vue-template-compiler",
4141
"vue-loader": "15.7.0"
4242
}

0 commit comments

Comments
 (0)