Skip to content

Commit 4f9417d

Browse files
committed
Update react-native-update to version 10.31.1 in package.json and bun.lock for improved stability and features.
1 parent 6f2314d commit 4f9417d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0-beta.4",
15+
"react-native-update": "^10.31.1",
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].0-beta.4", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-6TdSq9PdxH07IHFcMkhMaPxA81teike++PZtgVWbL1GJiZJ5MXpLhwsxD2Nd4x+eHJY8pj4wgMBC8iCAfqVJlg=="],
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=="],
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/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.0-beta.4",
25+
"react-native-update": "^10.31.1",
2626
"react-native-vector-icons": "^10.3.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)