Skip to content

Commit 3b616b7

Browse files
authored
peerDependencies
1 parent 87551a8 commit 3b616b7

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": "@codesyntax/ionic-react-photo-viewer",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "Ionic React photo viewer component",
55
"author": "bipoza",
66
"license": "MIT",
@@ -59,8 +59,8 @@
5959
},
6060
"peerDependencies": {
6161
"@ionic/react": "^6.1.5",
62-
"react": "^18.1.0",
63-
"react-dom": "^18.1.0"
62+
"react": ">=16.8.6",
63+
"react-dom": ">=16.8.6"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)