Skip to content

Commit 3472cce

Browse files
authored
Merge pull request NativeScript#232 from NativeScript/lini/update-5-1
chor: update dependencies for 5.1 release
2 parents 422c0fd + f101495 commit 3472cce

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

demo-angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"nativescript": {
33
"id": "org.nativescript.imagepickerdemoangular",
44
"tns-ios": {
5-
"version": "5.0.0"
5+
"version": "5.1.0"
66
},
77
"tns-android": {
8-
"version": "5.0.0"
8+
"version": "5.1.0"
99
}
1010
},
1111
"dependencies": {
12-
"@angular/common": "~7.0.0",
13-
"@angular/compiler": "~7.0.0",
14-
"@angular/core": "~7.0.0",
15-
"@angular/forms": "~7.0.0",
16-
"@angular/http": "~7.0.0",
17-
"@angular/platform-browser": "~7.0.0",
18-
"@angular/platform-browser-dynamic": "~7.0.0",
19-
"@angular/router": "~7.0.0",
20-
"nativescript-angular": "~7.0.0",
12+
"@angular/common": "~7.1.0",
13+
"@angular/compiler": "~7.1.0",
14+
"@angular/core": "~7.1.0",
15+
"@angular/forms": "~7.1.0",
16+
"@angular/http": "~7.1.0",
17+
"@angular/platform-browser": "~7.1.0",
18+
"@angular/platform-browser-dynamic": "~7.1.0",
19+
"@angular/router": "~7.1.0",
20+
"nativescript-angular": "~7.1.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.0.0"
26+
"tns-core-modules": "^5.1.0"
2727
},
2828
"devDependencies": {
2929
"jasmine-core": "^2.5.2",
@@ -33,7 +33,7 @@
3333
"nativescript-css-loader": "~0.26.0",
3434
"nativescript-dev-typescript": "^0.7.0",
3535
"nativescript-dev-webpack": "~0.18.0",
36-
"tns-platform-declarations": "^5.0.0",
36+
"tns-platform-declarations": "^5.1.0",
3737
"tslint": "~5.11.0",
3838
"zone.js": "^0.8.4"
3939
},

demo/package.json

Lines changed: 4 additions & 4 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.0.0"
5+
"version": "5.1.0"
66
},
77
"tns-ios": {
8-
"version": "5.0.0"
8+
"version": "5.1.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.0.0"
15+
"tns-core-modules": "^5.1.0"
1616
},
1717
"devDependencies": {
1818
"@types/chai": "^4.1.4",
@@ -29,7 +29,7 @@
2929
"nativescript-dev-appium": "3.2.0",
3030
"nativescript-dev-typescript": "~0.7.0",
3131
"nativescript-dev-webpack": "~0.18.0",
32-
"tns-platform-declarations": "^5.0.0",
32+
"tns-platform-declarations": "^5.1.0",
3333
"tslint": "~5.11.0"
3434
},
3535
"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.0.0",
50-
"tns-platform-declarations": "^5.0.0",
49+
"tns-core-modules": "^5.1.0",
50+
"tns-platform-declarations": "^5.1.0",
5151
"typescript": "~3.1.6",
5252
"tslint": "~5.11.0"
5353
},

0 commit comments

Comments
 (0)