Skip to content

Commit eb4f882

Browse files
committed
release: v1.47.2
1 parent fbf0b8f commit eb4f882

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

examples/react/basic-ssr-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-router": "^1.47.1",
1515
"@tanstack/router-devtools": "^1.47.1",
1616
"@tanstack/router-plugin": "^1.47.0",
17-
"@tanstack/start": "^1.47.1",
17+
"@tanstack/start": "^1.47.2",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-router": "^1.47.1",
1515
"@tanstack/router-devtools": "^1.47.1",
1616
"@tanstack/router-plugin": "^1.47.0",
17-
"@tanstack/start": "^1.47.1",
17+
"@tanstack/start": "^1.47.2",
1818
"get-port": "^7.1.0",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@tanstack/react-router": "^1.47.1",
15-
"@tanstack/start": "^1.47.1",
15+
"@tanstack/start": "^1.47.2",
1616
"@typescript-eslint/parser": "^7.18.0",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tanstack/react-router-with-query": "^1.47.1",
1919
"@tanstack/router-devtools": "^1.47.1",
2020
"@tanstack/router-plugin": "^1.47.0",
21-
"@tanstack/start": "^1.47.1",
21+
"@tanstack/start": "^1.47.2",
2222
"@typescript-eslint/parser": "^7.18.0",
2323
"@vitejs/plugin-react": "^4.3.1",
2424
"isbot": "^5.1.14",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tanstack/react-router": "^1.47.1",
1616
"@tanstack/router-devtools": "^1.47.1",
1717
"@tanstack/router-plugin": "^1.47.0",
18-
"@tanstack/start": "^1.47.1",
18+
"@tanstack/start": "^1.47.2",
1919
"redaxios": "^0.5.1",
2020
"tailwind-merge": "^2.4.0",
2121
"vinxi": "0.4.1"

examples/react/start-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tanstack/react-router": "^1.47.1",
1616
"@tanstack/router-devtools": "^1.47.1",
1717
"@tanstack/router-plugin": "^1.47.0",
18-
"@tanstack/start": "^1.47.1",
18+
"@tanstack/start": "^1.47.2",
1919
"@typescript-eslint/parser": "^7.18.0",
2020
"@vitejs/plugin-react": "^4.3.1",
2121
"isbot": "^5.1.14",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@tanstack/react-router-with-query": "^1.47.1",
2020
"@tanstack/router-devtools": "^1.47.1",
2121
"@tanstack/router-plugin": "^1.47.0",
22-
"@tanstack/start": "^1.47.1",
22+
"@tanstack/start": "^1.47.2",
2323
"@typescript-eslint/parser": "^7.18.0",
2424
"@vitejs/plugin-react": "^4.3.1",
2525
"@convex-dev/react-query": "0.0.0-alpha.5",

examples/react/start-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-with-query": "^1.47.1",
1818
"@tanstack/router-devtools": "^1.47.1",
1919
"@tanstack/router-plugin": "^1.47.0",
20-
"@tanstack/start": "^1.47.1",
20+
"@tanstack/start": "^1.47.2",
2121
"@typescript-eslint/parser": "^7.18.0",
2222
"@vitejs/plugin-react": "^4.3.1",
2323
"isbot": "^5.1.14",

packages/start/package.json

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

0 commit comments

Comments
 (0)