Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-reconciler to fix react 18 warnings #100

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update react-reconciler to fix react 18 warnings
React-reconciler now uses React 18.2 - upgrading will avoid the peer dependency warning for react 18.2 projects that include mjml-react
  • Loading branch information
WilliamWhispell committed Apr 24, 2023
commit 35c8c79d90d24d18284194f317ebf600418bd8d2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/runtime": "^7.14.6",
"babel-runtime": "~6.25.0",
"color": "^3.1.3",
"react-reconciler": "^0.26.1"
"react-reconciler": "^0.29.0"
},
"babel": {
"plugins": [
Expand Down