From 1676335ffb6ca9f6f6365f5864781071adbdcf1e Mon Sep 17 00:00:00 2001 From: gxz Date: Thu, 22 Feb 2024 18:46:37 +0800 Subject: [PATCH] chore: optimize --- example/ios/Podfile.lock | 4 ++-- example/package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 0cacf0ed..b7f6da6d 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -416,7 +416,7 @@ PODS: - React-Core - react-native-image-tools (0.8.1): - React - - react-native-safe-area-context (4.9.0): + - react-native-safe-area-context (4.7.2): - React-Core - react-native-slider (4.5.0): - RCT-Folly (= 2021.07.22.00) @@ -787,7 +787,7 @@ SPEC CHECKSUMS: react-native-agora: d485857dafe397d26f2ba2355b4b7db98508bc17 react-native-agora-rawdata: 097895cdccd8fcf3cff5dffe23372f5d3c89fd31 react-native-image-tools: 88218449791389bbf550a2c475a3b564c8233c8b - react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b + react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284 react-native-slider: cc89964e1432fa31aa9db7a0fa9b21e26b5d5152 React-NativeModulesApple: c3e696ff867e4bc212266cbdf7e862e48a0166fd React-perflogger: 43287389ea08993c300897a46f95cfac04bb6c1a diff --git a/example/package.json b/example/package.json index 5c836f5d..66bc1cb1 100644 --- a/example/package.json +++ b/example/package.json @@ -27,7 +27,7 @@ "react-native-gesture-handler": "^2.9.0", "react-native-image-tool": "github:LichKing-2234/react-native-image-tools", "react-native-picker-select": "^8.0.4", - "react-native-safe-area-context": "^4.8.2", + "react-native-safe-area-context": "^4.5.0", "react-native-screens": "^3.20.0", "react-native-svg": "^13.8.0", "react-native-vector-icons": "^9.2.0" diff --git a/yarn.lock b/yarn.lock index 62468bfd..3da87946 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12574,7 +12574,7 @@ __metadata: react-native-gesture-handler: ^2.9.0 react-native-image-tool: "github:LichKing-2234/react-native-image-tools" react-native-picker-select: ^8.0.4 - react-native-safe-area-context: ^4.8.2 + react-native-safe-area-context: ^4.5.0 react-native-screens: ^3.20.0 react-native-svg: ^13.8.0 react-native-vector-icons: ^9.2.0 @@ -12763,13 +12763,13 @@ __metadata: languageName: node linkType: hard -"react-native-safe-area-context@npm:^4.8.2": - version: 4.9.0 - resolution: "react-native-safe-area-context@npm:4.9.0" +"react-native-safe-area-context@npm:^4.5.0": + version: 4.7.2 + resolution: "react-native-safe-area-context@npm:4.7.2" peerDependencies: react: "*" react-native: "*" - checksum: 120aefb77766a37e81c5a844d7e1493afea35461c30df5ca903c6b6e2fc6694e2496d433550a2eda872ef8384a36ecf8529a617cb19acbeebd37d78d7aa7b17e + checksum: a74a9c8b3d8642cab6e92ab12991279d3c0984c8ce09e64a4f5c6b08316001e796678bd3d5fa0e2601a334435c34ee914411a7cf7d8aa0460a49a177093b64ee languageName: node linkType: hard