From df1b5348ff04a876960d530b509c1fe6bc14e633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:56:30 +0000 Subject: [PATCH] chore(deps): bump @tanstack/react-hotkeys in /apps/codex-claw Bumps [@tanstack/react-hotkeys](https://github.com/TanStack/hotkeys/tree/HEAD/packages/react-hotkeys) from 0.1.0 to 0.10.0. - [Release notes](https://github.com/TanStack/hotkeys/releases) - [Changelog](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/CHANGELOG.md) - [Commits](https://github.com/TanStack/hotkeys/commits/@tanstack/react-hotkeys@0.10.0/packages/react-hotkeys) --- updated-dependencies: - dependency-name: "@tanstack/react-hotkeys" dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/codex-claw/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/codex-claw/package.json b/apps/codex-claw/package.json index 57b5d41..5e82201 100644 --- a/apps/codex-claw/package.json +++ b/apps/codex-claw/package.json @@ -18,7 +18,7 @@ "@shikijs/langs": "^3.21.0", "@shikijs/themes": "^3.21.0", "@tailwindcss/vite": "^4.3.0", - "@tanstack/react-hotkeys": "^0.1.0", + "@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-query": "^5.84.1", "@tanstack/react-router": "^1.170.10", "@tanstack/react-router-devtools": "^1.167.0",