Skip to content

Commit 3d4b15b

Browse files
authored
chore: bump query override to 5.99.0 (#7203)
1 parent cd5572d commit 3d4b15b

3 files changed

Lines changed: 234 additions & 244 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@
5454
"@swc-node/core": "^1.14.1",
5555
"@swc-node/register": "^1.11.1",
5656
"@tanstack/eslint-config": "0.4.0",
57-
"@tanstack/query-core": "^5.90.19",
58-
"@tanstack/react-query": "^5.90.19",
57+
"@tanstack/query-core": "^5.99.0",
58+
"@tanstack/react-query": "^5.99.0",
59+
"@tanstack/solid-query": "^5.99.0",
60+
"@tanstack/vue-query": "^5.99.0",
5961
"@tanstack/vite-config": "0.5.2",
6062
"@types/node": "25.0.9",
6163
"@types/react": "^19.2.8",
@@ -97,8 +99,10 @@
9799
"vite": "$vite",
98100
"@types/node": "$@types/node",
99101
"@playwright/test": "$@playwright/test",
100-
"@tanstack/react-query": "$@tanstack/react-query",
101102
"@tanstack/query-core": "$@tanstack/query-core",
103+
"@tanstack/react-query": "$@tanstack/react-query",
104+
"@tanstack/solid-query": "$@tanstack/solid-query",
105+
"@tanstack/vue-query": "$@tanstack/vue-query",
102106
"@tanstack/history": "workspace:*",
103107
"@tanstack/router-core": "workspace:*",
104108
"@tanstack/react-router": "workspace:*",

packages/start-client-core/src/client/hydrateStart.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { hydrate } from '@tanstack/router-core/ssr/client'
22

3+
import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
4+
import type { AnyRouter, AnySerializationAdapter } from '@tanstack/router-core'
5+
import type { AnyStartInstanceOptions } from '../createStart'
36
import { startInstance } from '#tanstack-start-entry'
47
import {
58
hasPluginAdapters,
69
pluginSerializationAdapters,
710
} from '#tanstack-start-plugin-adapters'
811
import { getRouter } from '#tanstack-router-entry'
9-
import { ServerFunctionSerializationAdapter } from './ServerFunctionSerializationAdapter'
10-
import type { AnyStartInstanceOptions } from '../createStart'
11-
import type { AnyRouter, AnySerializationAdapter } from '@tanstack/router-core'
1212

1313
export async function hydrateStart(): Promise<AnyRouter> {
1414
const router = await getRouter()

0 commit comments

Comments
 (0)