Skip to content

Commit 61feda7

Browse files
committed
release: v1.92.10
1 parent ec7b40f commit 61feda7

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-router": "^1.92.9",
1515
"@tanstack/router-devtools": "^1.92.9",
1616
"@tanstack/router-plugin": "^1.91.1",
17-
"@tanstack/start": "^1.92.9",
17+
"@tanstack/start": "^1.92.10",
1818
"get-port": "^7.1.0",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-router": "^1.92.9",
1515
"@tanstack/router-devtools": "^1.92.9",
1616
"@tanstack/router-plugin": "^1.91.1",
17-
"@tanstack/start": "^1.92.9",
17+
"@tanstack/start": "^1.92.10",
1818
"get-port": "^7.1.0",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@prisma/client": "5.22.0",
1414
"@tanstack/react-router": "^1.92.9",
1515
"@tanstack/router-devtools": "^1.92.9",
16-
"@tanstack/start": "^1.92.9",
16+
"@tanstack/start": "^1.92.10",
1717
"prisma": "^5.22.0",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-router": "^1.92.9",
1515
"@tanstack/react-router-with-query": "^1.92.9",
1616
"@tanstack/router-devtools": "^1.92.9",
17-
"@tanstack/start": "^1.92.9",
17+
"@tanstack/start": "^1.92.10",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
2020
"redaxios": "^0.5.1",

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

+1-1
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.92.9",
1414
"@tanstack/router-devtools": "^1.92.9",
15-
"@tanstack/start": "^1.92.9",
15+
"@tanstack/start": "^1.92.10",
1616
"redaxios": "^0.5.1",
1717
"tailwind-merge": "^2.5.5",
1818
"vinxi": "0.5.1"

examples/react/start-basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.92.9",
1313
"@tanstack/router-devtools": "^1.92.9",
14-
"@tanstack/start": "^1.92.9",
14+
"@tanstack/start": "^1.92.10",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"redaxios": "^0.5.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@clerk/tanstack-start": "0.6.5",
1313
"@tanstack/react-router": "^1.92.9",
1414
"@tanstack/router-devtools": "^1.92.9",
15-
"@tanstack/start": "^1.92.9",
15+
"@tanstack/start": "^1.92.10",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"redaxios": "^0.5.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@tanstack/react-router": "^1.92.9",
1717
"@tanstack/react-router-with-query": "^1.92.9",
1818
"@tanstack/router-devtools": "^1.92.9",
19-
"@tanstack/start": "^1.92.9",
19+
"@tanstack/start": "^1.92.10",
2020
"@convex-dev/react-query": "0.0.0-alpha.8",
2121
"concurrently": "^8.2.2",
2222
"convex": "^1.17.3",

examples/react/start-counter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.92.9",
13-
"@tanstack/start": "^1.92.9",
13+
"@tanstack/start": "^1.92.10",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
1616
"vinxi": "0.5.1"

examples/react/start-large/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query": "^5.62.3",
1515
"@tanstack/react-router": "^1.92.9",
1616
"@tanstack/router-devtools": "^1.92.9",
17-
"@tanstack/start": "^1.92.9",
17+
"@tanstack/start": "^1.92.10",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
2020
"redaxios": "^0.5.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@supabase/supabase-js": "^2.47.3",
1818
"@tanstack/react-router": "^1.92.9",
1919
"@tanstack/router-devtools": "^1.92.9",
20-
"@tanstack/start": "^1.92.9",
20+
"@tanstack/start": "^1.92.10",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
2323
"vinxi": "0.5.1"

examples/react/start-trellaux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-router": "^1.92.9",
1515
"@tanstack/react-router-with-query": "^1.92.9",
1616
"@tanstack/router-devtools": "^1.92.9",
17-
"@tanstack/start": "^1.92.9",
17+
"@tanstack/start": "^1.92.10",
1818
"ky": "^1.7.2",
1919
"msw": "^2.6.8",
2020
"react": "^18.3.1",

packages/create-start/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/create-start",
3-
"version": "1.92.9",
3+
"version": "1.92.10",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tim O'Connell",
66
"license": "MIT",

packages/start/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/start",
3-
"version": "1.92.9",
3+
"version": "1.92.10",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)