Skip to content

Commit 36e31a7

Browse files
author
Krzysztof Borowy
committed
chore: version for backends
1 parent 1af1098 commit 36e31a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/storage-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:lint": "eslint ./**/*.ts"
1717
},
1818
"dependencies": {
19-
"@react-native-community/async-storage": "^2.0.0-rc0"
19+
"@react-native-community/async-storage": ">=2.0.0-rc.0"
2020
},
2121
"peerDependencies": {
2222
"react": "^16.0",

packages/storage-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:types": "tsc"
1616
},
1717
"dependencies": {
18-
"@react-native-community/async-storage": "^2.0.0-rc0"
18+
"@react-native-community/async-storage": ">=2.0.0-rc.0"
1919
},
2020
"peerDependencies": {
2121
"react": "^16.0",

0 commit comments

Comments
 (0)