From fdeabdad83bb9ab57c01940567563cb467c653e9 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sun, 14 Jul 2024 08:09:41 +0000 Subject: [PATCH] release: v1.45.1 --- examples/react/authenticated-routes/package.json | 2 +- examples/react/basic-default-search-params/package.json | 2 +- examples/react/basic-file-based-codesplitting/package.json | 2 +- examples/react/basic-file-based/package.json | 2 +- examples/react/basic-react-query-file-based/package.json | 2 +- examples/react/basic-react-query/package.json | 2 +- examples/react/basic-ssr-file-based/package.json | 2 +- examples/react/basic-ssr-streaming-file-based/package.json | 2 +- examples/react/basic/package.json | 2 +- examples/react/deferred-data/package.json | 2 +- examples/react/kitchen-sink-file-based/package.json | 2 +- examples/react/kitchen-sink-react-query-file-based/package.json | 2 +- examples/react/kitchen-sink-react-query/package.json | 2 +- examples/react/kitchen-sink/package.json | 2 +- examples/react/large-file-based/package.json | 2 +- examples/react/location-masking/package.json | 2 +- examples/react/navigation-blocking/package.json | 2 +- examples/react/quickstart-file-based/package.json | 2 +- examples/react/quickstart-rspack-file-based/package.json | 2 +- examples/react/quickstart-webpack-file-based/package.json | 2 +- examples/react/quickstart/package.json | 2 +- examples/react/scroll-restoration/package.json | 2 +- examples/react/start-basic-react-query/package.json | 2 +- examples/react/start-basic-rsc/package.json | 2 +- examples/react/start-basic/package.json | 2 +- examples/react/start-trellaux/package.json | 2 +- examples/react/wip-trpc-react-query/package.json | 2 +- examples/react/wip-waku-rsc/package.json | 2 +- examples/react/wip-with-bling/package.json | 2 +- examples/react/wip-with-framer-motion/package.json | 2 +- examples/react/with-trpc/package.json | 2 +- packages/router-devtools/package.json | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/examples/react/authenticated-routes/package.json b/examples/react/authenticated-routes/package.json index 62a3cdb8b7..e11ac30e0d 100644 --- a/examples/react/authenticated-routes/package.json +++ b/examples/react/authenticated-routes/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-default-search-params/package.json b/examples/react/basic-default-search-params/package.json index 38735f2bef..85598a216d 100644 --- a/examples/react/basic-default-search-params/package.json +++ b/examples/react/basic-default-search-params/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-query": "^5.51.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic-file-based-codesplitting/package.json b/examples/react/basic-file-based-codesplitting/package.json index 78ce8a046c..ae04d3ade8 100644 --- a/examples/react/basic-file-based-codesplitting/package.json +++ b/examples/react/basic-file-based-codesplitting/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-file-based/package.json b/examples/react/basic-file-based/package.json index e8d3f49663..1bb13798ae 100644 --- a/examples/react/basic-file-based/package.json +++ b/examples/react/basic-file-based/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-react-query-file-based/package.json b/examples/react/basic-react-query-file-based/package.json index 09b2dc2ba9..9042c93bf5 100644 --- a/examples/react/basic-react-query-file-based/package.json +++ b/examples/react/basic-react-query-file-based/package.json @@ -12,7 +12,7 @@ "@tanstack/react-query": "^5.51.1", "@tanstack/react-query-devtools": "^5.51.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-react-query/package.json b/examples/react/basic-react-query/package.json index 7b1e3a0205..30da6f7a81 100644 --- a/examples/react/basic-react-query/package.json +++ b/examples/react/basic-react-query/package.json @@ -12,7 +12,7 @@ "@tanstack/react-query": "^5.51.1", "@tanstack/react-query-devtools": "^5.51.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/basic-ssr-file-based/package.json b/examples/react/basic-ssr-file-based/package.json index 66986ec925..efc7b383f8 100644 --- a/examples/react/basic-ssr-file-based/package.json +++ b/examples/react/basic-ssr-file-based/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "@tanstack/start": "^1.45.0", "get-port": "^7.1.0", diff --git a/examples/react/basic-ssr-streaming-file-based/package.json b/examples/react/basic-ssr-streaming-file-based/package.json index 6f2375bc62..eb5ca84311 100644 --- a/examples/react/basic-ssr-streaming-file-based/package.json +++ b/examples/react/basic-ssr-streaming-file-based/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "@tanstack/start": "^1.45.0", "get-port": "^7.1.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index b8ace78aa2..807cf2ad8d 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-query": "^5.51.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/deferred-data/package.json b/examples/react/deferred-data/package.json index 43f49207e8..19bb744910 100644 --- a/examples/react/deferred-data/package.json +++ b/examples/react/deferred-data/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink-file-based/package.json b/examples/react/kitchen-sink-file-based/package.json index be76fb3f3c..3fac1d1a47 100644 --- a/examples/react/kitchen-sink-file-based/package.json +++ b/examples/react/kitchen-sink-file-based/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink-react-query-file-based/package.json b/examples/react/kitchen-sink-react-query-file-based/package.json index c04030e2fd..24dfba71a1 100644 --- a/examples/react/kitchen-sink-react-query-file-based/package.json +++ b/examples/react/kitchen-sink-react-query-file-based/package.json @@ -12,7 +12,7 @@ "@tanstack/react-query": "^5.51.1", "@tanstack/react-query-devtools": "^5.51.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink-react-query/package.json b/examples/react/kitchen-sink-react-query/package.json index 9586c255b1..be5de2b53e 100644 --- a/examples/react/kitchen-sink-react-query/package.json +++ b/examples/react/kitchen-sink-react-query/package.json @@ -12,7 +12,7 @@ "@tanstack/react-query": "^5.51.1", "@tanstack/react-query-devtools": "^5.51.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index 923176f8c9..f5f895cdec 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/large-file-based/package.json b/examples/react/large-file-based/package.json index 97255c81cc..a2646a44ef 100644 --- a/examples/react/large-file-based/package.json +++ b/examples/react/large-file-based/package.json @@ -13,7 +13,7 @@ "dependencies": { "@tanstack/react-query": "^5.51.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/location-masking/package.json b/examples/react/location-masking/package.json index c63f1ddbf0..dd79b3cdd2 100644 --- a/examples/react/location-masking/package.json +++ b/examples/react/location-masking/package.json @@ -12,7 +12,7 @@ "@radix-ui/react-dialog": "^1.1.1", "@tanstack/react-query": "^5.51.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/navigation-blocking/package.json b/examples/react/navigation-blocking/package.json index 9abc9a2424..ac7196735b 100644 --- a/examples/react/navigation-blocking/package.json +++ b/examples/react/navigation-blocking/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-query": "^5.51.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/quickstart-file-based/package.json b/examples/react/quickstart-file-based/package.json index d9d840c612..23d2e4ba61 100644 --- a/examples/react/quickstart-file-based/package.json +++ b/examples/react/quickstart-file-based/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/quickstart-rspack-file-based/package.json b/examples/react/quickstart-rspack-file-based/package.json index 2eff436ea9..b0501e5e6a 100644 --- a/examples/react/quickstart-rspack-file-based/package.json +++ b/examples/react/quickstart-rspack-file-based/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/quickstart-webpack-file-based/package.json b/examples/react/quickstart-webpack-file-based/package.json index d9bf39fa5a..e50b0a2bc8 100644 --- a/examples/react/quickstart-webpack-file-based/package.json +++ b/examples/react/quickstart-webpack-file-based/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/quickstart/package.json b/examples/react/quickstart/package.json index 4f42e0aafe..9a5455b835 100644 --- a/examples/react/quickstart/package.json +++ b/examples/react/quickstart/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/scroll-restoration/package.json b/examples/react/scroll-restoration/package.json index 01979e368f..39382ecccd 100644 --- a/examples/react/scroll-restoration/package.json +++ b/examples/react/scroll-restoration/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.45.0", "@tanstack/react-virtual": "^3.8.3", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index 878bd38b9d..4661ac09ca 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -17,7 +17,7 @@ "@tanstack/react-query-devtools": "^5.51.1", "@tanstack/react-router": "^1.45.0", "@tanstack/react-router-with-query": "^1.43.2", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "@tanstack/start": "^1.45.0", "@typescript-eslint/parser": "^7.16.0", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index 32385c79d1..f7e1505777 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -13,7 +13,7 @@ "dependencies": { "@babel/plugin-syntax-typescript": "^7.24.7", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "@tanstack/start": "^1.45.0", "redaxios": "^0.5.1", diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index 401ff6f4e3..e46aea52e7 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "@tanstack/start": "^1.45.0", "@typescript-eslint/parser": "^7.16.0", diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index cfb3a442fd..4862248602 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -15,7 +15,7 @@ "@tanstack/react-query-devtools": "^5.51.1", "@tanstack/react-router": "^1.45.0", "@tanstack/react-router-with-query": "^1.43.2", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@tanstack/router-plugin": "^1.45.0", "@tanstack/start": "^1.45.0", "@typescript-eslint/parser": "^7.16.0", diff --git a/examples/react/wip-trpc-react-query/package.json b/examples/react/wip-trpc-react-query/package.json index 3cad096c54..6dd7a39c1c 100644 --- a/examples/react/wip-trpc-react-query/package.json +++ b/examples/react/wip-trpc-react-query/package.json @@ -14,7 +14,7 @@ "@tanstack/react-query": "^4.36.1", "@tanstack/react-query-devtools": "^4.36.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@trpc/client": "^10.45.2", "@trpc/react-query": "^10.45.2", "@trpc/server": "^10.45.2", diff --git a/examples/react/wip-waku-rsc/package.json b/examples/react/wip-waku-rsc/package.json index 27ec6f2c9e..8fb416ae02 100644 --- a/examples/react/wip-waku-rsc/package.json +++ b/examples/react/wip-waku-rsc/package.json @@ -10,7 +10,7 @@ "dependencies": { "@hono/node-server": "^1.12.0", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "hono": "^4.4.13", "react": "18.3.0-canary-0cdfef19b-20231211", "react-dom": "18.3.0-canary-0cdfef19b-20231211", diff --git a/examples/react/wip-with-bling/package.json b/examples/react/wip-with-bling/package.json index c12b7859d3..df67f903c9 100644 --- a/examples/react/wip-with-bling/package.json +++ b/examples/react/wip-with-bling/package.json @@ -15,7 +15,7 @@ "@tanstack/react-router": "^1.45.0", "@tanstack/start": "^1.45.0", "@tanstack/react-store": "^0.5.4", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "fastify": "^4.28.1", "get-port": "^7.1.0", diff --git a/examples/react/wip-with-framer-motion/package.json b/examples/react/wip-with-framer-motion/package.json index d40e49a32a..d42e9487c5 100644 --- a/examples/react/wip-with-framer-motion/package.json +++ b/examples/react/wip-with-framer-motion/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "redaxios": "^0.5.1", "framer-motion": "^10.18.0", "immer": "^10.1.1", diff --git a/examples/react/with-trpc/package.json b/examples/react/with-trpc/package.json index f88c803185..ad6f215d67 100644 --- a/examples/react/with-trpc/package.json +++ b/examples/react/with-trpc/package.json @@ -14,7 +14,7 @@ "@tanstack/react-query": "^4.36.1", "@tanstack/react-query-devtools": "^4.36.1", "@tanstack/react-router": "^1.45.0", - "@tanstack/router-devtools": "^1.45.0", + "@tanstack/router-devtools": "^1.45.1", "@trpc/client": "^10.45.2", "@trpc/react-query": "^10.45.2", "@trpc/server": "^10.45.2", diff --git a/packages/router-devtools/package.json b/packages/router-devtools/package.json index 90e7c173de..64e9968718 100644 --- a/packages/router-devtools/package.json +++ b/packages/router-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-devtools", - "version": "1.45.0", + "version": "1.45.1", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT",