Skip to content

Commit

Permalink
fix: add missing peer dep on React (#438)
Browse files Browse the repository at this point in the history
* fix: add missing peer dep on React
- we should make sure user installs React 18.0 or higher
  • Loading branch information
ghiscoding authored Nov 26, 2024
1 parent 956ccca commit d0b3de2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
"i18next": "^23.16.5",
"sortablejs": "^1.15.3"
},
"peerDependencies": {
"react": "^18.0.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@arethetypeswrong/cli": "^0.16.4",
Expand Down Expand Up @@ -157,4 +160,4 @@
"resolutions": {
"caniuse-lite": "1.0.30001679"
}
}
}

0 comments on commit d0b3de2

Please sign in to comment.