From 35c8c79d90d24d18284194f317ebf600418bd8d2 Mon Sep 17 00:00:00 2001 From: WilliamWhispell Date: Mon, 24 Apr 2023 10:06:31 -0400 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2efdd9..f68f923 100644 --- a/package.json +++ b/package.json @@ -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": [