Skip to content

Commit 694d337

Browse files
authored
Merge pull request #260 from NativeScript/hristova/update-to-5.3
chore: update dependencies for 5.3
2 parents 141d456 + deb028a commit 694d337

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

demo-angular/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.imagepickerdemoangular",
44
"tns-ios": {
5-
"version": "5.2.0"
5+
"version": "5.3.0"
66
},
77
"tns-android": {
8-
"version": "5.2.0"
8+
"version": "5.3.0"
99
}
1010
},
1111
"dependencies": {
@@ -17,23 +17,23 @@
1717
"@angular/platform-browser": "~7.2.0",
1818
"@angular/platform-browser-dynamic": "~7.2.0",
1919
"@angular/router": "~7.2.0",
20-
"nativescript-angular": "~7.2.1",
20+
"nativescript-angular": "~7.2.0",
2121
"nativescript-imagepicker": "../src",
2222
"nativescript-theme-core": "^1.0.4",
2323
"nativescript-unit-test-runner": "^0.3.4",
2424
"reflect-metadata": "~0.1.8",
2525
"rxjs": "^6.3.3",
26-
"tns-core-modules": "^5.2.0"
26+
"tns-core-modules": "^5.0.0"
2727
},
2828
"devDependencies": {
2929
"jasmine-core": "^2.5.2",
3030
"karma": "^1.3.0",
3131
"karma-jasmine": "^1.0.2",
3232
"karma-nativescript-launcher": "^0.4.0",
3333
"nativescript-css-loader": "~0.26.0",
34-
"nativescript-dev-typescript": "^0.8.0",
35-
"nativescript-dev-webpack": "~0.20.0",
36-
"tns-platform-declarations": "^5.2.0",
34+
"nativescript-dev-typescript": "~0.9.0",
35+
"nativescript-dev-webpack": "~0.21.0",
36+
"tns-platform-declarations": "^5.0.0",
3737
"tslint": "~5.11.0",
3838
"zone.js": "^0.8.4"
3939
},

demo-vue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"nativescript": {
33
"id": "org.nativescript.demovue",
44
"tns-android": {
5-
"version": "5.2.0"
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-imagepicker": "../src",
1313
"nativescript-theme-core": "~1.0.4",
1414
"nativescript-vue": "^2.0.0",
15-
"tns-core-modules": "^5.2.0"
15+
"tns-core-modules": "^5.0.0"
1616
},
1717
"devDependencies": {
1818
"@types/chai": "^4.1.4",
@@ -28,8 +28,8 @@
2828
"mocha-multi": "^1.0.1",
2929
"mochawesome": "^3.1.1",
3030
"nativescript-dev-appium": "^4.0.9",
31-
"nativescript-dev-webpack": "~0.20.0",
32-
"nativescript-dev-typescript": "~0.8.0",
31+
"nativescript-dev-webpack": "~0.21.0",
32+
"nativescript-dev-typescript": "~0.9.0",
3333
"nativescript-vue-template-compiler": "^2.0.0",
3434
"node-sass": "~4.9.0",
3535
"vue-loader": "~15.4.0"

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"nativescript": {
33
"id": "org.nativescript.imagepickerdemo",
44
"tns-android": {
5-
"version": "5.2.0"
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-imagepicker": "../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
15-
"tns-core-modules": "^5.2.0"
15+
"tns-core-modules": "^5.0.0"
1616
},
1717
"devDependencies": {
1818
"@types/chai": "^4.1.4",
@@ -30,9 +30,9 @@
3030
"mochawesome": "^3.1.1",
3131
"nativescript-css-loader": "~0.26.0",
3232
"nativescript-dev-appium": "4.0.9",
33-
"nativescript-dev-typescript": "~0.8.0",
34-
"nativescript-dev-webpack": "~0.20.0",
35-
"tns-platform-declarations": "^5.2.0",
33+
"nativescript-dev-typescript": "~0.9.0",
34+
"nativescript-dev-webpack": "~0.21.0",
35+
"tns-platform-declarations": "^5.0.0",
3636
"tslint": "~5.11.0"
3737
},
3838
"scripts": {

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"homepage": "https://github.com/NativeScript/nativescript-imagepicker",
4747
"readmeFilename": "README.md",
4848
"devDependencies": {
49-
"tns-core-modules": "^5.2.0",
50-
"tns-platform-declarations": "^5.2.0",
49+
"tns-core-modules": "^5.0.0",
50+
"tns-platform-declarations": "^5.0.0",
5151
"typescript": "~3.1.6",
5252
"tslint": "~5.11.0"
5353
},

0 commit comments

Comments
 (0)