Skip to content

Commit

Permalink
release: v1.58.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Sep 18, 2024
1 parent df67018 commit fbad1b4
Show file tree
Hide file tree
Showing 47 changed files with 125 additions and 125 deletions.
6 changes: 3 additions & 3 deletions examples/react/authenticated-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-default-search-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"redaxios": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/basic-file-based-codesplitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/basic-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"immer": "^10.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1"
Expand Down
8 changes: 4 additions & 4 deletions examples/react/basic-ssr-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"debug": "node --inspect-brk server"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/start": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"@tanstack/start": "^1.58.3",
"get-port": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/basic-ssr-streaming-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"debug": "node --inspect-brk server"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/start": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"@tanstack/start": "^1.58.3",
"get-port": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/basic-virtual-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"@tanstack/virtual-file-routes": "^1.56.0",
"immer": "^10.1.1",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/basic-virtual-inside-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"@tanstack/virtual-file-routes": "^1.56.0",
"immer": "^10.1.1",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/deferred-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"redaxios": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/kitchen-sink-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"immer": "^10.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"immer": "^10.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/kitchen-sink-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"redaxios": "^0.5.1",
"immer": "^10.1.1",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"redaxios": "^0.5.1",
"immer": "^10.1.1",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/large-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/location-masking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"redaxios": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/navigation-blocking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"redaxios": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/quickstart-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/quickstart-rspack-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"preview": "rsbuild preview"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "1.0.4",
"@rsbuild/plugin-react": "1.0.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/router-plugin": "^1.58.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/quickstart-webpack-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"build": "webpack build && tsc --noEmit"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@swc/core": "^1.7.26",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/router-plugin": "^1.58.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"html-webpack-plugin": "^5.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/scroll-restoration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/react-virtual": "^3.10.7",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-devtools": "^1.58.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions examples/react/search-validator-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/router-zod-adapter": "^1.58.2",
"@tanstack/router-valibot-adapter": "^1.58.2",
"@tanstack/router-arktype-adapter": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"@tanstack/router-zod-adapter": "^1.58.3",
"@tanstack/router-valibot-adapter": "^1.58.3",
"@tanstack/router-arktype-adapter": "^1.58.3",
"@tanstack/react-query": "^5.56.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/start-basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"@prisma/client": "5.19.1",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/start": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"@tanstack/start": "^1.58.3",
"@vitejs/plugin-react": "^4.3.1",
"dotenv": "^16.4.5",
"isbot": "^5.1.17",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/start-basic-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"format": "prettier --write '**/*' --ignore-unknown"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/start": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/start": "^1.58.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "0.4.3"
Expand Down
10 changes: 5 additions & 5 deletions examples/react/start-basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-router": "^1.58.2",
"@tanstack/react-router-with-query": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/start": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/react-router-with-query": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"@tanstack/start": "^1.58.3",
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.1.17",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/start-basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@babel/plugin-syntax-typescript": "^7.25.4",
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/start": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"@tanstack/start": "^1.58.3",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.2",
"vinxi": "0.4.3"
Expand Down
8 changes: 4 additions & 4 deletions examples/react/start-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"format": "prettier --write '**/*' --ignore-unknown"
},
"dependencies": {
"@tanstack/react-router": "^1.58.2",
"@tanstack/router-devtools": "^1.58.2",
"@tanstack/router-plugin": "^1.58.1",
"@tanstack/start": "^1.58.2",
"@tanstack/react-router": "^1.58.3",
"@tanstack/router-devtools": "^1.58.3",
"@tanstack/router-plugin": "^1.58.3",
"@tanstack/start": "^1.58.3",
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.1.17",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit fbad1b4

Please sign in to comment.