From 243576e2830a77bd7ac8e9d8a1787ededdb69634 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:54:45 +0000 Subject: [PATCH] fix(deps): update dependency react to v18 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 2b1454a..c7c78c5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "js-yaml": "^4.1.0", "lodash": "^4.17.21", "prop-types": "^15.8.1", - "react": "^17.0.0", + "react": "^18.0.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^17.0.0", "react-router": "^6.22.3",