diff --git a/pixles-web/bun.lock b/pixles-web/bun.lock index c22b0b6..bf7432d 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.91.2", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.6", "@urql/exchange-graphcache": "^7.2.3", @@ -745,11 +745,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.92.0", "", {}, "sha512-N8D27KH1vEpVacvZgJL27xC6yPFUy0Zkezn5gnB3L3gRCxlDeSuiya7fKge8Y91uMTnC8aSxBQhcK6ocY7alpQ=="], "@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.91.2", "", { "dependencies": { "@tanstack/query-devtools": "5.92.0" }, "peerDependencies": { "@tanstack/react-query": "^5.90.14", "react": "^18 || ^19" } }, "sha512-ZJ1503ay5fFeEYFUdo7LMNFzZryi6B0Cacrgr2h1JRkvikK1khgIq6Nq2EcblqEdIlgB/r7XDW8f8DQ89RuUgg=="], "@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 5294b9c..614c00c 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.91.2", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.6", "@urql/exchange-graphcache": "^7.2.3",