Skip to content

Commit

Permalink
release: v1.48.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Aug 19, 2024
1 parent 0fb2785 commit 4d787a8
Show file tree
Hide file tree
Showing 39 changed files with 84 additions and 84 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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"immer": "^10.1.1",
"react": "^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.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"immer": "^10.1.1",
"react": "^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 @@ -10,8 +10,8 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"immer": "^10.1.1",
"react": "^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 @@ -12,8 +12,8 @@
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"immer": "^10.1.1",
"react": "^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 @@ -12,8 +12,8 @@
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@tanstack/start": "^1.48.3",
"@tanstack/start": "^1.48.4",
"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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@tanstack/start": "^1.48.3",
"@tanstack/start": "^1.48.4",
"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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"redaxios": "^0.5.1",
"immer": "^10.1.1",
"react": "^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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"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.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"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.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"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.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"immer": "^10.1.1",
"react": "^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.1",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"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.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"redaxios": "^0.5.1",
"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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"immer": "^10.1.1",
"react": "^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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"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"
},
"dependencies": {
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"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.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/react-virtual": "^3.8.4",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/router-devtools": "^1.48.4",
"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 @@ -9,12 +9,12 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@tanstack/router-zod-adapter": "^1.48.1",
"@tanstack/router-valibot-adapter": "^1.48.1",
"@tanstack/router-arktype-adapter": "^1.48.1",
"@tanstack/router-zod-adapter": "^1.48.4",
"@tanstack/router-valibot-adapter": "^1.48.4",
"@tanstack/router-arktype-adapter": "^1.48.4",
"@tanstack/react-query": "^5.51.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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.48.1",
"@tanstack/start": "^1.48.3",
"@tanstack/react-router": "^1.48.4",
"@tanstack/start": "^1.48.4",
"@typescript-eslint/parser": "^7.18.0",
"react": "^18.3.1",
"react-dom": "^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 @@ -14,11 +14,11 @@
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/react-router-with-query": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/react-router-with-query": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@tanstack/start": "^1.48.3",
"@tanstack/start": "^1.48.4",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.1.14",
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 @@ -12,10 +12,10 @@
},
"dependencies": {
"@babel/plugin-syntax-typescript": "^7.24.7",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@tanstack/start": "^1.48.3",
"@tanstack/start": "^1.48.4",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.4.0",
"vinxi": "0.4.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/start-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"test:e2e": "playwright test --project=chromium"
},
"dependencies": {
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@tanstack/start": "^1.48.3",
"@tanstack/start": "^1.48.4",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.1.14",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/start-convex-trellaux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/react-router-with-query": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/react-router-with-query": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@tanstack/start": "^1.48.3",
"@tanstack/start": "^1.48.4",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@convex-dev/react-query": "0.0.0-alpha.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/start-trellaux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/react-router-with-query": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/react-router-with-query": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@tanstack/start": "^1.48.3",
"@tanstack/start": "^1.48.4",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.1.14",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/with-framer-motion/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.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"redaxios": "^0.5.1",
"framer-motion": "^11.3.21",
"immer": "^10.1.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/with-trpc-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@trpc/client": "11.0.0-rc.477",
"@trpc/react-query": "11.0.0-rc.477",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "vinxi start"
},
"dependencies": {
"@tanstack/react-router": "^1.48.1",
"@tanstack/router-devtools": "^1.48.1",
"@tanstack/react-router": "^1.48.4",
"@tanstack/router-devtools": "^1.48.4",
"@tanstack/router-plugin": "^1.48.3",
"@trpc/client": "11.0.0-rc.477",
"@trpc/server": "11.0.0-rc.477",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-with-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-router-with-query",
"version": "1.48.1",
"version": "1.48.4",
"description": "Modern and scalable routing for React applications",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
Loading

0 comments on commit 4d787a8

Please sign in to comment.