Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions demo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
16 changes: 8 additions & 8 deletions demo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
12 changes: 6 additions & 6 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand All @@ -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"
Expand Down
26 changes: 18 additions & 8 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down