File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/default-storage-backend Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 34
34
],
35
35
"repository" : {
36
36
"type" : " git" ,
37
- "url" : " https://github.com/react-native-async-storage/async-storage.git"
37
+ "url" : " https://github.com/react-native-async-storage/async-storage.git" ,
38
+ "directory" : " packages/default-storage-backend"
38
39
},
39
40
"scripts" : {
40
41
"format" : " concurrently yarn:format:*" ,
67
68
"merge-options" : " ^3.0.4"
68
69
},
69
70
"peerDependencies" : {
70
- "react-native" : " ^0.0.0-0 || 0.60 - 0.72 || 1000.0 .0"
71
+ "react-native" : " ^0.0.0-0 || >= 0.60 <1 .0"
71
72
},
72
73
"devDependencies" : {
73
74
"@babel/core" : " ^7.20.0" ,
Original file line number Diff line number Diff line change @@ -3941,7 +3941,7 @@ __metadata:
3941
3941
typescript: ^4.9.4
3942
3942
webdriverio: ^8.11.2
3943
3943
peerDependencies:
3944
- react-native: ^0.0.0-0 || 0.60 - 0.72 || 1000.0 .0
3944
+ react-native: ^0.0.0-0 || >= 0.60 <1 .0
3945
3945
languageName: unknown
3946
3946
linkType: soft
3947
3947
You can’t perform that action at this time.
0 commit comments