From 2e8e23b0c3c57d6c9592a9304c8a5a3bde6f1898 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:03:13 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/simplify-event-client-types.md | 6 --- examples/preact/basic/package.json | 6 +-- examples/preact/custom-devtools/package.json | 2 +- examples/react/basic/package.json | 8 ++-- examples/react/custom-devtools/package.json | 4 +- examples/react/drizzle/package.json | 4 +- examples/react/https/package.json | 6 +-- examples/react/start/package.json | 4 +- examples/react/time-travel/package.json | 2 +- examples/solid/basic/package.json | 4 +- examples/solid/start/package.json | 2 +- examples/vue/basic/package.json | 4 +- packages/devtools-client/CHANGELOG.md | 9 ++++ packages/devtools-client/package.json | 2 +- packages/devtools-vite/CHANGELOG.md | 7 +++ packages/devtools-vite/package.json | 2 +- packages/devtools/CHANGELOG.md | 7 +++ packages/devtools/package.json | 2 +- packages/event-bus-client/CHANGELOG.md | 6 +++ packages/event-bus-client/package.json | 2 +- packages/preact-devtools/CHANGELOG.md | 7 +++ packages/preact-devtools/package.json | 2 +- packages/react-devtools/CHANGELOG.md | 7 +++ packages/react-devtools/package.json | 2 +- packages/solid-devtools/CHANGELOG.md | 7 +++ packages/solid-devtools/package.json | 2 +- packages/vue-devtools/CHANGELOG.md | 7 +++ packages/vue-devtools/package.json | 2 +- pnpm-lock.yaml | 46 ++++++++++---------- 29 files changed, 111 insertions(+), 60 deletions(-) delete mode 100644 .changeset/simplify-event-client-types.md diff --git a/.changeset/simplify-event-client-types.md b/.changeset/simplify-event-client-types.md deleted file mode 100644 index c12133fc..00000000 --- a/.changeset/simplify-event-client-types.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/devtools-event-client': patch -'@tanstack/devtools-client': patch ---- - -Simplify EventClient types to accept unprefixed event maps diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index ee130f44..d7c13869 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-client": "0.0.5", - "@tanstack/devtools-event-client": "0.4.0", + "@tanstack/devtools-client": "0.0.6", + "@tanstack/devtools-event-client": "0.4.1", "@tanstack/preact-devtools": "workspace:*", "preact": "^10.28.0", "zod": "^4.3.5" @@ -18,7 +18,7 @@ "devDependencies": { "@preact/preset-vite": "^2.10.2", "@tanstack/devtools-ui": "0.4.4", - "@tanstack/devtools-vite": "0.5.2", + "@tanstack/devtools-vite": "0.5.3", "sonda": "0.9.0", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3" diff --git a/examples/preact/custom-devtools/package.json b/examples/preact/custom-devtools/package.json index b3da96c7..d7674ef9 100644 --- a/examples/preact/custom-devtools/package.json +++ b/examples/preact/custom-devtools/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-event-client": "0.4.0", + "@tanstack/devtools-event-client": "0.4.1", "@tanstack/preact-devtools": "workspace:*", "preact": "^10.28.0" }, diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index ed0984c1..42288f0b 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -9,9 +9,9 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-client": "0.0.5", - "@tanstack/devtools-event-client": "0.4.0", - "@tanstack/react-devtools": "^0.9.7", + "@tanstack/devtools-client": "0.0.6", + "@tanstack/devtools-event-client": "0.4.1", + "@tanstack/react-devtools": "^0.9.8", "@tanstack/react-form": "^1.23.7", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", @@ -23,7 +23,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.4", - "@tanstack/devtools-vite": "0.5.2", + "@tanstack/devtools-vite": "0.5.3", "@tanstack/react-form-devtools": "^0.1.7", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 75c54a86..78cd7d65 100644 --- a/examples/react/custom-devtools/package.json +++ b/examples/react/custom-devtools/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-event-client": "0.4.0", - "@tanstack/react-devtools": "^0.9.7", + "@tanstack/devtools-event-client": "0.4.1", + "@tanstack/react-devtools": "^0.9.8", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 174a3189..d3d97199 100644 --- a/examples/react/drizzle/package.json +++ b/examples/react/drizzle/package.json @@ -8,7 +8,7 @@ "start": "vite start" }, "dependencies": { - "@tanstack/react-devtools": "^0.9.7", + "@tanstack/react-devtools": "^0.9.8", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-start": "^1.132.0", @@ -16,7 +16,7 @@ "react-dom": "^19.2.0" }, "devDependencies": { - "@tanstack/devtools-vite": "0.5.2", + "@tanstack/devtools-vite": "0.5.3", "@types/node": "^22.15.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index d28bcc3b..fa679c7d 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-event-client": "0.4.0", - "@tanstack/react-devtools": "^0.9.7", + "@tanstack/devtools-event-client": "0.4.1", + "@tanstack/react-devtools": "^0.9.8", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", @@ -21,7 +21,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.4", - "@tanstack/devtools-vite": "0.5.2", + "@tanstack/devtools-vite": "0.5.3", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^5.0.4", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 538d3359..61d31b23 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-client": "workspace:*", - "@tanstack/react-devtools": "^0.9.7", + "@tanstack/react-devtools": "^0.9.8", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-router-ssr-query": "^1.131.7", @@ -25,7 +25,7 @@ "vite-tsconfig-paths": "^6.0.2" }, "devDependencies": { - "@tanstack/devtools-vite": "0.5.2", + "@tanstack/devtools-vite": "0.5.3", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/node": "^22.15.2", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 36d51ec2..814ac722 100644 --- a/examples/react/time-travel/package.json +++ b/examples/react/time-travel/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "workspace:^", - "@tanstack/react-devtools": "^0.9.7", + "@tanstack/react-devtools": "^0.9.8", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index e4b56e82..0b0878ea 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-devtools": "^0.7.27", + "@tanstack/solid-devtools": "^0.7.28", "@tanstack/solid-query": "^5.90.1", "@tanstack/solid-query-devtools": "^5.90.1", "@tanstack/solid-router": "^1.131.50", @@ -17,7 +17,7 @@ "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.5.2", + "@tanstack/devtools-vite": "0.5.3", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.8" diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index fc71f331..fd4335a5 100644 --- a/examples/solid/start/package.json +++ b/examples/solid/start/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@solidjs/start": "^1.2.0", - "@tanstack/solid-devtools": "^0.7.27", + "@tanstack/solid-devtools": "^0.7.28", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 40df9040..d08bfe38 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.10.8", - "@tanstack/vue-devtools": "^0.2.7", + "@tanstack/devtools": "^0.10.9", + "@tanstack/vue-devtools": "^0.2.8", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools-client/CHANGELOG.md b/packages/devtools-client/CHANGELOG.md index ddd631b6..44f75f05 100644 --- a/packages/devtools-client/CHANGELOG.md +++ b/packages/devtools-client/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/devtools-client +## 0.0.6 + +### Patch Changes + +- Simplify EventClient types to accept unprefixed event maps ([#361](https://github.com/TanStack/devtools/pull/361)) + +- Updated dependencies [[`cf23787`](https://github.com/TanStack/devtools/commit/cf23787b9669e8999c5b2916a24c4d86231034b3)]: + - @tanstack/devtools-event-client@0.4.1 + ## 0.0.5 ### Patch Changes diff --git a/packages/devtools-client/package.json b/packages/devtools-client/package.json index 8f75af99..6aa8dffb 100644 --- a/packages/devtools-client/package.json +++ b/packages/devtools-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-client", - "version": "0.0.5", + "version": "0.0.6", "description": "TanStack Devtools client that is used to interact with the event system produced by the Devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index f912ce30..26ce7547 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-event-client +## 0.5.3 + +### Patch Changes + +- Updated dependencies [[`cf23787`](https://github.com/TanStack/devtools/commit/cf23787b9669e8999c5b2916a24c4d86231034b3)]: + - @tanstack/devtools-client@0.0.6 + ## 0.5.2 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 039b0e5d..68d1f533 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.5.2", + "version": "0.5.3", "description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 2301716c..4fe0d9af 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools +## 0.10.9 + +### Patch Changes + +- Updated dependencies [[`cf23787`](https://github.com/TanStack/devtools/commit/cf23787b9669e8999c5b2916a24c4d86231034b3)]: + - @tanstack/devtools-client@0.0.6 + ## 0.10.8 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 6cb4a55e..41163a28 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.10.8", + "version": "0.10.9", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/event-bus-client/CHANGELOG.md b/packages/event-bus-client/CHANGELOG.md index b9eacfea..c252950b 100644 --- a/packages/event-bus-client/CHANGELOG.md +++ b/packages/event-bus-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-client +## 0.4.1 + +### Patch Changes + +- Simplify EventClient types to accept unprefixed event maps ([#361](https://github.com/TanStack/devtools/pull/361)) + ## 0.4.0 ### Minor Changes diff --git a/packages/event-bus-client/package.json b/packages/event-bus-client/package.json index 752e0669..119eede4 100644 --- a/packages/event-bus-client/package.json +++ b/packages/event-bus-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-event-client", - "version": "0.4.0", + "version": "0.4.1", "description": "TanStack Event Client is a lightweight event client for TanStack Devtools event bus.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index 0b827e12..b4b9bdac 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.13 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.9 + ## 0.9.12 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index f13b5ba1..e177a490 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.12", + "version": "0.9.13", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Preact application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 492f721d..4d864055 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.9.8 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.9 + ## 0.9.7 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 144233ef..3c57743c 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.9.7", + "version": "0.9.8", "description": "TanStack Devtools is a set of tools for building advanced devtools for your React application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-devtools/CHANGELOG.md b/packages/solid-devtools/CHANGELOG.md index 776b4b56..a8f83a68 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.28 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.9 + ## 0.7.27 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 0ac724dd..8151a886 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.27", + "version": "0.7.28", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-devtools/CHANGELOG.md b/packages/vue-devtools/CHANGELOG.md index 703dac64..979ff0ca 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.8 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.9 + ## 0.2.7 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index ad0595b8..f32b2dfb 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.7", + "version": "0.2.8", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Vue application.", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a0a289f5..11eae95c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,10 +89,10 @@ importers: examples/preact/basic: dependencies: '@tanstack/devtools-client': - specifier: 0.0.5 + specifier: 0.0.6 version: link:../../../packages/devtools-client '@tanstack/devtools-event-client': - specifier: 0.4.0 + specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/preact-devtools': specifier: workspace:* @@ -111,7 +111,7 @@ importers: specifier: 0.4.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.5.2 + specifier: 0.5.3 version: link:../../../packages/devtools-vite sonda: specifier: 0.9.0 @@ -126,7 +126,7 @@ importers: examples/preact/custom-devtools: dependencies: '@tanstack/devtools-event-client': - specifier: 0.4.0 + specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/preact-devtools': specifier: workspace:* @@ -145,13 +145,13 @@ importers: examples/react/basic: dependencies: '@tanstack/devtools-client': - specifier: 0.0.5 + specifier: 0.0.6 version: link:../../../packages/devtools-client '@tanstack/devtools-event-client': - specifier: 0.4.0 + specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.7 + specifier: ^0.9.8 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -182,7 +182,7 @@ importers: specifier: 0.4.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.5.2 + specifier: 0.5.3 version: link:../../../packages/devtools-vite '@tanstack/react-form-devtools': specifier: ^0.1.7 @@ -357,10 +357,10 @@ importers: examples/react/custom-devtools: dependencies: '@tanstack/devtools-event-client': - specifier: 0.4.0 + specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.7 + specifier: ^0.9.8 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -385,7 +385,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.9.7 + specifier: ^0.9.8 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -404,7 +404,7 @@ importers: version: 19.2.3(react@19.2.3) devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.2 + specifier: 0.5.3 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -437,10 +437,10 @@ importers: examples/react/https: dependencies: '@tanstack/devtools-event-client': - specifier: 0.4.0 + specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.7 + specifier: ^0.9.8 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -468,7 +468,7 @@ importers: specifier: 0.4.4 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.5.2 + specifier: 0.5.3 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.2.0 @@ -498,7 +498,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.7 + specifier: ^0.9.8 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -535,7 +535,7 @@ importers: version: 6.0.3(typescript@5.9.3)(vite@7.3.0(@types/node@22.15.2)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.2 + specifier: 0.5.3 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -577,7 +577,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.7 + specifier: ^0.9.8 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -620,7 +620,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.27 + specifier: ^0.7.28 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -639,7 +639,7 @@ importers: version: 1.9.10 devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.2 + specifier: 0.5.3 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7 @@ -657,7 +657,7 @@ importers: specifier: ^1.2.0 version: 1.2.0(@testing-library/jest-dom@6.9.1)(solid-js@1.9.10)(vinxi@0.5.8(fbcbceb2354544d80be2ec20ce31947a))(vite@7.3.0(@types/node@24.10.4)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1)) '@tanstack/solid-devtools': - specifier: ^0.7.27 + specifier: ^0.7.28 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -669,10 +669,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.10.8 + specifier: ^0.10.9 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.7 + specifier: ^0.2.8 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5