From a5969014cef556342bd08d9995299f058892d043 Mon Sep 17 00:00:00 2001 From: Ignacio Zamorano <36003700+nachozamorano@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:09:47 -0400 Subject: [PATCH] Update ^18.3.1 package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 36d66aad..56d6c686 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "webpack-dev-server": "^3.11.2" }, "peerDependencies": { - "react": "^17.0.0 || ^16.3.0 || ^15.5.4", - "react-dom": "^17.0.0 || ^16.3.0 || ^15.5.4" + "react": "^17.0.0 || ^16.3.0 || ^15.5.4" || ^18.3.1, + "react-dom": "^17.0.0 || ^16.3.0 || ^15.5.4" || ^18.3.1 }, "scripts": { "build": "NODE_ENV=production webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",