Skip to content

Commit

Permalink
feat: support react 19 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarmstrongiv authored Jan 2, 2025
1 parent e2b1060 commit d8c8a77
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 @@ -78,8 +78,8 @@
},
"peerDependencies": {
"mjml": "^4.13.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"module": "dist/esm/index.js",
"dependencies": {
Expand Down

0 comments on commit d8c8a77

Please sign in to comment.