From 62e67440508c8d5f8e1cabdc48a36fc67a457a38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:25:53 +0000 Subject: [PATCH] chore(deps): update react monorepo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8cace2b..7e593e3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.27.1", - "eslint-plugin-react-hooks": "^4.3.0", + "eslint-plugin-react-hooks": "^5.0.0", "html-webpack-plugin": "5.6.0", "mini-css-extract-plugin": "^2.7.6", "prop-types": "^15.7.2", @@ -59,8 +59,8 @@ "dependencies": { "dompurify": "^3.0.0", "nanoid": "^5.0.5", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "snarkdown": "^2.0.0" } }