From c2dc27599a6c0026e95c768f919322b282513bd4 Mon Sep 17 00:00:00 2001 From: Matin Zadeh Dolatabad <24797481+matinzd@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:26:11 +0100 Subject: [PATCH] Update peerDependencies version ranges in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": {