Skip to content

Commit

Permalink
chore: relax dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommezz committed Feb 14, 2023
1 parent 7ec5e0b commit 673a2eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-offline",
"version": "6.0.1",
"version": "6.0.2",
"description": "Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.",
"author": "Raul Gomez Acuna <[email protected]> (https://github.com/rgommezz)",
"license": "MIT",
Expand Down Expand Up @@ -98,8 +98,8 @@
},
"dependencies": {
"lodash": "^4.17.11",
"react-redux": "^7.0.0",
"redux": "^4.0.1",
"react-redux": ">=7",
"redux": ">=3",
"redux-saga": "^1.0.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 673a2eb

Please sign in to comment.