We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec5e0b commit 673a2ebCopy full SHA for 673a2eb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-offline",
3
- "version": "6.0.1",
+ "version": "6.0.2",
4
"description": "Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.",
5
"author": "Raul Gomez Acuna <hello@raulgomez.io> (https://github.com/rgommezz)",
6
"license": "MIT",
@@ -98,8 +98,8 @@
98
},
99
"dependencies": {
100
"lodash": "^4.17.11",
101
- "react-redux": "^7.0.0",
102
- "redux": "^4.0.1",
+ "react-redux": ">=7",
+ "redux": ">=3",
103
"redux-saga": "^1.0.2"
104
105
"peerDependencies": {
0 commit comments