From 3419f61d77fb559aa7b3bbad0262814faa022537 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:48:44 +0000 Subject: [PATCH] chore(deps): update dependency react-router-dom to v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65a2dfce..8297cbff 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,6 @@ "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0", "react-dom": "^16.9.0 || ^17.0.0", - "react-router-dom": "^6.0.0" + "react-router-dom": "^6.0.0 || ^7.0.0" } }