Skip to content

Commit

Permalink
release: v1.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Mar 10, 2024
1 parent 80ab1ec commit 4c0baa1
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/react/authenticated-routes-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-router": "^1.19.4",
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"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.19.4",
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"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.19.4",
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"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.19.4",
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@tanstack/react-router": "^1.19.4",
"@tanstack/react-router-server": "^1.19.4",
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"axios": "^1.6.5",
"get-port": "^7.0.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-streaming-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@tanstack/react-router": "^1.19.4",
"@tanstack/react-router-server": "^1.19.4",
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"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.19.4",
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"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.19.4",
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"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.19.4",
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"axios": "^1.6.5",
"immer": "^10.0.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/vinxi-basic-ssr-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"@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/vinxi-basic-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"@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/vinxi-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@tanstack/router-devtools": "^1.19.4",
"@tanstack/router-vite-plugin": "^1.19.5",
"@tanstack/router-vite-plugin": "^1.19.6",
"@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 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.19.5",
"version": "1.19.6",
"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.19.5",
"version": "1.19.6",
"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.19.5",
"version": "1.19.6",
"description": "",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
24 changes: 12 additions & 12 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 4c0baa1

Please sign in to comment.