diff --git a/demo-angular/package.json b/demo-angular/package.json index f755a79..767d1ed 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.datetimepicker.demong", "tns-android": { - "version": "6.0.0" + "version": "6.1.0" }, "tns-ios": { - "version": "6.0.1" + "version": "6.1.0" } }, "description": "NativeScript DateTimePicker Demo NG", @@ -18,30 +18,29 @@ "e2e-watch": "tsc -p e2e --watch" }, "dependencies": { - "@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", + "@angular/animations": "~8.2.0", + "@angular/common": "~8.2.0", + "@angular/compiler": "~8.2.0", + "@angular/core": "~8.2.0", + "@angular/forms": "~8.2.0", + "@angular/platform-browser": "~8.2.0", + "@angular/platform-browser-dynamic": "~8.2.0", + "@angular/router": "~8.2.0", + "nativescript-angular": "~8.2.0", "nativescript-datetimepicker": "file:../src", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.10", - "rxjs": "^6.3.3", + "rxjs": "^6.4.0", "tns-core-modules": "^6.0.0", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { - "@angular/compiler-cli": "~8.0.0", - "@ngtools/webpack": "~8.0.0", + "@angular/compiler-cli": "~8.2.0", + "@ngtools/webpack": "~8.2.0", "@types/node": "~10.12.18", - "nativescript-dev-webpack": "~1.0.1", + "nativescript-dev-webpack": "^1.0.0", "tslint": "~5.11.0", - "typescript": "~3.4.5" + "typescript": "~3.5.3" }, "readme": "NativeScript DateTimePicker Demo NG" -} +} \ No newline at end of file diff --git a/demo-vue/package.json b/demo-vue/package.json index 6b005d5..f954c43 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.datetimepicker.demovue", "tns-android": { - "version": "6.0.0" + "version": "6.1.0" }, "tns-ios": { - "version": "6.0.1" + "version": "6.1.0" } }, "description": "NativeScript DateTimePicker Demo Vue", @@ -14,15 +14,15 @@ "dependencies": { "nativescript-datetimepicker": "file:../src", "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "~2.3.0", + "nativescript-vue": "~2.4.0", "tns-core-modules": "^6.0.0" }, "devDependencies": { "@babel/core": "~7.2.0", "@babel/preset-env": "~7.2.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~1.0.1", - "nativescript-vue-template-compiler": "~2.3.0", + "nativescript-dev-webpack": "^1.0.0", + "nativescript-vue-template-compiler": "~2.4.0", "node-sass": "~4.12.0", "vue-loader": "~15.4.0", "typescript": "~3.4.5" diff --git a/demo/package.json b/demo/package.json index f093619..78148dc 100644 --- a/demo/package.json +++ b/demo/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.datetimepicker.demo", "tns-android": { - "version": "6.0.0" + "version": "6.1.0" }, "tns-ios": { - "version": "6.0.1" + "version": "6.1.0" } }, "description": "NativeScript DateTimePicker Demo Core", @@ -21,7 +21,7 @@ "tns-core-modules": "^6.0.0" }, "devDependencies": { - "nativescript-dev-webpack": "~1.0.1", + "nativescript-dev-webpack": "^1.0.0", "tslint": "~5.11.0", "typescript": "~3.4.5" }, diff --git a/src/package.json b/src/package.json index 462947a..102cad1 100644 --- a/src/package.json +++ b/src/package.json @@ -60,7 +60,6 @@ "@angular/compiler-cli": "~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",