Skip to content

Commit

Permalink
fix react version
Browse files Browse the repository at this point in the history
  • Loading branch information
yosipy committed Jul 28, 2024
1 parent 61cbf8a commit 90e0861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"docs:preview": "vitepress preview docs"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down

0 comments on commit 90e0861

Please sign in to comment.