Skip to content

Commit 3ce7f0f

Browse files
author
sunny.luo
committed
update example
1 parent bd51903 commit 3ce7f0f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Example/testHotUpdate/bun.lock

100644100755
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"lockfileVersion": 0,
33
"workspaces": {
44
"": {
5-
"name": "testHotUpdate",
65
"dependencies": {
76
"form-data": "^4.0.1",
87
"patch-package": "^8.0.0",
@@ -12,7 +11,7 @@
1211
"react-native-camera-kit": "^14.1.0",
1312
"react-native-paper": "^5.13.1",
1413
"react-native-safe-area-context": "^5.1.0",
15-
"react-native-update": "^10.19.6",
14+
"react-native-update": "^10.21.1",
1615
"react-native-vector-icons": "^10.2.0",
1716
},
1817
"devDependencies": {
@@ -1410,7 +1409,7 @@
14101409

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

1413-
"react-native-update": ["react-native-update@10.19.6", "", { "dependencies": { "nanoid": "^3.3.3", "react-native-url-polyfill": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59.0" } }, "sha512-6RRM9OvhC4DPFxzcbwDU1SE9Lgxi+p2jFu6CN56Dm2s+G7bIxhG5Y6cN0Y3/MtNFpzbmfsOFy1ywAxnkvUO7sQ=="],
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=="],
14141413

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

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.19.6",
25+
"react-native-update": "^10.21.1",
2626
"react-native-vector-icons": "^10.2.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)