diff --git a/package-lock.json b/package-lock.json index 70b2e15be..7cf720cea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,8 +69,8 @@ }, "peerDependencies": { "@babel/runtime": "^7.0.0", - "@react-native-async-storage/async-storage": "^1.2.0", - "@react-native-community/netinfo": "^11.3.2", + "@react-native-async-storage/async-storage": ">=1.0.0 <3.0.0", + "@react-native-community/netinfo": ">=5.0.0 <12.0.0", "fast-text-encoding": "^1.0.6", "react-native-get-random-values": "^1.11.0" }, diff --git a/package.json b/package.json index fbb679ecf..889942831 100644 --- a/package.json +++ b/package.json @@ -161,9 +161,9 @@ }, "peerDependencies": { "@babel/runtime": "^7.0.0", - "@react-native-async-storage/async-storage": "^1.2.0", - "@react-native-community/netinfo": "^11.3.2", - "react-native-get-random-values": "^1.11.0", + "@react-native-async-storage/async-storage": ">=1.0.0 <3.0.0", + "@react-native-community/netinfo": ">=5.0.0 <12.0.0", + "react-native-get-random-values": ">=1.11.0 <3.0.0", "fast-text-encoding": "^1.0.6" }, "peerDependenciesMeta": {