Skip to content

Commit 23ccfcc

Browse files
committed
update example
1 parent 6943b36 commit 23ccfcc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Example/testHotUpdate/bun.lock

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lockfileVersion": 0,
2+
"lockfileVersion": 1,
33
"workspaces": {
44
"": {
55
"dependencies": {
@@ -11,7 +11,7 @@
1111
"react-native-camera-kit": "^14.1.0",
1212
"react-native-paper": "^5.13.1",
1313
"react-native-safe-area-context": "^5.1.0",
14-
"react-native-update": "^10.21.1",
14+
"react-native-update": "^10.22.0",
1515
"react-native-vector-icons": "^10.2.0",
1616
},
1717
"devDependencies": {
@@ -1409,7 +1409,7 @@
14091409

14101410
"react-native-safe-area-context": ["[email protected]", "", { "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-Y4vyJX+0HPJUQNVeIJTj2/UOjbSJcB09OEwirAWDrOZ67Lz5p43AmjxSy8nnZft1rMzoh3rcPuonB6jJyHTfCw=="],
14111411

1412-
"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=="],
1412+
"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=="],
14131413

14141414
"react-native-url-polyfill": ["[email protected]", "", { "dependencies": { "whatwg-url-without-unicode": "8.0.0-3" }, "peerDependencies": { "react-native": "*" } }, "sha512-My330Do7/DvKnEvwQc0WdcBnFPploYKp9CYlefDXzIdEaA+PAhDYllkvGeEroEzvc4Kzzj2O4yVdz8v6fjRvhA=="],
14151415

Example/testHotUpdate/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ PODS:
13081308
- ReactCommon/turbomodule/bridging
13091309
- ReactCommon/turbomodule/core
13101310
- Yoga
1311-
- react-native-update (10.19.6):
1311+
- react-native-update (10.22.0):
13121312
- DoubleConversion
13131313
- glog
13141314
- hermes-engine
@@ -1322,8 +1322,8 @@ PODS:
13221322
- React-featureflags
13231323
- React-graphics
13241324
- React-ImageManager
1325-
- react-native-update/HDiffPatch (= 10.19.6)
1326-
- react-native-update/RCTPushy (= 10.19.6)
1325+
- react-native-update/HDiffPatch (= 10.22.0)
1326+
- react-native-update/RCTPushy (= 10.22.0)
13271327
- React-NativeModulesApple
13281328
- React-RCTFabric
13291329
- React-rendererdebug
@@ -1333,7 +1333,7 @@ PODS:
13331333
- ReactCommon/turbomodule/core
13341334
- SSZipArchive
13351335
- Yoga
1336-
- react-native-update/HDiffPatch (10.19.6):
1336+
- react-native-update/HDiffPatch (10.22.0):
13371337
- DoubleConversion
13381338
- glog
13391339
- hermes-engine
@@ -1356,7 +1356,7 @@ PODS:
13561356
- ReactCommon/turbomodule/core
13571357
- SSZipArchive
13581358
- Yoga
1359-
- react-native-update/RCTPushy (10.19.6):
1359+
- react-native-update/RCTPushy (10.22.0):
13601360
- DoubleConversion
13611361
- glog
13621362
- hermes-engine
@@ -1942,7 +1942,7 @@ SPEC CHECKSUMS:
19421942
React-Mapbuffer: 89885d1518433a462fe64b68bf5e097997380090
19431943
React-microtasksnativemodule: 36341e09dcd1df535503e6ed2ddf88f10da56d52
19441944
react-native-safe-area-context: 0d8827b2420dfb4c8a8e27639585e61b912261be
1945-
react-native-update: 3a5f413d7b9eadfe0af4d15c1b32de678670c2ce
1945+
react-native-update: 73336810994cf31c5085070faa1ad4ead5b76e3c
19461946
React-nativeconfig: 539ff4de6ce3b694e8e751080568c281c84903ce
19471947
React-NativeModulesApple: 702246817c286d057e23fe4b1302019796e62521
19481948
React-perflogger: f260e2de95f9dbd002035251559c13bf1f0643d4

Example/testHotUpdate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-native-camera-kit": "^14.1.0",
2323
"react-native-paper": "^5.13.1",
2424
"react-native-safe-area-context": "^5.1.0",
25-
"react-native-update": "^10.21.1",
25+
"react-native-update": "^10.22.0",
2626
"react-native-vector-icons": "^10.2.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)