Skip to content

Commit 4531c03

Browse files
committed
Update version and dependencies
1 parent 6681407 commit 4531c03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-picker",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A NativeScript plugin that provides a custom TextField which lets you pick a value from a list opened in a modal popup.",
55
"main": "picker",
66
"typings": "index.d.ts",
@@ -48,8 +48,8 @@
4848
"homepage": "https://github.com/NativeScript/nativescript-picker",
4949
"readmeFilename": "README.md",
5050
"devDependencies": {
51-
"tns-core-modules": "^5.2.0",
52-
"tns-platform-declarations": "^5.2.0",
51+
"tns-core-modules": "^5.2.2",
52+
"tns-platform-declarations": "^5.2.2",
5353
"typescript": "~3.1.6",
5454
"prompt": "^1.0.0",
5555
"rimraf": "^2.6.2",
@@ -67,7 +67,7 @@
6767
"@angular/router": "~7.2.0",
6868
"rxjs": "~6.4.0",
6969
"zone.js": "~0.8.26",
70-
"nativescript-vue": "~2.0.0"
70+
"nativescript-vue": "~2.2.0"
7171
},
7272
"dependencies": {}
7373
}

0 commit comments

Comments
 (0)