Skip to content

Commit

Permalink
fix: widen supported version range (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Nov 21, 2023
1 parent 006738a commit 921f24a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/default-storage-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/react-native-async-storage/async-storage.git"
"url": "https://github.com/react-native-async-storage/async-storage.git",
"directory": "packages/default-storage-backend"
},
"scripts": {
"format": "concurrently yarn:format:*",
Expand Down Expand Up @@ -67,7 +68,7 @@
"merge-options": "^3.0.4"
},
"peerDependencies": {
"react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0"
"react-native": "^0.0.0-0 || >=0.60 <1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3941,7 +3941,7 @@ __metadata:
typescript: ^4.9.4
webdriverio: ^8.11.2
peerDependencies:
react-native: ^0.0.0-0 || 0.60 - 0.72 || 1000.0.0
react-native: ^0.0.0-0 || >=0.60 <1.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 921f24a

Please sign in to comment.