diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8424152a2..cee4d8562 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -142,9 +142,6 @@ importers:
tailwind-merge:
specifier: ^3.5.0
version: 3.5.0
- zustand:
- specifier: ^5.0.11
- version: 5.0.11(@types/react@19.2.14)(immer@11.1.4)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4))
devDependencies:
'@tailwindcss/postcss':
specifier: ^4.2.1
@@ -5131,24 +5128,6 @@ packages:
zod@4.3.6:
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
- zustand@5.0.11:
- resolution: {integrity: sha512-fdZY+dk7zn/vbWNCYmzZULHRrss0jx5pPFiOuMZ/5HJN6Yv3u+1Wswy/4MpZEkEGhtNH+pwxZB8OKgUBPzYAGg==}
- engines: {node: '>=12.20.0'}
- peerDependencies:
- '@types/react': '>=18.0.0'
- immer: '>=9.0.6'
- react: '>=18.0.0'
- use-sync-external-store: '>=1.2.0'
- peerDependenciesMeta:
- '@types/react':
- optional: true
- immer:
- optional: true
- react:
- optional: true
- use-sync-external-store:
- optional: true
-
snapshots:
'@adobe/css-tools@4.4.4': {}
@@ -10390,10 +10369,3 @@ snapshots:
zod@3.25.76: {}
zod@4.3.6: {}
-
- zustand@5.0.11(@types/react@19.2.14)(immer@11.1.4)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)):
- optionalDependencies:
- '@types/react': 19.2.14
- immer: 11.1.4
- react: 19.2.4
- use-sync-external-store: 1.6.0(react@19.2.4)
diff --git a/web/package.json b/web/package.json
index 2936989e2..11776e144 100644
--- a/web/package.json
+++ b/web/package.json
@@ -33,8 +33,7 @@
"recharts": "^3.7.0",
"server-only": "^0.0.1",
"sonner": "^2.0.7",
- "tailwind-merge": "^3.5.0",
- "zustand": "^5.0.11"
+ "tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
diff --git a/web/src/components/dashboard/config-editor.tsx b/web/src/components/dashboard/config-editor.tsx
index 3a8ba1ed4..3457ecf58 100644
--- a/web/src/components/dashboard/config-editor.tsx
+++ b/web/src/components/dashboard/config-editor.tsx
@@ -738,9 +738,10 @@ export function ConfigEditor() {