Skip to content

Commit 921f24a

Browse files
authored
fix: widen supported version range (#1029)
1 parent 006738a commit 921f24a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/default-storage-backend/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
],
3535
"repository": {
3636
"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"
3839
},
3940
"scripts": {
4041
"format": "concurrently yarn:format:*",
@@ -67,7 +68,7 @@
6768
"merge-options": "^3.0.4"
6869
},
6970
"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"
7172
},
7273
"devDependencies": {
7374
"@babel/core": "^7.20.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3941,7 +3941,7 @@ __metadata:
39413941
typescript: ^4.9.4
39423942
webdriverio: ^8.11.2
39433943
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
39453945
languageName: unknown
39463946
linkType: soft
39473947

0 commit comments

Comments
 (0)