Skip to content

Commit 673a2eb

Browse files
committed
chore: relax dependency constraints
1 parent 7ec5e0b commit 673a2eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-offline",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.",
55
"author": "Raul Gomez Acuna <hello@raulgomez.io> (https://github.com/rgommezz)",
66
"license": "MIT",
@@ -98,8 +98,8 @@
9898
},
9999
"dependencies": {
100100
"lodash": "^4.17.11",
101-
"react-redux": "^7.0.0",
102-
"redux": "^4.0.1",
101+
"react-redux": ">=7",
102+
"redux": ">=3",
103103
"redux-saga": "^1.0.2"
104104
},
105105
"peerDependencies": {

0 commit comments

Comments
 (0)