Skip to content

Commit

Permalink
release: v1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Nov 5, 2024
1 parent cc05ad8 commit 8e4d164
Show file tree
Hide file tree
Showing 58 changed files with 136 additions and 136 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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"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.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"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.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
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.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/start": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"@tanstack/start": "^1.79.0",
"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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/start": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"@tanstack/start": "^1.79.0",
"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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"@tanstack/virtual-file-routes": "^1.64.0",
"react": "^18.2.0",
"react-dom": "^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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"@tanstack/virtual-file-routes": "^1.64.0",
"react": "^18.2.0",
"react-dom": "^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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"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.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"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.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"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.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"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.2",
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"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.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"redaxios": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/quickstart-esbuild-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "dev"
},
"dependencies": {
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "1.0.19",
"@rsbuild/plugin-react": "1.0.6",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/router-plugin": "^1.79.0",
"@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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@swc/core": "^1.8.0",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/router-plugin": "^1.79.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"html-webpack-plugin": "^5.6.3",
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.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react/router-monorepo-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-devtools": "^1.79.0",
"typescript": "5.6.2",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"@router-mono-react-query/post-query": "workspace:*",
"redaxios": "^0.5.1",
"zod": "^3.23.8",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/router-monorepo-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"dev": "pnpm router build && pnpm post-feature build && pnpm app dev"
},
"dependencies": {
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.3",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-devtools": "^1.79.0",
"typescript": "5.6.2",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@tanstack/react-router": "^1.78.3",
"@tanstack/router-plugin": "^1.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-plugin": "^1.79.0",
"redaxios": "^0.5.1",
"zod": "^3.23.8",
"react": "^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.78.3",
"@tanstack/react-router": "^1.79.0",
"@tanstack/react-virtual": "^3.10.8",
"@tanstack/router-devtools": "^1.78.3",
"@tanstack/router-devtools": "^1.79.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit 8e4d164

Please sign in to comment.