From 01fa5b3ed8c5f087dffa00b6ea1eadf0a673eef8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 18:10:30 +0000 Subject: [PATCH] Update dependency remix-run/react-router to v7 --- .github/workflows/typescript-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index 95b664a6..5064c1df 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -50,7 +50,7 @@ jobs: env: PROJECT_NAME: react-router # Version variable name matches renovate.json configuration entry - REACT_ROUTER_VERSION: 6.30.2 + REACT_ROUTER_VERSION: 7.11.0 steps: - name: (Prepare Code to Analyze) Checkout react-router repository