Skip to content

Commit aa1f991

Browse files
author
Zdravko
authored
Merge pull request #98 from NativeScript/zbranzov/bump-versions
Fix unmet peer dependency
2 parents 5b1a8a3 + ee4f37d commit aa1f991

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nativescript-imagepicker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/NativeScript/nativescript-imagepicker"
66
},
77
"name": "nativescript-imagepicker",
8-
"version": "3.0.1",
8+
"version": "3.0.2",
99
"nativescript": {
1010
"platforms": {
1111
"android": "3.0.0",
@@ -15,13 +15,13 @@
1515
"author": "NativeScript Team",
1616
"main": "viewmodel",
1717
"devDependencies": {
18-
"nativescript-telerik-ui": "^2.0.0",
18+
"nativescript-telerik-ui": "^3.0.0",
1919
"tns-core-modules": "^3.0.0",
2020
"tns-platform-declarations": "^3.0.0",
21-
"typescript": "^2.2.2"
21+
"typescript": "2.3.4"
2222
},
2323
"peerDependencies": {
24-
"nativescript-telerik-ui": "^2.0.0",
24+
"nativescript-telerik-ui": "^3.0.0",
2525
"tns-core-modules": "^3.0.0 || >=3.0.0-2017"
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)