Skip to content

Commit

Permalink
release: v1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Nov 17, 2024
1 parent 4ae6ca9 commit 98a7c62
Show file tree
Hide file tree
Showing 52 changed files with 108 additions and 108 deletions.
4 changes: 2 additions & 2 deletions examples/react/authenticated-routes/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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"redaxios": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-file-based-codesplitting/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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-file-based/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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-react-query-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"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.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.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-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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"@tanstack/start": "^1.81.18",
"@tanstack/start": "^1.82.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-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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"@tanstack/start": "^1.81.18",
"@tanstack/start": "^1.82.0",
"get-port": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-virtual-file-based/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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"@tanstack/virtual-file-routes": "^1.81.9",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-virtual-inside-file-based/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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"@tanstack/virtual-file-routes": "^1.81.9",
"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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"redaxios": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/kitchen-sink-file-based/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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"immer": "^10.1.1",
"react": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"immer": "^10.1.1",
"react": "^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.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"redaxios": "^0.5.1",
"immer": "^10.1.1",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/large-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.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.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"redaxios": "^0.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/quickstart-esbuild-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "dev"
},
"dependencies": {
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/quickstart-file-based/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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/quickstart-rspack-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "rsbuild preview"
},
"dependencies": {
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/quickstart-webpack-file-based/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "webpack build && tsc --noEmit"
},
"dependencies": {
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
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.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/router-monorepo-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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.81.14",
"@tanstack/router-devtools": "^1.82.0",
"typescript": "5.6.2",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": "./dist/index.d.ts",
"dependencies": {
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"@router-mono-react-query/post-query": "workspace:*",
"redaxios": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/router-monorepo-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dev": "pnpm router build && pnpm post-feature build && pnpm app dev"
},
"dependencies": {
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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.81.14",
"@tanstack/router-devtools": "^1.82.0",
"typescript": "5.6.2",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@tanstack/react-router": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"redaxios": "^0.5.1",
"zod": "^3.23.8",
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.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/react-virtual": "^3.10.9",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/router-devtools": "^1.82.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/react/search-validator-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/arktype-adapter": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/react-router": "^1.82.0",
"@tanstack/arktype-adapter": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/router-plugin": "^1.81.9",
"@tanstack/valibot-adapter": "^1.81.14",
"@tanstack/zod-adapter": "^1.81.14",
"@tanstack/valibot-adapter": "^1.82.0",
"@tanstack/zod-adapter": "^1.82.0",
"arktype": "2.0.0-rc.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/start-basic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@prisma/client": "5.22.0",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/start": "^1.81.18",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/start": "^1.82.0",
"dotenv": "^16.4.5",
"prisma": "^5.22.0",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/start-basic-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.14",
"@tanstack/react-router-with-query": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/start": "^1.81.18",
"@tanstack/react-router": "^1.82.0",
"@tanstack/react-router-with-query": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/start": "^1.82.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/start-basic-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@babel/plugin-syntax-typescript": "^7.25.9",
"@tanstack/react-router": "^1.81.14",
"@tanstack/router-devtools": "^1.81.14",
"@tanstack/start": "^1.81.18",
"@tanstack/react-router": "^1.82.0",
"@tanstack/router-devtools": "^1.82.0",
"@tanstack/start": "^1.82.0",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.5.4",
"vinxi": "0.4.3"
Expand Down
Loading

0 comments on commit 98a7c62

Please sign in to comment.