Skip to content

Commit 135e0c5

Browse files
committed
update deps
1 parent 06fc213 commit 135e0c5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Example/testHotUpdate/bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-native-paper": "^5.13.1",
1313
"react-native-safe-area-context": "^5.3.0",
1414
"react-native-svg": "^15.11.2",
15-
"react-native-update": "^10.26.0",
15+
"react-native-update": "^10.26.4",
1616
"react-native-vector-icons": "^10.2.0",
1717
},
1818
"devDependencies": {
@@ -1412,7 +1412,7 @@
14121412

14131413
"react-native-svg": ["[email protected]", "", { "dependencies": { "css-select": "^5.1.0", "css-tree": "^1.1.3", "warn-once": "0.1.1" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-+YfF72IbWQUKzCIydlijV1fLuBsQNGMT6Da2kFlo1sh+LE3BIm/2Q7AR1zAAR6L0BFLi1WaQPLfFUC9bNZpOmw=="],
14141414

1415-
"react-native-update": ["[email protected].0", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-DHVIeKDx4HiVTtyOFLloLl6fwhuJ71vdVZU6Aw5i989g0s2wltVTo+HW1xqQaRgrJUwV4yOreNxKpStRWnpMXA=="],
1415+
"react-native-update": ["[email protected].4", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-o7R6hOtUYk+pXijdztS0FLrdmg9pNzKagtNZloLBIa0kbPdKgbOgGpu4OLCWyo7v3Bj2mWbX1r1fxtpMHX9/UA=="],
14161416

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

Example/testHotUpdate/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ PODS:
13041304
- ReactCommon/turbomodule/bridging
13051305
- ReactCommon/turbomodule/core
13061306
- Yoga
1307-
- react-native-update (10.26.0):
1307+
- react-native-update (10.26.4):
13081308
- DoubleConversion
13091309
- glog
13101310
- hermes-engine
@@ -1318,8 +1318,8 @@ PODS:
13181318
- React-featureflags
13191319
- React-graphics
13201320
- React-ImageManager
1321-
- react-native-update/HDiffPatch (= 10.26.0)
1322-
- react-native-update/RCTPushy (= 10.26.0)
1321+
- react-native-update/HDiffPatch (= 10.26.4)
1322+
- react-native-update/RCTPushy (= 10.26.4)
13231323
- React-NativeModulesApple
13241324
- React-RCTFabric
13251325
- React-rendererdebug
@@ -1329,7 +1329,7 @@ PODS:
13291329
- ReactCommon/turbomodule/core
13301330
- SSZipArchive
13311331
- Yoga
1332-
- react-native-update/HDiffPatch (10.26.0):
1332+
- react-native-update/HDiffPatch (10.26.4):
13331333
- DoubleConversion
13341334
- glog
13351335
- hermes-engine
@@ -1352,7 +1352,7 @@ PODS:
13521352
- ReactCommon/turbomodule/core
13531353
- SSZipArchive
13541354
- Yoga
1355-
- react-native-update/RCTPushy (10.26.0):
1355+
- react-native-update/RCTPushy (10.26.4):
13561356
- DoubleConversion
13571357
- glog
13581358
- hermes-engine
@@ -2015,7 +2015,7 @@ SPEC CHECKSUMS:
20152015
React-Mapbuffer: 3c11cee7737609275c7b66bd0b1de475f094cedf
20162016
React-microtasksnativemodule: 843f352b32aacbe13a9c750190d34df44c3e6c2c
20172017
react-native-safe-area-context: 0f14bce545abcdfbff79ce2e3c78c109f0be283e
2018-
react-native-update: ae3d7e91c2ce65a161769fa00e2fb0eb2b26b39e
2018+
react-native-update: 7f8b9954150ff2b360fdfd999c20c16c0af2c491
20192019
React-NativeModulesApple: 88433b6946778bea9c153e27b671de15411bf225
20202020
React-perflogger: 9e8d3c0dc0194eb932162812a168aa5dc662f418
20212021
React-performancetimeline: 5a2d6efef52bdcefac079c7baa30934978acd023

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-paper": "^5.13.1",
2323
"react-native-safe-area-context": "^5.3.0",
2424
"react-native-svg": "^15.11.2",
25-
"react-native-update": "^10.26.0",
25+
"react-native-update": "^10.26.4",
2626
"react-native-vector-icons": "^10.2.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)