Skip to content

Commit 2d3d276

Browse files
committed
chore: update to 6.0 rc
1 parent d06a7bd commit 2d3d276

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

samples/hooks/before-cleanApp/nativescript-dev-webpack.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/hooks/before-preview-sync/nativescript-dev-webpack.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/hooks/before-shouldPrepare/nativescript-dev-webpack.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/nsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"useLegacyWorkflow": false
3-
}
1+
{}

samples/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"nativescript": {
66
"id": "org.nativescript.application",
77
"tns-android": {
8-
"version": "6.0.0-2019-06-12-140945-01"
8+
"version": "6.0.0-rc-2019-06-27-172817-03"
99
},
1010
"tns-ios": {
11-
"version": "6.0.0-2019-06-10-154118-03"
11+
"version": "6.0.0-rc-2019-06-28-105002-01"
1212
}
1313
},
1414
"scripts": {
@@ -22,8 +22,8 @@
2222
"@vue/devtools": "5.1.0",
2323
"nativescript-pager": "9.5.4",
2424
"nativescript-theme-core": "1.0.6",
25-
"nativescript-ui-gauge": "4.0.0",
26-
"nativescript-ui-sidedrawer": "6.0.0",
25+
"nativescript-ui-gauge": "5.0.0-androidx",
26+
"nativescript-ui-sidedrawer": "7.0.0-androidx-110619",
2727
"nativescript-vue-devtools": "1.2.0",
2828
"tns-core-modules": "next",
2929
"vue-router": "3.0.6",
@@ -42,7 +42,7 @@
4242
"mocha-multi": "1.1.0",
4343
"mochawesome": "4.0.0",
4444
"nativescript-dev-appium": "^5.3.0",
45-
"nativescript-dev-webpack": "0.24.1",
45+
"nativescript-dev-webpack": "1.0.0-rc-2019-07-10-002255-01",
4646
"nativescript-vue-template-compiler": "file:../packages/nativescript-vue-template-compiler",
4747
"vue-loader": "15.7.0"
4848
}

0 commit comments

Comments
 (0)