From 2322feb7c2937f5177020309edc4b051842ce4af Mon Sep 17 00:00:00 2001 From: Murat Date: Tue, 15 Aug 2023 18:26:06 +0100 Subject: [PATCH] update package lock --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7072bb6..9a1a066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "chai": "^4.2.0", "mocha": "^7.0.0", "react": ">=17", - "react-native": ">=0.70.5", + "react-native": ">=0.70", "react-native-gesture-handler": "^2.x", "react-native-reanimated": ">=2.x", "react-native-safe-area-context": "^4.x", diff --git a/package.json b/package.json index f63d88f..f2e8530 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "chai": "^4.2.0", "mocha": "^7.0.0", "react": ">=17", - "react-native": ">=0.70.5", + "react-native": ">=0.70", "react-native-gesture-handler": "^2.x", "react-native-reanimated": ">=2.x", "react-native-safe-area-context": "^4.x",