Skip to content

Commit 9c76b07

Browse files
committed
chore: fix peer dependencies versions
1 parent ec5f10e commit 9c76b07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chatwoot/react-native-widget",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "React Native widget for Chatwoot",
55
"main": "index.js",
66
"scripts": {
@@ -11,10 +11,10 @@
1111
"react-native-modal": "^13.0.1"
1212
},
1313
"peerDependencies": {
14-
"@react-native-async-storage/async-storage": "1.23.1",
14+
"@react-native-async-storage/async-storage": ">=1.23.1",
1515
"react": "*",
1616
"react-native": "*",
17-
"react-native-webview": "13.8.6"
17+
"react-native-webview": ">=13.8.6"
1818
},
1919
"devDependencies": {
2020
"@react-native-community/eslint-config": "^2.0.0",

0 commit comments

Comments
 (0)