Skip to content

Commit

Permalink
chore: allow react v18 as peer dependency (wix-incubator#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Apr 6, 2022
1 parent 2ca7663 commit 0d5a321
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 @@ -36,8 +36,8 @@
},
"peerDependencies": {
"mjml": "^4.7.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"yoshi": {
"hmr": "auto"
Expand Down

0 comments on commit 0d5a321

Please sign in to comment.