diff --git a/package.json b/package.json index a6a88b2..d771efc 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.curiosity", "tns-ios": { - "version": "6.0.0-2019-06-10-154118-03" + "version": "next" }, "tns-android": { - "version": "6.0.0-2019-06-11-172137-01" + "version": "6.0.0-2019-06-24-113546-01" } }, "dependencies": { @@ -22,17 +22,17 @@ "@angular/platform-browser": "8.0.0", "@angular/platform-browser-dynamic": "8.0.0", "@angular/router": "8.0.0", - "nativescript-angular": "~8.0.1", + "nativescript-angular": "next", "nativescript-app-center": "^1.0.3", "nativescript-cardview": "^3.2.0", "nativescript-permissions": "^1.3.6", "nativescript-plugin-firebase": "^9.0.1", "nativescript-social-share": "^1.5.2", "nativescript-theme-core": "^1.0.6", - "nativescript-ui-sidedrawer": "7.0.0-androidx-110619", + "nativescript-ui-sidedrawer": "androidx", "reflect-metadata": "~0.1.13", "rxjs": "^6.5.2", - "tns-core-modules": "6.0.0-next-2019-06-20-155941-01", + "tns-core-modules": "next", "zone.js": "^0.9.1" }, "devDependencies": { @@ -45,7 +45,7 @@ "mocha": "~5.2.0", "mochawesome": "~3.1.2", "nativescript-dev-appium": "next", - "nativescript-dev-webpack": "0.25.0-next-2019-06-21-150426-03", + "nativescript-dev-webpack": "next", "tns-platform-declarations": "~5.4.2", "tslint": "^5.11.0", "typescript": "3.4.1" diff --git a/webpack.config.js b/webpack.config.js index aab17d3..e94ffc0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -268,7 +268,6 @@ module.exports = env => { new CleanWebpackPlugin(itemsToClean, { verbose: !!verbose }), // Copy assets to out dir. Add your own globs as needed. new CopyWebpackPlugin([ - { from: { glob: "settings.json"} }, // HERE { from: { glob: "fonts/**" } }, { from: { glob: "**/*.jpg" } }, { from: { glob: "**/*.png" } },