diff --git a/demo-angular/package.json b/demo-angular/package.json index 336cfd1..2b2cded 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.datetimepicker.demong", "tns-android": { - "version": "5.1.0" + "version": "5.2.0" }, "tns-ios": { - "version": "5.1.0" + "version": "5.2.0" } }, "description": "NativeScript DateTimePicker Demo NG", @@ -16,29 +16,29 @@ "build.plugin": "cd ../src && npm run build" }, "dependencies": { - "@angular/animations": "~7.1.0", - "@angular/common": "~7.1.0", - "@angular/compiler": "~7.1.0", - "@angular/core": "~7.1.0", - "@angular/forms": "~7.1.0", - "@angular/http": "~7.1.0", - "@angular/platform-browser": "~7.1.0", - "@angular/platform-browser-dynamic": "~7.1.0", - "@angular/router": "~7.1.0", - "nativescript-angular": "~7.1.0", + "@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.1", "nativescript-datetimepicker": "file:../src", "nativescript-theme-core": "~1.0.4", "reflect-metadata": "~0.1.10", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.1.0", + "rxjs": "~6.4.0", + "tns-core-modules": "~5.2.0", "zone.js": "~0.8.18" }, "devDependencies": { "@nativescript/schematics": "~0.5.0", - "nativescript-dev-typescript": "~0.7.0", - "nativescript-dev-webpack": "~0.19.0", - "@angular/compiler-cli": "~7.1.0", - "@ngtools/webpack": "~7.1.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "@angular/compiler-cli": "~7.2.0", + "@ngtools/webpack": "~7.2.0", "tslint": "~5.11.0" }, "readme": "NativeScript DateTimePicker Demo NG" diff --git a/demo-vue/package.json b/demo-vue/package.json index f7297ef..8ad01c5 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.datetimepicker.demovue", "tns-android": { - "version": "5.1.0" + "version": "5.2.0" }, "tns-ios": { - "version": "5.1.0" + "version": "5.2.0" } }, "description": "NativeScript DateTimePicker Demo Vue", @@ -15,15 +15,15 @@ "nativescript-datetimepicker": "file:../src", "nativescript-theme-core": "~1.0.4", "nativescript-vue": "~2.0.0", - "tns-core-modules": "~5.1.0" + "tns-core-modules": "~5.2.0" }, "devDependencies": { - "@babel/core": "~7.1.0", - "@babel/preset-env": "~7.1.0", + "@babel/core": "~7.2.0", + "@babel/preset-env": "~7.2.0", "babel-loader": "~8.0.0", - "nativescript-dev-typescript": "~0.7.0", - "nativescript-dev-webpack": "~0.19.0", - "nativescript-vue-template-compiler": "~2.0.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "nativescript-vue-template-compiler": "~2.0.2", "node-sass": "~4.9.0", "vue-loader": "~15.4.0" }, diff --git a/demo/package.json b/demo/package.json index 5f9468f..69d9698 100644 --- a/demo/package.json +++ b/demo/package.json @@ -2,14 +2,14 @@ "nativescript": { "id": "org.nativescript.datetimepicker.demo", "tns-android": { - "version": "5.1.0" + "version": "5.2.0" }, "tns-ios": { - "version": "5.1.0" + "version": "5.2.0" } }, "description": "NativeScript DateTimePicker Demo Core", - "license": "SEE LICENSE IN LINCENSE", + "license": "SEE LICENSE IN LICENSE", "repository": "https://github.com/NativeScript/nativescript-datetimepicker", "scripts": { "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts'", @@ -18,11 +18,11 @@ "dependencies": { "nativescript-datetimepicker": "file:../src", "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "~5.1.0" + "tns-core-modules": "~5.2.0" }, "devDependencies": { - "nativescript-dev-typescript": "~0.7.0", - "nativescript-dev-webpack": "~0.19.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", "tslint": "~5.11.0" }, "readme": "NativeScript DateTimePicker Demo Core" diff --git a/src/package.json b/src/package.json index 6e134ef..7c7d345 100644 --- a/src/package.json +++ b/src/package.json @@ -48,23 +48,33 @@ "bugs": { "url": "https://github.com/NativeScript/nativescript-datetimepicker/issues" }, + "repository": { + "type": "git", + "url": "git://github.com/NativeScript/nativescript-datetimepicker.git" + }, "license": "Apache-2.0", "homepage": "https://github.com/NativeScript/nativescript-datetimepicker", "readmeFilename": "README.md", "devDependencies": { - "tns-core-modules": "^5.1.0", - "tns-platform-declarations": "^5.1.0", + "tns-core-modules": "^5.2.0", + "tns-platform-declarations": "^5.2.0", "typescript": "~3.1.6", "prompt": "^1.0.0", "rimraf": "^2.6.2", "tslint": "^5.11.0", "semver": "^5.6.0", - "nativescript-angular": "~7.1.0", - "@angular/core": "~7.1.0", - "@angular/common": "~7.1.0", - "@angular/compiler": "~7.1.0", - "@angular/compiler-cli": "~7.1.0", - "@angular/forms": "~7.1.0", + "nativescript-angular": "~7.2.1", + "@angular/core": "~7.2.0", + "@angular/common": "~7.2.0", + "@angular/compiler": "~7.2.0", + "@angular/compiler-cli": "~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", + "rxjs": "~6.4.0", + "zone.js": "~0.8.26", "nativescript-vue": "~2.0.0" }, "dependencies": {},