From b68d23c99c1872f5cbd69b327036169c86f4986b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 20:51:31 +0000 Subject: [PATCH] Bump @remix-run/react from 2.16.5 to 2.17.3 in /starters/remix-starter Bumps [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) from 2.16.5 to 2.17.3. - [Release notes](https://github.com/remix-run/remix/releases) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.3/packages/remix-react) --- updated-dependencies: - dependency-name: "@remix-run/react" dependency-version: 2.17.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- starters/remix-starter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/remix-starter/package.json b/starters/remix-starter/package.json index 3e5c79cc..afbccf7f 100644 --- a/starters/remix-starter/package.json +++ b/starters/remix-starter/package.json @@ -37,7 +37,7 @@ "@radix-ui/react-toggle-group": "^1.1.2", "@radix-ui/react-tooltip": "^1.1.8", "@remix-run/node": "^2.16.4", - "@remix-run/react": "^2.16.4", + "@remix-run/react": "^2.17.3", "@remix-run/serve": "^2.16.4", "@tanstack/react-query": "^5.74.4", "@tanstack/react-table": "^8.21.3",