Skip to content

Commit 787a2e7

Browse files
committed
fix: fixed dependencies in package.json
1 parent 91c0c40 commit 787a2e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"author": "CursedWizard <[email protected]> (https://github.com/CursedWizard)",
3636
"license": "MIT",
3737
"bugs": {
38+
"email": "[email protected]",
3839
"url": "https://github.com/CursedWizard/react-native-navigation-bottom-sheet/issues"
3940
},
4041
"homepage": "https://github.com/CursedWizard/react-native-navigation-bottom-sheet#readme",
@@ -66,8 +67,9 @@
6667
"peerDependencies": {
6768
"react": "*",
6869
"react-native": "*",
69-
"react-native-gesture-handler": ">=1.10.1",
70-
"react-native-reanimated": ">=2.2.0"
70+
"react-native-gesture-handler": "*",
71+
"react-native-reanimated": "*",
72+
"react-native-navigation": ">=6.5.0"
7173
},
7274
"jest": {
7375
"preset": "react-native",
@@ -145,7 +147,5 @@
145147
]
146148
]
147149
},
148-
"dependencies": {
149-
"react-native-navigation": "^7.18.1"
150-
}
150+
"dependencies": {}
151151
}

0 commit comments

Comments
 (0)