Skip to content

Commit 331439e

Browse files
authored
Merge pull request #12 from NativeScript/hristova/update-to-5.3
chore: update dependencies for 5.3
2 parents ec35216 + ad5453d commit 331439e

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

demo-angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.picker.demoangular",
44
"tns-android": {
5-
"version": "5.2.1"
5+
"version": "5.3.0"
66
},
77
"tns-ios": {
8-
"version": "5.2.0"
8+
"version": "5.3.0"
99
}
1010
},
1111
"description": "NativeScript Application",
@@ -25,12 +25,12 @@
2525
"@angular/platform-browser": "~7.2.0",
2626
"@angular/platform-browser-dynamic": "~7.2.0",
2727
"@angular/router": "~7.2.0",
28-
"nativescript-angular": "~7.2.1",
28+
"nativescript-angular": "~7.2.0",
2929
"nativescript-picker": "file:../src",
3030
"nativescript-theme-core": "~1.0.4",
3131
"reflect-metadata": "~0.1.10",
3232
"rxjs": "~6.4.0",
33-
"tns-core-modules": "~5.2.2",
33+
"tns-core-modules": "^5.0.0",
3434
"zone.js": "~0.8.18"
3535
},
3636
"devDependencies": {
@@ -46,7 +46,7 @@
4646
"mochawesome": "^3.1.1",
4747
"nativescript-dev-appium": "^5.1.0",
4848
"nativescript-dev-typescript": "~0.9.0",
49-
"nativescript-dev-webpack": "~0.20.3",
49+
"nativescript-dev-webpack": "~0.21.0",
5050
"tslint": "~5.11.0"
5151
},
5252
"readme": "NativeScript PickerField Demo NG"

demo-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.picker.demovue",
44
"tns-android": {
5-
"version": "5.2.1"
5+
"version": "5.3.0"
66
},
77
"tns-ios": {
8-
"version": "5.2.0"
8+
"version": "5.3.0"
99
}
1010
},
1111
"description": "NativeScript PickerField Demo Vue",
@@ -20,7 +20,7 @@
2020
"nativescript-picker": "file:../src",
2121
"nativescript-theme-core": "~1.0.4",
2222
"nativescript-vue": "~2.2.0",
23-
"tns-core-modules": "~5.2.2"
23+
"tns-core-modules": "^5.0.0"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "~7.2.0",

demo/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"requireModules": ["nativescript-picker"]
3131
},
3232
"devDependencies": {
33-
"nativescript-dev-typescript": "^0.3.0"
33+
"nativescript-dev-typescript": "~0.9.0"
3434
},
3535
"_id": "tns-template-hello-world-ts@1.6.0",
3636
"_shasum": "a567c2b9a56024818c06596dab9629d155c5b8a8",

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"nativescript": {
33
"id": "org.nativescript.picker.demo",
44
"tns-android": {
5-
"version": "5.2.1"
5+
"version": "5.3.0"
66
},
77
"tns-ios": {
8-
"version": "5.2.0"
8+
"version": "5.3.0"
99
}
1010
},
1111
"dependencies": {
1212
"nativescript-picker": "file:../src",
1313
"nativescript-theme-core": "~1.0.4",
14-
"tns-core-modules": "~5.2.2"
14+
"tns-core-modules": "^5.0.0"
1515
},
1616
"devDependencies": {
1717
"@types/chai": "~4.1.7",
@@ -23,7 +23,7 @@
2323
"mochawesome": "^3.1.1",
2424
"nativescript-dev-appium": "5.0.0",
2525
"nativescript-dev-typescript": "~0.9.0",
26-
"nativescript-dev-webpack": "~0.20.3",
26+
"nativescript-dev-webpack": "~0.21.0",
2727
"tslint": "~5.11.0"
2828
},
2929
"scripts": {

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"homepage": "https://github.com/NativeScript/nativescript-picker",
4949
"readmeFilename": "README.md",
5050
"devDependencies": {
51-
"tns-core-modules": "^5.2.2",
52-
"tns-platform-declarations": "^5.2.2",
51+
"tns-core-modules": "^5.0.0",
52+
"tns-platform-declarations": "^5.0.0",
5353
"typescript": "~3.1.6",
5454
"prompt": "^1.0.0",
5555
"rimraf": "^2.6.2",
5656
"tslint": "^5.11.0",
5757
"semver": "^5.6.0",
58-
"nativescript-angular": "~7.2.1",
58+
"nativescript-angular": "~7.2.0",
5959
"@angular/core": "~7.2.0",
6060
"@angular/common": "~7.2.0",
6161
"@angular/compiler": "~7.2.0",

0 commit comments

Comments
 (0)