Skip to content

Commit

Permalink
release: v1.45.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 24, 2024
1 parent dadc0eb commit a729694
Show file tree
Hide file tree
Showing 35 changed files with 74 additions and 74 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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"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.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"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.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"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.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"@tanstack/start": "^1.45.9",
"@tanstack/start": "^1.45.10",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"@tanstack/start": "^1.45.9",
"@tanstack/start": "^1.45.10",
"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 @@ -11,8 +11,8 @@
},
"dependencies": {
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"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.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"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.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"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.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/react-virtual": "^3.8.3",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/router-devtools": "^1.45.10",
"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.45.9",
"@tanstack/start": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/start": "^1.45.10",
"@typescript-eslint/parser": "^7.16.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 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.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/react-router-with-query": "^1.43.2",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"@tanstack/start": "^1.45.9",
"@tanstack/start": "^1.45.10",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.1.13",
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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"@tanstack/start": "^1.45.9",
"@tanstack/start": "^1.45.10",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.4.0",
"vinxi": "0.3.12"
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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"@tanstack/start": "^1.45.9",
"@tanstack/start": "^1.45.10",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.1.13",
Expand Down
6 changes: 3 additions & 3 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.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@tanstack/react-router": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/react-router-with-query": "^1.43.2",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/router-devtools": "^1.45.10",
"@tanstack/router-plugin": "^1.45.8",
"@tanstack/start": "^1.45.9",
"@tanstack/start": "^1.45.10",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"isbot": "^5.1.13",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/wip-trpc-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/wip-waku-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"@hono/node-server": "^1.12.0",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"hono": "^4.5.1",
"react": "18.3.0-canary-0cdfef19b-20231211",
"react-dom": "18.3.0-canary-0cdfef19b-20231211",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/wip-with-bling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@tanstack/bling": "^0.5.0",
"@tanstack/react-router": "^1.45.9",
"@tanstack/start": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/start": "^1.45.10",
"@tanstack/react-store": "^0.5.5",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/router-devtools": "^1.45.10",
"redaxios": "^0.5.1",
"fastify": "^4.28.1",
"get-port": "^7.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/wip-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.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"redaxios": "^0.5.1",
"framer-motion": "^11.3.8",
"immer": "^10.1.1",
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 @@ -13,8 +13,8 @@
"dependencies": {
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tanstack/react-router": "^1.45.9",
"@tanstack/router-devtools": "^1.45.9",
"@tanstack/react-router": "^1.45.10",
"@tanstack/router-devtools": "^1.45.10",
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-router",
"version": "1.45.9",
"version": "1.45.10",
"description": "Modern and scalable routing for React applications",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/router-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/router-devtools",
"version": "1.45.9",
"version": "1.45.10",
"description": "Modern and scalable routing for React applications",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/start",
"version": "1.45.9",
"version": "1.45.10",
"description": "Modern and scalable routing for React applications",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down

0 comments on commit a729694

Please sign in to comment.