File tree Expand file tree Collapse file tree 19 files changed +43
-43
lines changed
e2e/react-start/basic-react-query
packages/react-router-ssr-query Expand file tree Collapse file tree 19 files changed +43
-43
lines changed Original file line number Diff line number Diff line change 15
15
"@tanstack/react-query-devtools" : " ^5.66.0" ,
16
16
"@tanstack/react-router" : " workspace:^" ,
17
17
"@tanstack/react-router-devtools" : " workspace:^" ,
18
- "@tanstack/react-router-with -query" : " workspace:^" ,
18
+ "@tanstack/react-router-ssr -query" : " workspace:^" ,
19
19
"@tanstack/react-start" : " workspace:^" ,
20
20
"react" : " ^19.0.0" ,
21
21
"react-dom" : " ^19.0.0" ,
Original file line number Diff line number Diff line change 1
1
import { QueryClient } from '@tanstack/react-query'
2
2
import { createRouter as createTanStackRouter } from '@tanstack/react-router'
3
- import { routerWithQueryClient } from '@tanstack/react-router-with -query'
3
+ import { routerWithQueryClient } from '@tanstack/react-router-ssr -query'
4
4
import { routeTree } from './routeTree.gen'
5
5
import { DefaultCatchBoundary } from './components/DefaultCatchBoundary'
6
6
import { NotFound } from './components/NotFound'
Original file line number Diff line number Diff line change 12
12
"@tanstack/react-query" : " ^5.66.0" ,
13
13
"@tanstack/react-query-devtools" : " ^5.66.0" ,
14
14
"@tanstack/react-router" : " ^1.127.3" ,
15
- "@tanstack/react-router-with -query" : " ^1.127.3" ,
15
+ "@tanstack/react-router-ssr -query" : " ^1.127.3" ,
16
16
"@tanstack/react-router-devtools" : " ^1.127.3" ,
17
17
"@tanstack/react-start" : " ^1.127.6" ,
18
18
"react" : " ^19.0.0" ,
Original file line number Diff line number Diff line change 1
1
import { QueryClient } from '@tanstack/react-query'
2
2
import { createRouter as createTanStackRouter } from '@tanstack/react-router'
3
- import { routerWithQueryClient } from '@tanstack/react-router-with -query'
3
+ import { routerWithQueryClient } from '@tanstack/react-router-ssr -query'
4
4
import { routeTree } from './routeTree.gen'
5
5
import { DefaultCatchBoundary } from './components/DefaultCatchBoundary'
6
6
import { NotFound } from './components/NotFound'
Original file line number Diff line number Diff line change 15
15
"@tanstack/react-query" : " ^5.66.0" ,
16
16
"@tanstack/react-query-devtools" : " ^5.66.0" ,
17
17
"@tanstack/react-router" : " ^1.127.3" ,
18
- "@tanstack/react-router-with -query" : " ^1.127.3" ,
18
+ "@tanstack/react-router-ssr -query" : " ^1.127.3" ,
19
19
"@tanstack/react-router-devtools" : " ^1.127.3" ,
20
20
"@tanstack/react-start" : " ^1.127.6" ,
21
21
"concurrently" : " ^8.2.2" ,
Original file line number Diff line number Diff line change 4
4
QueryClient ,
5
5
notifyManager ,
6
6
} from '@tanstack/react-query'
7
- import { routerWithQueryClient } from '@tanstack/react-router-with -query'
7
+ import { routerWithQueryClient } from '@tanstack/react-router-ssr -query'
8
8
import toast from 'react-hot-toast'
9
9
import { ConvexQueryClient } from '@convex-dev/react-query'
10
10
import { ConvexProvider } from 'convex/react'
Original file line number Diff line number Diff line change 12
12
"@tanstack/react-query" : " ^5.66.0" ,
13
13
"@tanstack/react-query-devtools" : " ^5.66.0" ,
14
14
"@tanstack/react-router" : " ^1.127.3" ,
15
- "@tanstack/react-router-with -query" : " ^1.127.3" ,
15
+ "@tanstack/react-router-ssr -query" : " ^1.127.3" ,
16
16
"@tanstack/react-router-devtools" : " ^1.127.3" ,
17
17
"@tanstack/react-start" : " ^1.127.6" ,
18
18
"ky" : " ^1.7.4" ,
Original file line number Diff line number Diff line change 4
4
QueryClient ,
5
5
notifyManager ,
6
6
} from '@tanstack/react-query'
7
- import { routerWithQueryClient } from '@tanstack/react-router-with -query'
7
+ import { routerWithQueryClient } from '@tanstack/react-router-ssr -query'
8
8
import toast from 'react-hot-toast'
9
9
import { routeTree } from './routeTree.gen'
10
10
import { DefaultCatchBoundary } from './components/DefaultCatchBoundary'
Original file line number Diff line number Diff line change 16
16
' package: react-router-devtools ' :
17
17
- changed-files :
18
18
- any-glob-to-any-file : ' packages/react-router-devtools/**/*'
19
- ' package: react-router-with -query ' :
19
+ ' package: react-router-ssr -query ' :
20
20
- changed-files :
21
- - any-glob-to-any-file : ' packages/react-router-with -query/**/*'
21
+ - any-glob-to-any-file : ' packages/react-router-ssr -query/**/*'
22
22
' package: react-start ' :
23
23
- changed-files :
24
24
- any-glob-to-any-file : ' packages/react-start/**/*'
Original file line number Diff line number Diff line change 94
94
"@tanstack/virtual-file-routes" : " workspace:*" ,
95
95
"@tanstack/router-plugin" : " workspace:*" ,
96
96
"@tanstack/router-vite-plugin" : " workspace:*" ,
97
- "@tanstack/react-router-with -query" : " workspace:*" ,
97
+ "@tanstack/react-router-ssr -query" : " workspace:*" ,
98
98
"@tanstack/zod-adapter" : " workspace:*" ,
99
99
"@tanstack/valibot-adapter" : " workspace:*" ,
100
100
"@tanstack/arktype-adapter" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments