Skip to content

Commit 6e183ba

Browse files
committed
release: v1.116.1
1 parent 4b7212c commit 6e183ba

File tree

56 files changed

+60
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+60
-60
lines changed

examples/react/authenticated-routes-firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"autoprefixer": "^10.4.20",
1616
"firebase": "^11.4.0",
1717
"postcss": "^8.5.1",

examples/react/authenticated-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/basic-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/basic-react-query-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tanstack/react-query-devtools": "^5.66.0",
1414
"@tanstack/react-router": "^1.116.0",
1515
"@tanstack/react-router-devtools": "^1.116.0",
16-
"@tanstack/router-plugin": "^1.116.0",
16+
"@tanstack/router-plugin": "^1.116.1",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"redaxios": "^0.5.1",

examples/react/basic-ssr-file-based/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@tanstack/react-router": "^1.116.0",
1515
"@tanstack/react-router-devtools": "^1.116.0",
16-
"@tanstack/router-plugin": "^1.116.0",
17-
"@tanstack/react-start": "^1.116.0",
16+
"@tanstack/router-plugin": "^1.116.1",
17+
"@tanstack/react-start": "^1.116.1",
1818
"get-port": "^7.1.0",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",

examples/react/basic-ssr-streaming-file-based/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@tanstack/react-router": "^1.116.0",
1515
"@tanstack/react-router-devtools": "^1.116.0",
16-
"@tanstack/router-plugin": "^1.116.0",
17-
"@tanstack/react-start": "^1.116.0",
16+
"@tanstack/router-plugin": "^1.116.1",
17+
"@tanstack/react-start": "^1.116.1",
1818
"get-port": "^7.1.0",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",

examples/react/basic-virtual-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"@tanstack/virtual-file-routes": "^1.115.0",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

examples/react/basic-virtual-inside-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"@tanstack/virtual-file-routes": "^1.115.0",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

examples/react/kitchen-sink-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"immer": "^10.1.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

examples/react/kitchen-sink-react-query-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tanstack/react-query-devtools": "^5.66.0",
1414
"@tanstack/react-router": "^1.116.0",
1515
"@tanstack/react-router-devtools": "^1.116.0",
16-
"@tanstack/router-plugin": "^1.116.0",
16+
"@tanstack/router-plugin": "^1.116.1",
1717
"immer": "^10.1.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",

examples/react/large-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query": "^5.66.0",
1515
"@tanstack/react-router": "^1.116.0",
1616
"@tanstack/react-router-devtools": "^1.116.0",
17-
"@tanstack/router-plugin": "^1.116.0",
17+
"@tanstack/router-plugin": "^1.116.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",

examples/react/quickstart-esbuild-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/quickstart-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/quickstart-rspack-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@rsbuild/core": "1.2.4",
2121
"@rsbuild/plugin-react": "1.1.0",
22-
"@tanstack/router-plugin": "^1.116.0",
22+
"@tanstack/router-plugin": "^1.116.1",
2323
"@types/react": "^19.0.8",
2424
"@types/react-dom": "^19.0.3",
2525
"typescript": "^5.6.2"

examples/react/quickstart-webpack-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@swc/core": "^1.10.15",
17-
"@tanstack/router-plugin": "^1.116.0",
17+
"@tanstack/router-plugin": "^1.116.1",
1818
"@types/react": "^19.0.8",
1919
"@types/react-dom": "^19.0.3",
2020
"html-webpack-plugin": "^5.6.3",

examples/react/router-monorepo-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query-devtools": "^5.66.0",
1515
"@tanstack/react-router": "^1.116.0",
1616
"@tanstack/react-router-devtools": "^1.116.0",
17-
"@tanstack/router-plugin": "^1.116.0",
17+
"@tanstack/router-plugin": "^1.116.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1"

examples/react/router-monorepo-react-query/packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@tanstack/history": "^1.115.0",
1212
"@tanstack/react-query": "^5.66.0",
1313
"@tanstack/react-router": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"@router-mono-react-query/post-query": "workspace:*",
1616
"redaxios": "^0.5.1",
1717
"zod": "^3.24.2",

examples/react/router-monorepo-simple-lazy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-router": "^1.116.0",
1212
"@tanstack/react-router-devtools": "^1.116.0",
13-
"@tanstack/router-plugin": "^1.116.0",
13+
"@tanstack/router-plugin": "^1.116.1",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
1616
"redaxios": "^0.5.1"

examples/react/router-monorepo-simple-lazy/packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/history": "^1.115.0",
1212
"@tanstack/react-router": "^1.116.0",
13-
"@tanstack/router-plugin": "^1.116.0",
13+
"@tanstack/router-plugin": "^1.116.1",
1414
"redaxios": "^0.5.1",
1515
"zod": "^3.24.2",
1616
"react": "^19.0.0",

examples/react/router-monorepo-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-router": "^1.116.0",
1212
"@tanstack/react-router-devtools": "^1.116.0",
13-
"@tanstack/router-plugin": "^1.116.0",
13+
"@tanstack/router-plugin": "^1.116.1",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
1616
"redaxios": "^0.5.1"

examples/react/router-monorepo-simple/packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/history": "^1.115.0",
1212
"@tanstack/react-router": "^1.116.0",
13-
"@tanstack/router-plugin": "^1.116.0",
13+
"@tanstack/router-plugin": "^1.116.1",
1414
"redaxios": "^0.5.1",
1515
"zod": "^3.24.2",
1616
"react": "^19.0.0",

examples/react/search-validator-adapters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query": "^5.66.0",
1515
"@tanstack/react-router": "^1.116.0",
1616
"@tanstack/react-router-devtools": "^1.116.0",
17-
"@tanstack/router-plugin": "^1.116.0",
17+
"@tanstack/router-plugin": "^1.116.1",
1818
"@tanstack/valibot-adapter": "^1.116.0",
1919
"@tanstack/zod-adapter": "^1.116.0",
2020
"arktype": "^2.1.7",

examples/react/start-bare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/react-start": "^1.116.0",
14+
"@tanstack/react-start": "^1.116.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"vinxi": "0.5.3",

examples/react/start-basic-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@prisma/client": "5.22.0",
1414
"@tanstack/react-router": "^1.116.0",
1515
"@tanstack/react-router-devtools": "^1.116.0",
16-
"@tanstack/react-start": "^1.116.0",
16+
"@tanstack/react-start": "^1.116.1",
1717
"prisma": "^5.22.0",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",

examples/react/start-basic-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-router": "^1.116.0",
1515
"@tanstack/react-router-with-query": "^1.116.0",
1616
"@tanstack/react-router-devtools": "^1.116.0",
17-
"@tanstack/react-start": "^1.116.0",
17+
"@tanstack/react-start": "^1.116.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",

examples/react/start-basic-rsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/plugin-syntax-typescript": "^7.25.9",
1313
"@tanstack/react-router": "^1.116.0",
1414
"@tanstack/react-router-devtools": "^1.116.0",
15-
"@tanstack/react-start": "^1.116.0",
15+
"@tanstack/react-start": "^1.116.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"redaxios": "^0.5.1",

examples/react/start-basic-static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/react-start": "^1.116.0",
14+
"@tanstack/react-start": "^1.116.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/start-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/react-start": "^1.116.0",
14+
"@tanstack/react-start": "^1.116.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/start-clerk-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@clerk/tanstack-react-start": "0.12.0",
1313
"@tanstack/react-router": "^1.116.0",
1414
"@tanstack/react-router-devtools": "^1.116.0",
15-
"@tanstack/react-start": "^1.116.0",
15+
"@tanstack/react-start": "^1.116.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"redaxios": "^0.5.1",

examples/react/start-convex-trellaux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@tanstack/react-router": "^1.116.0",
1818
"@tanstack/react-router-with-query": "^1.116.0",
1919
"@tanstack/react-router-devtools": "^1.116.0",
20-
"@tanstack/react-start": "^1.116.0",
20+
"@tanstack/react-start": "^1.116.1",
2121
"concurrently": "^8.2.2",
2222
"convex": "^1.19.0",
2323
"ky": "^1.7.4",

examples/react/start-counter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/react-start": "^1.116.0",
14+
"@tanstack/react-start": "^1.116.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"vinxi": "0.5.3"

examples/react/start-large/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query": "^5.66.0",
1515
"@tanstack/react-router": "^1.116.0",
1616
"@tanstack/react-router-devtools": "^1.116.0",
17-
"@tanstack/react-start": "^1.116.0",
17+
"@tanstack/react-start": "^1.116.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",

examples/react/start-material-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@fontsource-variable/roboto": "5.2.5",
1616
"@mui/material": "6.4.7",
1717
"@tanstack/react-router": "^1.116.0",
18-
"@tanstack/react-start": "^1.116.0",
18+
"@tanstack/react-start": "^1.116.1",
1919
"@tanstack/react-router-devtools": "^1.116.0",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0",

examples/react/start-supabase-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@supabase/supabase-js": "^2.48.1",
1818
"@tanstack/react-router": "^1.116.0",
1919
"@tanstack/react-router-devtools": "^1.116.0",
20-
"@tanstack/react-start": "^1.116.0",
20+
"@tanstack/react-start": "^1.116.1",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
2323
"vinxi": "0.5.3"

examples/react/start-trellaux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-router": "^1.116.0",
1515
"@tanstack/react-router-with-query": "^1.116.0",
1616
"@tanstack/react-router-devtools": "^1.116.0",
17-
"@tanstack/react-start": "^1.116.0",
17+
"@tanstack/react-start": "^1.116.1",
1818
"ky": "^1.7.4",
1919
"msw": "^2.7.0",
2020
"react": "^19.0.0",

examples/react/start-workos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@radix-ui/themes": "^3.2.1",
1717
"@tanstack/react-router": "^1.116.0",
1818
"@tanstack/react-router-devtools": "^1.116.0",
19-
"@tanstack/react-start": "^1.116.0",
19+
"@tanstack/react-start": "^1.116.1",
2020
"@workos-inc/node": "^7.45.0",
2121
"iron-session": "^8.0.4",
2222
"jose": "^6.0.10",

examples/react/view-transitions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.116.0",
1313
"@tanstack/react-router-devtools": "^1.116.0",
14-
"@tanstack/router-plugin": "^1.116.0",
14+
"@tanstack/router-plugin": "^1.116.1",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/with-trpc-react-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@tanstack/react-query-devtools": "^5.66.0",
1313
"@tanstack/react-router": "^1.116.0",
1414
"@tanstack/react-router-devtools": "^1.116.0",
15-
"@tanstack/router-plugin": "^1.116.0",
16-
"@tanstack/react-start": "^1.116.0",
15+
"@tanstack/router-plugin": "^1.116.1",
16+
"@tanstack/react-start": "^1.116.1",
1717
"@trpc/client": "11.0.0-rc.772",
1818
"@trpc/server": "11.0.0-rc.772",
1919
"@trpc/tanstack-react-query": "11.0.0-rc.772",

examples/react/with-trpc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"@tanstack/react-router": "^1.116.0",
1212
"@tanstack/react-router-devtools": "^1.116.0",
13-
"@tanstack/router-plugin": "^1.116.0",
14-
"@tanstack/react-start": "^1.116.0",
13+
"@tanstack/router-plugin": "^1.116.1",
14+
"@tanstack/react-start": "^1.116.1",
1515
"@trpc/client": "11.0.0-rc.772",
1616
"@trpc/server": "11.0.0-rc.772",
1717
"react": "^19.0.0",

examples/solid/basic-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"zod": "^3.24.2"
2020
},
2121
"devDependencies": {
22-
"@tanstack/router-plugin": "^1.116.0",
22+
"@tanstack/router-plugin": "^1.116.1",
2323
"typescript": "^5.7.2",
2424
"vite": "^6.1.0",
2525
"vite-plugin-solid": "^2.11.2"

examples/solid/basic-solid-query-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"zod": "^3.24.2"
2323
},
2424
"devDependencies": {
25-
"@tanstack/router-plugin": "^1.116.0",
25+
"@tanstack/router-plugin": "^1.116.1",
2626
"typescript": "^5.7.2",
2727
"vite": "^6.1.0",
2828
"vite-plugin-solid": "^2.11.2"

examples/solid/basic-solid-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tailwindcss": "^3.4.17"
2121
},
2222
"devDependencies": {
23-
"@tanstack/router-plugin": "^1.116.0",
23+
"@tanstack/router-plugin": "^1.116.1",
2424
"typescript": "^5.7.2",
2525
"vite": "^6.1.0",
2626
"vite-plugin-solid": "^2.11.2"

examples/solid/kitchen-sink-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"zod": "^3.24.2"
2121
},
2222
"devDependencies": {
23-
"@tanstack/router-plugin": "^1.116.0",
23+
"@tanstack/router-plugin": "^1.116.1",
2424
"typescript": "^5.7.2",
2525
"vite": "^6.1.0",
2626
"vite-plugin-solid": "^2.11.2"

0 commit comments

Comments
 (0)