diff --git a/.changeset/include-skills-in-publish.md b/.changeset/include-skills-in-publish.md deleted file mode 100644 index 85af7ffb..00000000 --- a/.changeset/include-skills-in-publish.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@tanstack/devtools': patch -'@tanstack/devtools-event-client': patch -'@tanstack/devtools-vite': patch -'@tanstack/devtools-utils': patch ---- - -Include skills/ directory in npm publish so `npx @tanstack/intent install` can discover them diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index c00cec10..fa455ead 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-client": "0.0.6", - "@tanstack/devtools-event-client": "0.4.2", + "@tanstack/devtools-event-client": "0.4.3", "@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.5.0", - "@tanstack/devtools-vite": "0.5.4", + "@tanstack/devtools-vite": "0.5.5", "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 a0b62c17..8d93dd0b 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.2", + "@tanstack/devtools-event-client": "0.4.3", "@tanstack/preact-devtools": "workspace:*", "preact": "^10.28.0" }, diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 3afb12d6..911883a4 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/devtools-client": "0.0.6", - "@tanstack/devtools-event-client": "0.4.2", - "@tanstack/react-devtools": "^0.9.12", + "@tanstack/devtools-event-client": "0.4.3", + "@tanstack/react-devtools": "^0.9.13", "@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.5.0", - "@tanstack/devtools-vite": "0.5.4", + "@tanstack/devtools-vite": "0.5.5", "@tanstack/react-form-devtools": "^0.1.7", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/bundling-repro/package.json b/examples/react/bundling-repro/package.json index 91c952dc..85b552fa 100644 --- a/examples/react/bundling-repro/package.json +++ b/examples/react/bundling-repro/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@biomejs/biome": "2.2.4", "@tanstack/devtools-event-client": "latest", - "@tanstack/devtools-vite": "0.5.4", + "@tanstack/devtools-vite": "0.5.5", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/node": "^22.15.2", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 2fa05c3f..f09dffc5 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.2", - "@tanstack/react-devtools": "^0.9.12", + "@tanstack/devtools-event-client": "0.4.3", + "@tanstack/react-devtools": "^0.9.13", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 2af378da..bd53924f 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.12", + "@tanstack/react-devtools": "^0.9.13", "@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.4", + "@tanstack/devtools-vite": "0.5.5", "@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 2b2c87b2..c7c516b2 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.2", - "@tanstack/react-devtools": "^0.9.12", + "@tanstack/devtools-event-client": "0.4.3", + "@tanstack/react-devtools": "^0.9.13", "@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.5.0", - "@tanstack/devtools-vite": "0.5.4", + "@tanstack/devtools-vite": "0.5.5", "@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 5c25bc9c..d13c0425 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.12", + "@tanstack/react-devtools": "^0.9.13", "@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.4", + "@tanstack/devtools-vite": "0.5.5", "@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 819cd52a..57abb9b7 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.12", + "@tanstack/react-devtools": "^0.9.13", "@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 617270d1..b43b2b08 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.32", + "@tanstack/solid-devtools": "^0.7.33", "@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.4", + "@tanstack/devtools-vite": "0.5.5", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.8" diff --git a/examples/solid/devtools-ui/package.json b/examples/solid/devtools-ui/package.json index fe4acd18..cc1cb7c3 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/devtools-ui": "0.5.0", - "@tanstack/solid-devtools": "^0.7.32", + "@tanstack/solid-devtools": "^0.7.33", "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.5.4", + "@tanstack/devtools-vite": "0.5.5", "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 56bafac1..1633ee5e 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.32", + "@tanstack/solid-devtools": "^0.7.33", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index f324d9a9..8e24a389 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.13", - "@tanstack/vue-devtools": "^0.2.12", + "@tanstack/devtools": "^0.10.14", + "@tanstack/vue-devtools": "^0.2.13", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index 813f6732..1230ec06 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.3.4 + +### Patch Changes + +- Include skills/ directory in npm publish so `npx @tanstack/intent install` can discover them ([#379](https://github.com/TanStack/devtools/pull/379)) + ## 0.3.3 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 6519f7d7..3785b084 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.3.3", + "version": "0.3.4", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index de425a5e..7e52e234 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-client +## 0.5.5 + +### Patch Changes + +- Include skills/ directory in npm publish so `npx @tanstack/intent install` can discover them ([#379](https://github.com/TanStack/devtools/pull/379)) + ## 0.5.4 ### Patch Changes diff --git a/packages/devtools-vite/bin/intent.js b/packages/devtools-vite/bin/intent.js old mode 100644 new mode 100755 diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 1747c8a8..b38ad629 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.5.4", + "version": "0.5.5", "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 2e95cb04..1cf3c818 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools +## 0.10.14 + +### Patch Changes + +- Include skills/ directory in npm publish so `npx @tanstack/intent install` can discover them ([#379](https://github.com/TanStack/devtools/pull/379)) + ## 0.10.13 ### Patch Changes diff --git a/packages/devtools/bin/intent.js b/packages/devtools/bin/intent.js old mode 100644 new mode 100755 diff --git a/packages/devtools/package.json b/packages/devtools/package.json index faf64294..6deabcc6 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.10.13", + "version": "0.10.14", "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 51c54bce..b94b0438 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.3 + +### Patch Changes + +- Include skills/ directory in npm publish so `npx @tanstack/intent install` can discover them ([#379](https://github.com/TanStack/devtools/pull/379)) + ## 0.4.2 ### Patch Changes diff --git a/packages/event-bus-client/bin/intent.js b/packages/event-bus-client/bin/intent.js old mode 100644 new mode 100755 diff --git a/packages/event-bus-client/package.json b/packages/event-bus-client/package.json index 2e3e350e..409d0cc9 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.2", + "version": "0.4.3", "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 a319e016..d81c3930 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.18 + +### Patch Changes + +- Updated dependencies [[`1451124`](https://github.com/TanStack/devtools/commit/1451124c079c0bd0fecf7bdf47b87a67f3780b23)]: + - @tanstack/devtools@0.10.14 + ## 0.9.17 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index 179dd27f..c1694b56 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.17", + "version": "0.9.18", "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 b7e941bd..203e0103 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.9.13 + +### Patch Changes + +- Updated dependencies [[`1451124`](https://github.com/TanStack/devtools/commit/1451124c079c0bd0fecf7bdf47b87a67f3780b23)]: + - @tanstack/devtools@0.10.14 + ## 0.9.12 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 36626f56..cf2ea932 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.9.12", + "version": "0.9.13", "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 94d4a469..000c27b8 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.33 + +### Patch Changes + +- Updated dependencies [[`1451124`](https://github.com/TanStack/devtools/commit/1451124c079c0bd0fecf7bdf47b87a67f3780b23)]: + - @tanstack/devtools@0.10.14 + ## 0.7.32 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 511fdbc2..77f7205b 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.32", + "version": "0.7.33", "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 e9d8ce3b..68a4311d 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.13 + +### Patch Changes + +- Updated dependencies [[`1451124`](https://github.com/TanStack/devtools/commit/1451124c079c0bd0fecf7bdf47b87a67f3780b23)]: + - @tanstack/devtools@0.10.14 + ## 0.2.12 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index f2324e93..a6392c32 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.12", + "version": "0.2.13", "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 64908720..dc4e4291 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,7 +95,7 @@ importers: specifier: 0.0.6 version: link:../../../packages/devtools-client '@tanstack/devtools-event-client': - specifier: 0.4.2 + specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/preact-devtools': specifier: workspace:* @@ -114,7 +114,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.5.4 + specifier: 0.5.5 version: link:../../../packages/devtools-vite sonda: specifier: 0.9.0 @@ -129,7 +129,7 @@ importers: examples/preact/custom-devtools: dependencies: '@tanstack/devtools-event-client': - specifier: 0.4.2 + specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/preact-devtools': specifier: workspace:* @@ -151,10 +151,10 @@ importers: specifier: 0.0.6 version: link:../../../packages/devtools-client '@tanstack/devtools-event-client': - specifier: 0.4.2 + specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.12 + specifier: ^0.9.13 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -185,7 +185,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.5.4 + specifier: 0.5.5 version: link:../../../packages/devtools-vite '@tanstack/react-form-devtools': specifier: ^0.1.7 @@ -315,7 +315,7 @@ importers: specifier: latest version: link:../../../packages/event-bus-client '@tanstack/devtools-vite': - specifier: 0.5.4 + specifier: 0.5.5 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -360,10 +360,10 @@ importers: examples/react/custom-devtools: dependencies: '@tanstack/devtools-event-client': - specifier: 0.4.2 + specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.12 + specifier: ^0.9.13 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -388,7 +388,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.9.12 + specifier: ^0.9.13 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -407,7 +407,7 @@ importers: version: 19.2.4(react@19.2.4) devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.4 + specifier: 0.5.5 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -440,10 +440,10 @@ importers: examples/react/https: dependencies: '@tanstack/devtools-event-client': - specifier: 0.4.2 + specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.12 + specifier: ^0.9.13 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -471,7 +471,7 @@ importers: specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.5.4 + specifier: 0.5.5 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.2.0 @@ -501,7 +501,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.12 + specifier: ^0.9.13 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -538,7 +538,7 @@ importers: version: 6.1.1(typescript@5.9.3)(vite@7.3.1(@types/node@22.19.13)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.4 + specifier: 0.5.5 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -580,7 +580,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.12 + specifier: ^0.9.13 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -623,7 +623,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.32 + specifier: ^0.7.33 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -642,7 +642,7 @@ importers: version: 1.9.11 devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.4 + specifier: 0.5.5 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7 @@ -660,14 +660,14 @@ importers: specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/solid-devtools': - specifier: ^0.7.32 + specifier: ^0.7.33 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 version: 1.9.11 devDependencies: '@tanstack/devtools-vite': - specifier: 0.5.4 + specifier: 0.5.5 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7 @@ -685,7 +685,7 @@ importers: specifier: ^1.2.0 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@22.19.13)(db0@0.3.4(drizzle-orm@0.45.1(pg@8.19.0)))(drizzle-orm@0.45.1(pg@8.19.0))(ioredis@5.10.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vite@7.3.1(@types/node@22.19.13)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@tanstack/solid-devtools': - specifier: ^0.7.32 + specifier: ^0.7.33 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -697,10 +697,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.10.13 + specifier: ^0.10.14 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.12 + specifier: ^0.2.13 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5