diff --git a/package.json b/package.json index 2f0fbce9b..5e9574c82 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^8.1.1", - "react-router-dom": "6.30.1", + "react-router-dom": "7.8.0", "react-test-renderer": "^18.3.1", "redux": "4.2.1", "redux-saga": "1.3.0" @@ -68,7 +68,7 @@ "prop-types": "^15.5.10", "react": "^16.9.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0", - "react-router-dom": "^6.14.2" + "react-router-dom": "^6.14.2 || ^7.0.0" } }