Skip to content

Commit 16691fd

Browse files
author
Erik Thorelli
committed
update dependencies
1 parent e0f00e5 commit 16691fd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-swipeable-list",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "A Swipeable FlatList for React-Native with Quick Actions & Animations",
55
"main": "index.js",
66
"scripts": {
@@ -26,12 +26,13 @@
2626
"url": "https://github.com/esthor/react-native-swipeable-list/issues"
2727
},
2828
"homepage": "https://github.com/esthor/react-native-swipeable-list#readme",
29-
"devDependencies": {
30-
"metro-react-native-babel-preset": "^0.57.0"
29+
"peerDependencies": {
30+
"react": ">=16.9.0",
31+
"react-native": ">=0.61.0"
3132
},
32-
"dependencies": {
33-
"react": "^16.11.0",
34-
"react-native": "^0.61.4"
35-
33+
"devDependencies": {
34+
"metro-react-native-babel-preset": "^0.57.0",
35+
"react": "16.11.0",
36+
"react-native": "0.61.4"
3637
}
3738
}

0 commit comments

Comments
 (0)