From 4f9417d6203ef963928666b55a6803a6fc7817e8 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Fri, 19 Sep 2025 14:41:52 +0800 Subject: [PATCH] Update react-native-update to version 10.31.1 in package.json and bun.lock for improved stability and features. --- Example/testHotUpdate/bun.lock | 4 ++-- Example/testHotUpdate/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/testHotUpdate/bun.lock b/Example/testHotUpdate/bun.lock index 0e97e2b..ba98c7a 100644 --- a/Example/testHotUpdate/bun.lock +++ b/Example/testHotUpdate/bun.lock @@ -12,7 +12,7 @@ "react-native-paper": "^5.14.5", "react-native-safe-area-context": "^5.6.1", "react-native-svg": "^15.13.0", - "react-native-update": "^10.31.0-beta.4", + "react-native-update": "^10.31.1", "react-native-vector-icons": "^10.3.0", }, "devDependencies": { @@ -1430,7 +1430,7 @@ "react-native-svg": ["react-native-svg@15.13.0", "", { "dependencies": { "css-select": "^5.1.0", "css-tree": "^1.1.3", "warn-once": "0.1.1" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-/YPK+PAAXg4T0x2d2vYPvqqAhOYid2bRKxUVT7STIyd1p2JxWmsGQkfZxXCkEFN7TwLfIyVlT5RimT91Pj/qXw=="], - "react-native-update": ["react-native-update@10.31.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=="], + "react-native-update": ["react-native-update@10.31.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=="], "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=="], diff --git a/Example/testHotUpdate/package.json b/Example/testHotUpdate/package.json index 31d30c8..7d0a510 100644 --- a/Example/testHotUpdate/package.json +++ b/Example/testHotUpdate/package.json @@ -22,7 +22,7 @@ "react-native-paper": "^5.14.5", "react-native-safe-area-context": "^5.6.1", "react-native-svg": "^15.13.0", - "react-native-update": "^10.31.0-beta.4", + "react-native-update": "^10.31.1", "react-native-vector-icons": "^10.3.0" }, "devDependencies": {