Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Feb 2, 2025
1 parent 6943b36 commit 23ccfcc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Example/testHotUpdate/bun.lock
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lockfileVersion": 0,
"lockfileVersion": 1,
"workspaces": {
"": {
"dependencies": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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=="],

Expand Down
12 changes: 6 additions & 6 deletions Example/testHotUpdate/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/testHotUpdate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 23ccfcc

Please sign in to comment.