Skip to content

Commit effe125

Browse files
authored
dependency match & version bump
1 parent 16691fd commit effe125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-swipeable-list",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "A Swipeable FlatList for React-Native with Quick Actions & Animations",
55
"main": "index.js",
66
"scripts": {
@@ -27,8 +27,8 @@
2727
},
2828
"homepage": "https://github.com/esthor/react-native-swipeable-list#readme",
2929
"peerDependencies": {
30-
"react": ">=16.9.0",
31-
"react-native": ">=0.61.0"
30+
"react": ">=16.11.0",
31+
"react-native": ">=0.61.4"
3232
},
3333
"devDependencies": {
3434
"metro-react-native-babel-preset": "^0.57.0",

0 commit comments

Comments
 (0)