From 80a8c23d0d9c7abbe0e68fbb51a842cc2c37384f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:53:53 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-query-devtools in /capsule-web Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 5.101.1 to 5.101.2. - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.101.2/packages/react-query-devtools) --- updated-dependencies: - dependency-name: "@tanstack/react-query-devtools" dependency-version: 5.101.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- capsule-web/bun.lock | 6 +++--- capsule-web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/capsule-web/bun.lock b/capsule-web/bun.lock index 7e8440a4..49a6be0d 100644 --- a/capsule-web/bun.lock +++ b/capsule-web/bun.lock @@ -16,7 +16,7 @@ "@radix-ui/react-tabs": "^1.1.15", "@tailwindcss/postcss": "^4.3.1", "@tanstack/react-query": "^5.101.1", - "@tanstack/react-query-devtools": "^5.101.1", + "@tanstack/react-query-devtools": "^5.101.2", "@tanstack/react-router": "^1.170.16", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.14.4", @@ -379,11 +379,11 @@ "@tanstack/query-core": ["@tanstack/query-core@5.101.1", "", {}, "sha512-Y6Y92dkXtNqx67m2pMSxUsA3zOCwv862JexZRP8/EPwvKXMPu9m8rv43spiXWzOUIggQ3SQApttALStzhA8B4g=="], - "@tanstack/query-devtools": ["@tanstack/query-devtools@5.101.1", "", {}, "sha512-37RQ9U2PxlXQiv1era2t+uHgVhmiyvxqTMu30+KoVf0rufiucu6rpGRKFJk61Wh5OAZFKqCQd6lxTzFWfLZiuQ=="], + "@tanstack/query-devtools": ["@tanstack/query-devtools@5.101.2", "", {}, "sha512-o+wHcqgN7Pp0s8v1i0UGq/ZrrEKrxdIiMQmKRdYb2w7NPtylYSJ4+wg/tIn71m9DLstwUwdEGAvROdly6HXP6w=="], "@tanstack/react-query": ["@tanstack/react-query@5.101.1", "", { "dependencies": { "@tanstack/query-core": "5.101.1" }, "peerDependencies": { "react": "^18 || ^19" } }, "sha512-ZnONUuQKJe1bJMStXUL1s5uKN9FcfC28j5cK+iDZcdSHtUv1wtin1cGc/Oewhf2Oc4eKY7lggtpvT/AbMmhHew=="], - "@tanstack/react-query-devtools": ["@tanstack/react-query-devtools@5.101.1", "", { "dependencies": { "@tanstack/query-devtools": "5.101.1" }, "peerDependencies": { "@tanstack/react-query": "^5.101.1", "react": "^18 || ^19" } }, "sha512-OXFR9XKdEslraq3cpl3kCUeNvTIq/xGWEZiFZdn2bLB/q4WxSALMEDKYZ5yYjMQytsfnQxwQYqV4qtVEf0nuog=="], + "@tanstack/react-query-devtools": ["@tanstack/react-query-devtools@5.101.2", "", { "dependencies": { "@tanstack/query-devtools": "5.101.2" }, "peerDependencies": { "@tanstack/react-query": "^5.101.2", "react": "^18 || ^19" } }, "sha512-eU7HctdA9gDjqoERoEdzLbw9DiqnBDfh5+Hu0u26gjqoHJezOpQAuiesDL2VvkU+2cPV76zgv0tMZsOrI4LjnQ=="], "@tanstack/react-router": ["@tanstack/react-router@1.170.16", "", { "dependencies": { "@tanstack/history": "1.162.0", "@tanstack/react-store": "^0.9.3", "@tanstack/router-core": "1.171.13", "isbot": "^5.1.22" }, "peerDependencies": { "react": ">=18.0.0 || >=19.0.0", "react-dom": ">=18.0.0 || >=19.0.0" } }, "sha512-w6eq1IJklujs1tESazaK/FxH0+H2l8vm/QPuu1cD3oRW/ubgKneQpd7b64ti/8gUyEimzimJQZDmJr6YHfP5+g=="], diff --git a/capsule-web/package.json b/capsule-web/package.json index 7c5aeb6a..4db2ac9a 100644 --- a/capsule-web/package.json +++ b/capsule-web/package.json @@ -26,7 +26,7 @@ "@radix-ui/react-tabs": "^1.1.15", "@tailwindcss/postcss": "^4.3.1", "@tanstack/react-query": "^5.101.1", - "@tanstack/react-query-devtools": "^5.101.1", + "@tanstack/react-query-devtools": "^5.101.2", "@tanstack/react-router": "^1.170.16", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.14.4",