diff --git a/examples/react/basic-ssr-file-based/package.json b/examples/react/basic-ssr-file-based/package.json index daac66e562..b26652e869 100644 --- a/examples/react/basic-ssr-file-based/package.json +++ b/examples/react/basic-ssr-file-based/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.40.0", - "@tanstack/start": "^1.40.0", + "@tanstack/start": "^1.40.1", "@tanstack/router-devtools": "^1.40.0", "@tanstack/router-vite-plugin": "^1.39.13", "redaxios": "^0.5.0", diff --git a/examples/react/basic-ssr-streaming-file-based/package.json b/examples/react/basic-ssr-streaming-file-based/package.json index 7b5012933a..4823d88804 100644 --- a/examples/react/basic-ssr-streaming-file-based/package.json +++ b/examples/react/basic-ssr-streaming-file-based/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.40.0", - "@tanstack/start": "^1.40.0", + "@tanstack/start": "^1.40.1", "@tanstack/router-devtools": "^1.40.0", "@tanstack/router-vite-plugin": "^1.39.13", "redaxios": "^0.5.0", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index 626a054836..a80972d126 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -15,7 +15,7 @@ "@tanstack/react-router": "^1.40.0", "@tanstack/router-devtools": "^1.40.0", "@tanstack/router-vite-plugin": "^1.39.13", - "@tanstack/start": "^1.40.0", + "@tanstack/start": "^1.40.1", "redaxios": "^0.5.0", "isbot": "^3.7.0", "react": "^18.3.1", diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index 2f49d1677a..282a8f2bed 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -17,7 +17,7 @@ "@tanstack/react-router": "^1.40.0", "@tanstack/router-devtools": "^1.40.0", "@tanstack/router-vite-plugin": "^1.39.13", - "@tanstack/start": "^1.40.0", + "@tanstack/start": "^1.40.1", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4", "dotenv": "^16.4.5", diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index adf40890c8..8406f03deb 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -17,7 +17,7 @@ "@tanstack/react-router": "^1.40.0", "@tanstack/router-devtools": "^1.40.0", "@tanstack/router-vite-plugin": "^1.39.13", - "@tanstack/start": "^1.40.0", + "@tanstack/start": "^1.40.1", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4", "isbot": "^3.7.0", diff --git a/examples/react/wip-with-bling/package.json b/examples/react/wip-with-bling/package.json index d638847d20..f54bd2e5da 100644 --- a/examples/react/wip-with-bling/package.json +++ b/examples/react/wip-with-bling/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tanstack/bling": "^0.5.0", "@tanstack/react-router": "^1.40.0", - "@tanstack/start": "^1.40.0", + "@tanstack/start": "^1.40.1", "@tanstack/react-store": "^0.2.1", "@tanstack/router-devtools": "^1.40.0", "redaxios": "^0.5.0", diff --git a/packages/start/package.json b/packages/start/package.json index 49a955ff31..adc9380afb 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.40.0", + "version": "1.40.1", "description": "", "author": "Tanner Linsley", "license": "MIT",