Skip to content

Commit

Permalink
update react peer dependency to only allow >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
grumd authored and fkhadra committed Mar 15, 2024
1 parent aea0bd9 commit a4be2e3
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 @@ -43,8 +43,8 @@
"extract-pkg": "tar xzvf react-toastify.tgz -C node_modules/react-toastify --strip-components 1 && rimraf react-toastify.tgz"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
"react": ">=18",
"react-dom": ">=18"
},
"prettier": {
"printWidth": 80,
Expand Down

0 comments on commit a4be2e3

Please sign in to comment.