Skip to content

Commit

Permalink
release: v1.32.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed May 16, 2024
1 parent a770c08 commit 19ede5c
Show file tree
Hide file tree
Showing 19 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion examples/react/authenticated-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-file-based-codesplitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-query-devtools": "^5.17.8",
"@tanstack/react-router": "^1.32.9",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-ssr-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/start": "^1.32.9",
"@tanstack/start": "^1.32.10",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"get-port": "^7.0.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-ssr-streaming-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/start": "^1.32.9",
"@tanstack/start": "^1.32.10",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"get-port": "^7.0.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-query-devtools": "^5.17.8",
"@tanstack/react-router": "^1.32.9",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/large-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tanstack/react-query": "^5.17.8",
"@tanstack/react-router": "^1.32.9",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/quickstart-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/vinxi-basic-ssr-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/start": "^1.32.9",
"@tanstack/start": "^1.32.10",
"@tanstack/router-devtools": "^1.32.9",
"@vinxi/react": "0.2.2",
"@vinxi/server-functions": "^0.3.2",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/vinxi-basic-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/start": "^1.32.9",
"@tanstack/start": "^1.32.10",
"@vinxi/react": "0.1.1",
"@vinxi/server-functions": "^0.1.1",
"autoprefixer": "^10.4.15",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/vinxi-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.32.9",
"@tanstack/start": "^1.32.9",
"@tanstack/start": "^1.32.10",
"@vinxi/react": "0.1.1",
"@vinxi/server-functions": "^0.1.1",
"autoprefixer": "^10.4.15",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@tanstack/router-devtools": "^1.32.9",
"@tanstack/router-vite-plugin": "^1.32.2",
"@tanstack/router-vite-plugin": "^1.32.10",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/wip-with-bling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@tanstack/bling": "^0.5.0",
"@tanstack/react-router": "^1.32.9",
"@tanstack/start": "^1.32.9",
"@tanstack/start": "^1.32.10",
"@tanstack/react-store": "^0.2.1",
"@tanstack/router-devtools": "^1.32.9",
"axios": "^1.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/router-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/router-cli",
"version": "1.32.2",
"version": "1.32.10",
"description": "",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/router-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/router-generator",
"version": "1.32.2",
"version": "1.32.10",
"description": "",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/router-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/router-vite-plugin",
"version": "1.32.2",
"version": "1.32.10",
"description": "",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/start",
"version": "1.32.9",
"version": "1.32.10",
"description": "",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19ede5c

Please sign in to comment.