From 1c0a961078164a3b32ee2f019b9c23bfcb12dfcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:41:34 +0000 Subject: [PATCH] chore(deps): bump @tanstack/react-query-devtools in /pixles-web Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 5.74.7 to 5.100.5. - [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.100.5/packages/react-query-devtools) --- updated-dependencies: - dependency-name: "@tanstack/react-query-devtools" dependency-version: 5.100.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pixles-web/bun.lock | 6 +++--- pixles-web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pixles-web/bun.lock b/pixles-web/bun.lock index 19e2918..166a0ef 100644 --- a/pixles-web/bun.lock +++ b/pixles-web/bun.lock @@ -17,7 +17,7 @@ "@radix-ui/react-tabs": "^1.1.9", "@tailwindcss/postcss": "^4.1.4", "@tanstack/react-query": "^5.74.7", - "@tanstack/react-query-devtools": "^5.74.7", + "@tanstack/react-query-devtools": "^5.100.5", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.6", "@urql/exchange-graphcache": "^7.2.3", @@ -746,11 +746,11 @@ "@tanstack/query-core": ["@tanstack/query-core@5.74.7", "", {}, "sha512-X3StkN/Y6KGHndTjJf8H8th7AX4bKfbRpiVhVqevf0QWlxl6DhyJ0TYG3R0LARa/+xqDwzU9mA4pbJxzPCI29A=="], - "@tanstack/query-devtools": ["@tanstack/query-devtools@5.74.7", "", {}, "sha512-nSNlfuGdnHf4yB0S+BoNYOE1o3oAH093weAYZolIHfS2stulyA/gWfSk/9H4ZFk5mAAHb5vNqAeJOmbdcGPEQw=="], + "@tanstack/query-devtools": ["@tanstack/query-devtools@5.100.5", "", {}, "sha512-SuCkVCqqliRYJvm+LEL2U/TcFv92zTnHj6OGrJFHp1v/RsiwamI+ZDgQzbeUrLsJb8/Nj/52aIw0NyDMcVHl4A=="], "@tanstack/react-query": ["@tanstack/react-query@5.74.7", "", { "dependencies": { "@tanstack/query-core": "5.74.7" }, "peerDependencies": { "react": "^18 || ^19" } }, "sha512-u4o/RIWnnrq26orGZu2NDPwmVof1vtAiiV6KYUXd49GuK+8HX+gyxoAYqIaZogvCE1cqOuZAhQKcrKGYGkrLxg=="], - "@tanstack/react-query-devtools": ["@tanstack/react-query-devtools@5.74.7", "", { "dependencies": { "@tanstack/query-devtools": "5.74.7" }, "peerDependencies": { "@tanstack/react-query": "^5.74.7", "react": "^18 || ^19" } }, "sha512-j60esTQF+ES0x52kQUYOX0Z8AJUcqCGANj6GaOf8J3YQz2bZPB1imLSw4SFeM3Ozv8uO/X/Dmh3IT1z+y57ZLQ=="], + "@tanstack/react-query-devtools": ["@tanstack/react-query-devtools@5.100.5", "", { "dependencies": { "@tanstack/query-devtools": "5.100.5" }, "peerDependencies": { "@tanstack/react-query": "^5.100.5", "react": "^18 || ^19" } }, "sha512-bItQERx7dJoiI0WEoS4tIrvNnmk4kUYsaQLdIpm4o9Kttmsi5B6xlY6JBDkavstR3hH/R2+VT5dr3L5LBFPW4g=="], "@tanstack/react-router": ["@tanstack/react-router@1.99.13", "", { "dependencies": { "@tanstack/history": "1.99.13", "@tanstack/react-store": "^0.7.0", "@tanstack/router-core": "^1.99.13", "jsesc": "^3.1.0", "tiny-invariant": "^1.3.3", "tiny-warning": "^1.0.3" }, "peerDependencies": { "react": ">=18.0.0 || >=19.0.0", "react-dom": ">=18.0.0 || >=19.0.0" } }, "sha512-6go58LlToIJl4pSj7RSLTfRdNtve9DtEvPdnBsMhju6j2hu5rh44wfWI35Jz2tA91k9bnOb/IKM48h13rjl4/w=="], diff --git a/pixles-web/package.json b/pixles-web/package.json index 24bd9e8..cf0e583 100644 --- a/pixles-web/package.json +++ b/pixles-web/package.json @@ -29,7 +29,7 @@ "@radix-ui/react-tabs": "^1.1.9", "@tailwindcss/postcss": "^4.1.4", "@tanstack/react-query": "^5.74.7", - "@tanstack/react-query-devtools": "^5.74.7", + "@tanstack/react-query-devtools": "^5.100.5", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.6", "@urql/exchange-graphcache": "^7.2.3",