From 39fc1013fd30a52598854f2b64dbecc026567121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:24:09 +0000 Subject: [PATCH] chore(deps): bump the prod-minor-patch group Bumps the prod-minor-patch group in /apps/client with 4 updates: [@tanstack/react-form](https://github.com/TanStack/form/tree/HEAD/packages/react-form), [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) and [react-hook-form](https://github.com/react-hook-form/react-hook-form). Updates `@tanstack/react-form` from 1.29.0 to 1.29.1 - [Release notes](https://github.com/TanStack/form/releases) - [Changelog](https://github.com/TanStack/form/blob/main/packages/react-form/CHANGELOG.md) - [Commits](https://github.com/TanStack/form/commits/@tanstack/react-form@1.29.1/packages/react-form) Updates `@tanstack/react-query` from 5.99.2 to 5.100.5 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.100.5/packages/react-query) Updates `@tanstack/react-router` from 1.168.23 to 1.168.24 - [Release notes](https://github.com/TanStack/router/releases) - [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.168.24/packages/react-router) Updates `react-hook-form` from 7.72.1 to 7.73.1 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.72.1...v7.73.1) --- updated-dependencies: - dependency-name: "@tanstack/react-form" dependency-version: 1.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: "@tanstack/react-query" dependency-version: 5.100.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch - dependency-name: "@tanstack/react-router" dependency-version: 1.168.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-minor-patch - dependency-name: react-hook-form dependency-version: 7.73.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch ... Signed-off-by: dependabot[bot] --- apps/client/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index 8407c1f..ef2f57f 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -78,9 +78,9 @@ "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-tooltip": "^1.2.8", "@repo/shared": "workspace:*", - "@tanstack/react-form": "^1.29.0", - "@tanstack/react-query": "^5.99.1", - "@tanstack/react-router": "^1.168.22", + "@tanstack/react-form": "^1.29.1", + "@tanstack/react-query": "^5.100.5", + "@tanstack/react-router": "^1.168.24", "@tanstack/react-router-devtools": "^1.166.13", "@tanstack/react-table": "^8.21.3", "@tanstack/router-devtools": "^1.166.13", @@ -103,7 +103,7 @@ "react": "^19.2.5", "react-day-picker": "^9.14.0", "react-dom": "^19.2.5", - "react-hook-form": "^7.72.1", + "react-hook-form": "^7.73.1", "react-i18next": "^16.6.6", "react-intersection-observer": "^9.16.0", "react-mapy": "^0.2.0",