diff --git a/.changeset/famous-teeth-help.md b/.changeset/famous-teeth-help.md deleted file mode 100644 index 5c025a80..00000000 --- a/.changeset/famous-teeth-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-vite': patch ---- - -dedupe solid deps for no issues in the console diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index bd5c5015..8596823e 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.0", - "@tanstack/devtools-vite": "0.3.3", + "@tanstack/devtools-vite": "0.3.4", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^4.7.0", diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index 109a6160..740137f5 100644 --- a/examples/react/drizzle/package.json +++ b/examples/react/drizzle/package.json @@ -16,7 +16,7 @@ "react-dom": "19.1.1" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.3", + "@tanstack/devtools-vite": "0.3.4", "@types/node": "^22.15.2", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 7d624ce2..289c0ca5 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@tanstack/devtools-ui": "0.4.0", - "@tanstack/devtools-vite": "0.3.3", + "@tanstack/devtools-vite": "0.3.4", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^4.7.0", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index e2ecc7e9..df0d2446 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -41,7 +41,7 @@ "zod": "^4.1.11" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.3", + "@tanstack/devtools-vite": "0.3.4", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", "@types/react": "^19.1.13", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index fa36073e..f25613a7 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -17,7 +17,7 @@ "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.3.3", + "@tanstack/devtools-vite": "0.3.4", "vite": "^7.1.7", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.8" diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index 2793724b..a03fe268 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-event-client +## 0.3.4 + +### Patch Changes + +- dedupe solid deps for no issues in the console ([#200](https://github.com/TanStack/devtools/pull/200)) + ## 0.3.3 ### Patch Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index 8ef09949..d8641220 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.3.3", + "version": "0.3.4", "description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64bf2259..7331a3b1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -109,7 +109,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.3 + specifier: 0.3.4 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.13 @@ -180,7 +180,7 @@ importers: version: 19.1.1(react@19.1.1) devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.3 + specifier: 0.3.4 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -244,7 +244,7 @@ importers: specifier: 0.4.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.3.3 + specifier: 0.3.4 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.1.13 @@ -341,7 +341,7 @@ importers: version: 4.1.11 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.3 + specifier: 0.3.4 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.1 @@ -377,8 +377,6 @@ importers: specifier: ^4.2.4 version: 4.2.4 - examples/react/start/generated/prisma: {} - examples/react/time-travel: dependencies: '@tanstack/devtools-event-client': @@ -447,7 +445,7 @@ importers: version: 1.9.9 devDependencies: '@tanstack/devtools-vite': - specifier: 0.3.3 + specifier: 0.3.4 version: link:../../../packages/devtools-vite vite: specifier: ^7.1.7