Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2e/react-router/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions e2e/react-router/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"postcss": "^8.5.1",
Expand Down
4 changes: 2 additions & 2 deletions e2e/react-start/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/react-router-ssr-query": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions e2e/react-start/query-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/react-router-ssr-query": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/server-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/react-router-ssr-query": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion e2e/react-start/server-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-query": "5.66.0",
"@tanstack/react-query": "5.90.0",
"@tanstack/react-router": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/react-router-ssr-query": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion e2e/solid-router/basic-solid-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/router-plugin": "workspace:^",
"@tanstack/solid-query": "^5.71.9",
"@tanstack/solid-query": "^5.90.0",
"@tanstack/solid-query-devtools": "^5.71.9",
"@tanstack/solid-router": "workspace:^",
"@tanstack/solid-router-devtools": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion e2e/solid-router/basic-solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/solid-query": "^5.71.9",
"@tanstack/solid-query": "^5.90.0",
"@tanstack/solid-query-devtools": "^5.71.9",
"@tanstack/solid-router": "workspace:^",
"@tanstack/solid-router-devtools": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions e2e/solid-start/basic-solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tanstack/solid-query": "^5.66.0",
"@tanstack/solid-query-devtools": "^5.66.0",
"@tanstack/solid-query": "^5.90.0",
"@tanstack/solid-query-devtools": "^5.90.0",
Comment on lines +14 to +15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Critical: @tanstack/solid-query-devtools@5.90.0 does not exist in the npm registry.

Like the issue in e2e/solid-start/query-integration/package.json, the latest available version of @tanstack/solid-query-devtools is 5.40.0. Installing ^5.90.0 will fail.

Update line 15 to use the correct version:

-    "@tanstack/solid-query-devtools": "^5.90.0",
+    "@tanstack/solid-query-devtools": "^5.40.0",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"@tanstack/solid-query": "^5.90.0",
"@tanstack/solid-query-devtools": "^5.90.0",
"@tanstack/solid-query": "^5.90.0",
"@tanstack/solid-query-devtools": "^5.40.0",
🤖 Prompt for AI Agents
In e2e/solid-start/basic-solid-query/package.json around lines 14 to 15, the
dependency "@tanstack/solid-query-devtools" is pinned to "^5.90.0" which does
not exist in the npm registry; change that version to the latest published
5.40.0 (e.g., "@tanstack/solid-query-devtools": "^5.40.0") so installation
succeeds.

"@tanstack/solid-router": "workspace:^",
"@tanstack/solid-router-devtools": "workspace:^",
"@tanstack/solid-router-ssr-query": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions e2e/solid-start/query-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
},
"dependencies": {
"@tanstack/solid-query": "^5.66.0",
"@tanstack/solid-query-devtools": "^5.66.0",
"@tanstack/solid-query": "^5.90.0",
"@tanstack/solid-query-devtools": "^5.90.0",
Comment on lines +14 to +15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Version bump coordinates with code changes; verify Solid Query 5.90 compatibility.

The AI summary mentions related code changes in this package (QueryClient setup, route loader modifications), suggesting the version bump may involve API changes. The change from createQuery to useQuery seen elsewhere in this PR reinforces this.


🏁 Script executed:

#!/bin/bash
# Verify @tanstack/solid-query 5.90.0 exists and check release notes
echo "Checking @tanstack/solid-query 5.90.0:"
curl -s https://registry.npmjs.org/@tanstack/solid-query | jq '.versions["5.90.0"]' | head -3

echo -e "\nChecking @tanstack/solid-query-devtools 5.90.0:"
curl -s https://registry.npmjs.org/@tanstack/solid-query-devtools | jq '.versions["5.90.0"]' | head -3

Length of output: 97


🌐 Web query:

TanStack Solid Query 5.90.0 release notes breaking changes

💡 Result:

Short answer: There are no Solid‑Query–specific breaking changes introduced in the 5.90.0 release itself — v5.90.0 is a small/packaging release (published Sep 20, 2025) that did not add breaking changes for @tanstack/solid-query. For breaking changes you should instead consult the v5 migration/breaking-changes guide (the major v5 migration contains the notable breaking changes that affect Solid users upgrading from v4). (newreleases.io)

Key references:

  • v5.90.0 release listing (shows packages included). (newreleases.io)
  • Migrating to TanStack Query v5 — full list of v5 breaking changes (useQuery signature, renamed fields like cacheTime→gcTime, loading→pending/isPending, removed callbacks, etc.). (tanstack.com)

If you want, I can list the specific v5 breaking changes that matter to Solid (with example code fixes).

Citations:


I need to verify what versions actually exist in the npm registry, as the results are conflicting.

Critical version incompatibility: @tanstack/solid-query-devtools@5.90.0 does not exist.

The latest version of @tanstack/solid-query is 5.90.6, but @tanstack/solid-query-devtools latest version is 5.40.0. The devtools package does not have a 5.90.x release. Installing @tanstack/solid-query-devtools@^5.90.0 will fail.

Update line 15 to use the correct devtools version (5.40.0) or verify the intended version constraint.

🤖 Prompt for AI Agents
In e2e/solid-start/query-integration/package.json around lines 14 to 15, the
devtools dependency uses a non-existent version constraint
"@tanstack/solid-query-devtools": "^5.90.0"; change that to a valid published
version such as "5.40.0" (or the exact intended compatible version) so
installation won't fail, and ensure the version range matches the installed
@tanstack/solid-query (for example set "@tanstack/solid-query-devtools":
"^5.40.0" if you want a caret range).

"@tanstack/solid-router": "workspace:^",
"@tanstack/solid-router-devtools": "workspace:^",
"@tanstack/solid-router-ssr-query": "workspace:^",
Expand Down
9 changes: 1 addition & 8 deletions e2e/solid-start/query-integration/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ import { setupRouterSsrQueryIntegration } from '@tanstack/solid-router-ssr-query
import { routeTree } from './routeTree.gen'

export function getRouter() {
const queryClient = new QueryClient({
defaultOptions: {
queries: {
// Enable only on client to avoid hydration mismatches
experimental_prefetchInRender: typeof window !== 'undefined',
},
},
})
const queryClient = new QueryClient()
const router = createRouter({
routeTree,
context: { queryClient },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,20 @@ export const Route = createFileRoute('/loader-fetchQuery/$type')({
context: ({ params }) => ({
queryOptions: makeQueryOptions(`loader-fetchQuery-${params.type}`),
}),
loader: async ({ context, params }) => {
await context.queryClient.ensureQueryData(context.queryOptions)

loader: ({ context, params }) => {
const queryPromise = context.queryClient.fetchQuery(context.queryOptions)
if (params.type === 'sync') {
return context.queryClient.getQueryData(
context.queryOptions.queryKey,
) as string
return queryPromise
}
return undefined as any
},
ssr: 'data-only',
})

function RouteComponent() {
const params = Route.useParams()
const loaderData = Route.useLoaderData()
const query = useQuery(() => {
return makeQueryOptions(`loader-fetchQuery-${params().type}`)
})
const context = Route.useRouteContext()
const query = useQuery(() => context().queryOptions)

return (
<div>
Expand Down
8 changes: 4 additions & 4 deletions e2e/solid-start/query-integration/src/routes/useQuery.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import { useQuery } from '@tanstack/solid-query'
import { createFileRoute } from '@tanstack/solid-router'
import { useQuery } from '@tanstack/solid-query'
import { makeQueryOptions } from '~/queryOptions'

const qOptions = makeQueryOptions('useQuery')

export const Route = createFileRoute('/useQuery')({
loader: async ({ context }) => {
await context.queryClient.ensureQueryData(qOptions)
},
loader: ({ context }) => context.queryClient.ensureQueryData(qOptions),
component: RouteComponent,
ssr: 'data-only',
})

function RouteComponent() {
const query = useQuery(() => qOptions)

return (
<div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion e2e/solid-start/server-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/solid-query": "^5.71.9",
"@tanstack/solid-query": "^5.90.0",
"@tanstack/solid-router": "workspace:^",
"@tanstack/solid-router-devtools": "workspace:^",
"@tanstack/solid-router-ssr-query": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions e2e/solid-start/server-routes/src/routes/methods/only-any.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createFileRoute } from '@tanstack/solid-router'
import { createQuery } from '@tanstack/solid-query'
import { useQuery } from '@tanstack/solid-query'
import { For } from 'solid-js'

export const Route = createFileRoute('/methods/only-any')({
Expand All @@ -19,7 +19,7 @@ const HttpMethods = [
type HttpMethods = (typeof HttpMethods)[number]

function Test(props: { method: HttpMethods }) {
const query = createQuery(() => ({
const query = useQuery(() => ({
queryKey: [props.method],
queryFn: async () => {
const response = await fetch(`/api/only-any`, {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-default-search-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"postcss": "^8.5.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/router-plugin": "^1.133.32",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"postcss": "^8.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/router-plugin": "^1.133.32",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/kitchen-sink-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"immer": "^10.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/large-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/router-plugin": "^1.133.32",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/location-masking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"postcss": "^8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/navigation-blocking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"postcss": "^8.5.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/router-monorepo-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dev": "pnpm post-query build && pnpm router build && pnpm post-feature build && pnpm app dev"
},
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/router-plugin": "^1.133.32",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@router-mono-react-query/post-feature": "workspace:*",
"@router-mono-react-query/router": "workspace:*",
"react": "^19.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@router-mono-react-query/post-query": "workspace:*",
"@router-mono-react-query/router": "workspace:*",
"react": "^19.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"redaxios": "^0.5.1",
"zod": "^3.24.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@tanstack/history": "^1.133.28",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/router-plugin": "^1.133.32",
"@router-mono-react-query/post-query": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@router-mono-simple-lazy/router": "workspace:*",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/search-validator-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/arktype-adapter": "^1.133.32",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/router-plugin": "^1.133.32",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/start-basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite start"
},
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/react-router-ssr-query": "^1.133.32",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/start-convex-trellaux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@convex-dev/react-query": "0.0.0-alpha.8",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/react-router-ssr-query": "^1.133.32",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/start-large/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:types": "tsc --extendedDiagnostics"
},
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/react-start": "^1.133.32",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/start-trellaux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite start"
},
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/react-router-ssr-query": "^1.133.32",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/with-trpc-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.15",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-query": "^5.90.0",
"@tanstack/react-query-devtools": "^5.90.0",
"@tanstack/react-router": "^1.133.32",
"@tanstack/react-router-devtools": "^1.133.32",
"@tanstack/router-plugin": "^1.133.32",
Expand Down
Loading
Loading