修复无法同步的问题

This commit is contained in:
lyswhut 2023-12-24 19:54:48 +08:00
parent 9261a0b9d3
commit 12649f59b8
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -23,7 +23,7 @@
"react-native-background-timer": "github:lyswhut/react-native-background-timer#f49f41d0283a796e3e38cb3d505198b5953dc249",
"react-native-exception-handler": "^2.10.10",
"react-native-fast-image": "^8.6.3",
"react-native-file-system": "github:lyswhut/react-native-file-system#291582cd202053246458bf9376efe27fbb75afb6",
"react-native-file-system": "github:lyswhut/react-native-file-system#8124117c164d8f4d5298f9b695df570c04e7197a",
"react-native-fs": "^2.20.0",
"react-native-local-media-metadata": "github:lyswhut/react-native-local-media-metadata#fbf7c7d07475c6adb398b05653fa3cadc722d4ea",
"react-native-navigation": "^7.37.2",
@ -8980,8 +8980,8 @@
},
"node_modules/react-native-file-system": {
"version": "0.1.0",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-file-system.git#291582cd202053246458bf9376efe27fbb75afb6",
"integrity": "sha512-hHLZND+W5A1jS/bDaODe//e3WSME7jeDEWsuVHB1/rjictlh9NrM1pUZF/qfOQNP9v/OySp2zO47bK57Q5sugQ==",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-file-system.git#8124117c164d8f4d5298f9b695df570c04e7197a",
"integrity": "sha512-FpJeP2Po3aflgRHkSN2Vjrw6brIvV9AZ6o9lcp11gr8pqr0zZAzRZhGnVFvGN4A1cO8clloyfcg/Er3LzEDOog==",
"license": "MIT",
"workspaces": [
"example"
@ -17202,9 +17202,9 @@
"requires": {}
},
"react-native-file-system": {
"version": "git+ssh://git@github.com/lyswhut/react-native-file-system.git#291582cd202053246458bf9376efe27fbb75afb6",
"integrity": "sha512-hHLZND+W5A1jS/bDaODe//e3WSME7jeDEWsuVHB1/rjictlh9NrM1pUZF/qfOQNP9v/OySp2zO47bK57Q5sugQ==",
"from": "react-native-file-system@github:lyswhut/react-native-file-system#291582cd202053246458bf9376efe27fbb75afb6",
"version": "git+ssh://git@github.com/lyswhut/react-native-file-system.git#8124117c164d8f4d5298f9b695df570c04e7197a",
"integrity": "sha512-FpJeP2Po3aflgRHkSN2Vjrw6brIvV9AZ6o9lcp11gr8pqr0zZAzRZhGnVFvGN4A1cO8clloyfcg/Er3LzEDOog==",
"from": "react-native-file-system@github:lyswhut/react-native-file-system#8124117c164d8f4d5298f9b695df570c04e7197a",
"requires": {}
},
"react-native-fs": {

View File

@ -57,7 +57,7 @@
"react-native-background-timer": "github:lyswhut/react-native-background-timer#f49f41d0283a796e3e38cb3d505198b5953dc249",
"react-native-exception-handler": "^2.10.10",
"react-native-fast-image": "^8.6.3",
"react-native-file-system": "github:lyswhut/react-native-file-system#291582cd202053246458bf9376efe27fbb75afb6",
"react-native-file-system": "github:lyswhut/react-native-file-system#8124117c164d8f4d5298f9b695df570c04e7197a",
"react-native-fs": "^2.20.0",
"react-native-local-media-metadata": "github:lyswhut/react-native-local-media-metadata#fbf7c7d07475c6adb398b05653fa3cadc722d4ea",
"react-native-navigation": "^7.37.2",