diff --git a/Example/testHotUpdate/bun.lock b/Example/testHotUpdate/bun.lock old mode 100755 new mode 100644 index b1bed75e..5d298f56 --- a/Example/testHotUpdate/bun.lock +++ b/Example/testHotUpdate/bun.lock @@ -1,5 +1,5 @@ { - "lockfileVersion": 0, + "lockfileVersion": 1, "workspaces": { "": { "dependencies": { @@ -11,7 +11,7 @@ "react-native-camera-kit": "^14.1.0", "react-native-paper": "^5.13.1", "react-native-safe-area-context": "^5.1.0", - "react-native-update": "^10.21.1", + "react-native-update": "^10.22.0", "react-native-vector-icons": "^10.2.0", }, "devDependencies": { @@ -1409,7 +1409,7 @@ "react-native-safe-area-context": ["react-native-safe-area-context@5.1.0", "", { "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-Y4vyJX+0HPJUQNVeIJTj2/UOjbSJcB09OEwirAWDrOZ67Lz5p43AmjxSy8nnZft1rMzoh3rcPuonB6jJyHTfCw=="], - "react-native-update": ["react-native-update@10.21.1", "http://bnpm.byted.org/react-native-update/-/react-native-update-10.21.1.tgz", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-rS0RxbrJkT29Q/vCQTc8SCMrjWEU+ltMHO+KsHsjy2qSECt/fZzF/kc2e01jdcukTFUtSedFnnKv3a5sWWemTg=="], + "react-native-update": ["react-native-update@10.22.0", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-RP49tCaMSb7+H1zhpzd8RWiCcG5Opc5jklAB2T67SKVoiGYF4AH+/xdPlpOmuNHfUm97rJG945UPb/GcVT7/nA=="], "react-native-url-polyfill": ["react-native-url-polyfill@2.0.0", "", { "dependencies": { "whatwg-url-without-unicode": "8.0.0-3" }, "peerDependencies": { "react-native": "*" } }, "sha512-My330Do7/DvKnEvwQc0WdcBnFPploYKp9CYlefDXzIdEaA+PAhDYllkvGeEroEzvc4Kzzj2O4yVdz8v6fjRvhA=="], diff --git a/Example/testHotUpdate/ios/Podfile.lock b/Example/testHotUpdate/ios/Podfile.lock index 8c02392d..9dd84cae 100644 --- a/Example/testHotUpdate/ios/Podfile.lock +++ b/Example/testHotUpdate/ios/Podfile.lock @@ -1308,7 +1308,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-update (10.19.6): + - react-native-update (10.22.0): - DoubleConversion - glog - hermes-engine @@ -1322,8 +1322,8 @@ PODS: - React-featureflags - React-graphics - React-ImageManager - - react-native-update/HDiffPatch (= 10.19.6) - - react-native-update/RCTPushy (= 10.19.6) + - react-native-update/HDiffPatch (= 10.22.0) + - react-native-update/RCTPushy (= 10.22.0) - React-NativeModulesApple - React-RCTFabric - React-rendererdebug @@ -1333,7 +1333,7 @@ PODS: - ReactCommon/turbomodule/core - SSZipArchive - Yoga - - react-native-update/HDiffPatch (10.19.6): + - react-native-update/HDiffPatch (10.22.0): - DoubleConversion - glog - hermes-engine @@ -1356,7 +1356,7 @@ PODS: - ReactCommon/turbomodule/core - SSZipArchive - Yoga - - react-native-update/RCTPushy (10.19.6): + - react-native-update/RCTPushy (10.22.0): - DoubleConversion - glog - hermes-engine @@ -1942,7 +1942,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 89885d1518433a462fe64b68bf5e097997380090 React-microtasksnativemodule: 36341e09dcd1df535503e6ed2ddf88f10da56d52 react-native-safe-area-context: 0d8827b2420dfb4c8a8e27639585e61b912261be - react-native-update: 3a5f413d7b9eadfe0af4d15c1b32de678670c2ce + react-native-update: 73336810994cf31c5085070faa1ad4ead5b76e3c React-nativeconfig: 539ff4de6ce3b694e8e751080568c281c84903ce React-NativeModulesApple: 702246817c286d057e23fe4b1302019796e62521 React-perflogger: f260e2de95f9dbd002035251559c13bf1f0643d4 diff --git a/Example/testHotUpdate/package.json b/Example/testHotUpdate/package.json index 6fbd5d22..8bcc84e0 100644 --- a/Example/testHotUpdate/package.json +++ b/Example/testHotUpdate/package.json @@ -22,7 +22,7 @@ "react-native-camera-kit": "^14.1.0", "react-native-paper": "^5.13.1", "react-native-safe-area-context": "^5.1.0", - "react-native-update": "^10.21.1", + "react-native-update": "^10.22.0", "react-native-vector-icons": "^10.2.0" }, "devDependencies": {