Skip to content

Commit a4f3e3c

Browse files
committed
Update react-native-update to version 10.31.2 in bun.lock, package.json, and Podfile.lock for consistency across dependencies.
1 parent 9d51128 commit a4f3e3c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.14.5",
1313
"react-native-safe-area-context": "^5.6.1",
1414
"react-native-svg": "^15.13.0",
15-
"react-native-update": "^10.31.1",
15+
"react-native-update": "^10.31.2",
1616
"react-native-vector-icons": "^10.3.0",
1717
},
1818
"devDependencies": {
@@ -1430,7 +1430,7 @@
14301430

14311431
"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-/YPK+PAAXg4T0x2d2vYPvqqAhOYid2bRKxUVT7STIyd1p2JxWmsGQkfZxXCkEFN7TwLfIyVlT5RimT91Pj/qXw=="],
14321432

1433-
"react-native-update": ["[email protected].1", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-VVnk9NikYU5ljzYWD44kAcrEoEl322xbC62Ak8ylm8cgCzYAKVDJabks/ucXl8mZFx0waPwdo3U0IV8gVAbDyQ=="],
1433+
"react-native-update": ["[email protected].2", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-doKTDyU/+6eN1jDswSh1HxnM9/XuxYFM65dLadsYVR+JvdLJ0PtbceSauthv4HYI3QXoeGaStkrRCaQAVKvp+w=="],
14341434

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

Example/testHotUpdate/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ PODS:
18351835
- ReactCommon/turbomodule/core
18361836
- SocketRocket
18371837
- Yoga
1838-
- react-native-update (10.31.1):
1838+
- react-native-update (10.31.2):
18391839
- boost
18401840
- DoubleConversion
18411841
- fast_float
@@ -1854,7 +1854,7 @@ PODS:
18541854
- React-graphics
18551855
- React-ImageManager
18561856
- React-jsi
1857-
- react-native-update/RCTPushy (= 10.31.1)
1857+
- react-native-update/RCTPushy (= 10.31.2)
18581858
- React-NativeModulesApple
18591859
- React-RCTFabric
18601860
- React-renderercss
@@ -1866,7 +1866,7 @@ PODS:
18661866
- SocketRocket
18671867
- SSZipArchive
18681868
- Yoga
1869-
- react-native-update/RCTPushy (10.31.1):
1869+
- react-native-update/RCTPushy (10.31.2):
18701870
- boost
18711871
- DoubleConversion
18721872
- fast_float
@@ -2800,7 +2800,7 @@ SPEC CHECKSUMS:
28002800
React-Mapbuffer: 9d2434a42701d6144ca18f0ca1c4507808ca7696
28012801
React-microtasksnativemodule: 75b6604b667d297292345302cc5bfb6b6aeccc1b
28022802
react-native-safe-area-context: c6e2edd1c1da07bdce287fa9d9e60c5f7b514616
2803-
react-native-update: b952a1d61a44ad16247c676ece8c29fe4c57b17c
2803+
react-native-update: 7a05a78c6da651c1961b8407859f44bd0aa9b03a
28042804
React-NativeModulesApple: 879fbdc5dcff7136abceb7880fe8a2022a1bd7c3
28052805
React-oscompat: 93b5535ea7f7dff46aaee4f78309a70979bdde9d
28062806
React-perflogger: 5536d2df3d18fe0920263466f7b46a56351c0510

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.14.5",
2323
"react-native-safe-area-context": "^5.6.1",
2424
"react-native-svg": "^15.13.0",
25-
"react-native-update": "^10.31.1",
25+
"react-native-update": "^10.31.2",
2626
"react-native-vector-icons": "^10.3.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)