diff --git a/demo-angular/nsconfig.json b/demo-angular/nsconfig.json deleted file mode 100644 index a6d7547..0000000 --- a/demo-angular/nsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "useLegacyWorkflow": false -} \ No newline at end of file diff --git a/demo-angular/package.json b/demo-angular/package.json index ca75506..05da1a2 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demoangular", "tns-android": { - "version": "5.4.0" + "version": "6.0.0" }, "tns-ios": { - "version": "5.4.0" + "version": "6.0.1" } }, "scripts": { @@ -17,27 +17,27 @@ "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'" }, "dependencies": { - "@angular/animations": "~7.2.0", - "@angular/common": "~7.2.0", - "@angular/compiler": "~7.2.0", - "@angular/core": "~7.2.0", - "@angular/forms": "~7.2.0", - "@angular/http": "~7.2.0", - "@angular/platform-browser": "~7.2.0", - "@angular/platform-browser-dynamic": "~7.2.0", - "@angular/router": "~7.2.0", - "nativescript-angular": "~7.2.0", + "@angular/animations": "~8.0.0", + "@angular/common": "~8.0.0", + "@angular/compiler": "~8.0.0", + "@angular/core": "~8.0.0", + "@angular/forms": "~8.0.0", + "@angular/http": "8.0.0-beta.10", + "@angular/platform-browser": "~8.0.0", + "@angular/platform-browser-dynamic": "~8.0.0", + "@angular/router": "~8.0.0", + "nativescript-angular": "~8.0.0", "nativescript-background-http": "../src", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.10", "rxjs": "^6.3.3", - "tns-core-modules": "^5.0.0", - "tns-platform-declarations": "^5.0.0", - "zone.js": "~0.8.26" + "tns-core-modules": "^6.0.0", + "zone.js": "^0.9.1" }, "devDependencies": { - "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.22.0", - "tslint": "~5.11.0" + "nativescript-dev-webpack": "~1.0.1", + "tslint": "~5.11.0", + "tns-platform-declarations": "^6.0.0", + "typescript": "~3.4.5" } } \ No newline at end of file diff --git a/demo-vue/nsconfig.json b/demo-vue/nsconfig.json deleted file mode 100644 index a6d7547..0000000 --- a/demo-vue/nsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "useLegacyWorkflow": false -} \ No newline at end of file diff --git a/demo-vue/package.json b/demo-vue/package.json index 575f20a..1ef72d9 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demovue", "tns-android": { - "version": "5.4.0" + "version": "6.0.0" }, "tns-ios": { - "version": "5.4.0" + "version": "6.0.1" } }, "description": "NativeScript Application", @@ -17,18 +17,18 @@ "dependencies": { "nativescript-background-http": "../src", "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "~2.2.0", - "tns-core-modules": "^5.0.0" + "nativescript-vue": "~2.3.0", + "tns-core-modules": "^6.0.0" }, "devDependencies": { "@babel/core": "~7.1.0", "@babel/preset-env": "~7.1.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~0.22.0", - "nativescript-dev-typescript": "~0.9.0", - "nativescript-vue-template-compiler": "~2.2.0", - "node-sass": "~4.9.0", + "nativescript-dev-webpack": "~1.0.1", + "nativescript-vue-template-compiler": "~2.3.0", + "node-sass": "~4.12.0", "ts-loader": "^5.3.1", - "vue-loader": "~15.4.0" + "vue-loader": "~15.4.0", + "typescript": "~3.4.5" } -} \ No newline at end of file +} diff --git a/demo/nsconfig.json b/demo/nsconfig.json deleted file mode 100644 index a6d7547..0000000 --- a/demo/nsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "useLegacyWorkflow": false -} \ No newline at end of file diff --git a/demo/package.json b/demo/package.json index c4b7360..5dbbdbd 100644 --- a/demo/package.json +++ b/demo/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demo", "tns-android": { - "version": "5.4.0" + "version": "6.0.0" }, "tns-ios": { - "version": "5.4.0" + "version": "6.0.1" } }, "scripts": { @@ -19,12 +19,12 @@ "dependencies": { "nativescript-background-http": "../src", "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "^5.0.0", - "tns-platform-declarations": "^5.0.0" + "tns-core-modules": "^6.0.0" }, "devDependencies": { - "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.22.0", - "tslint": "~5.11.0" + "nativescript-dev-webpack": "~1.0.1", + "tslint": "~5.11.0", + "tns-platform-declarations": "^6.0.0", + "typescript": "~3.4.5" } -} \ No newline at end of file +} diff --git a/src/package.json b/src/package.json index beb30f4..1d2389a 100644 --- a/src/package.json +++ b/src/package.json @@ -23,12 +23,12 @@ "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"", "plugin.link": "npm link && cd ../demo && npm link nativescript-background-http && cd ../src", "plugin.tscwatch": "npm run tsc -- -w", - "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles", - "demo-angular.ios": "npm i && npm run tsc && cd ../demo-angular && tns run ios --syncAllFiles", - "demo-vue.ios": "npm i && npm run tsc && cd ../demo-vue && tns run ios --syncAllFiles --bundle", - "demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles", - "demo-angular.android": "npm i && npm run tsc && cd ../demo-angular && tns run android --syncAllFiles", - "demo-vue.android": "npm i && npm run tsc && cd ../demo-vue && tns run android --syncAllFiles --bundle", + "demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios", + "demo-angular.ios": "npm i && npm run tsc && cd ../demo-angular && tns run ios", + "demo-vue.ios": "npm i && npm run tsc && cd ../demo-vue && tns run ios", + "demo.android": "npm i && npm run tsc && cd ../demo && tns run android", + "demo-angular.android": "npm i && npm run tsc && cd ../demo-angular && tns run android", + "demo-vue.android": "npm i && npm run tsc && cd ../demo-vue && tns run android", "demo.reset": "cd ../demo && rimraf platforms", "demo-angular.reset": "cd ../demo-angular && rimraf platforms", "server": "cd ../demo-server && npm run start",