Skip to content

Commit c8a6549

Browse files
committed
fix: peer dep for gesture handler
1 parent 09c6364 commit c8a6549

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-dropdown-picker",
3-
"version": "5.4.7",
3+
"version": "5.5.0",
44
"description": "A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.",
55
"keywords": [
66
"picker",
@@ -33,19 +33,16 @@
3333
],
3434
"homepage": "https://hossein-zare.github.io/react-native-dropdown-picker-website/",
3535
"bugs": {
36-
"url": "https://github.com/hossein-zare/react-native-dropdown-picker/issues"
36+
"url": "https://github.com/curious-cat-consulting/react-native-dropdown-picker/issues"
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "git+https://github.com/hossein-zare/react-native-dropdown-picker.git"
40+
"url": "git+https://github.com/curious-cat-consulting/react-native-dropdown-picker.git"
4141
},
4242
"license": "MIT",
4343
"author": "Hossein Zare",
4444
"main": "index.js",
4545
"types": "index.d.ts",
46-
"dependencies": {
47-
"react-native-gesture-handler": "~2.13.1"
48-
},
4946
"devDependencies": {
5047
"@types/react": "^18.2.25",
5148
"@types/react-native": "^0.72.3",
@@ -67,7 +64,8 @@
6764
"typescript": "^5.2.2"
6865
},
6966
"peerDependencies": {
70-
"react": "^18.2.0",
71-
"react-native": "^0.72.5"
67+
"react": "*",
68+
"react-native": "*",
69+
"react-native-gesture-handler": "*"
7270
}
7371
}

0 commit comments

Comments
 (0)