fix(browser): remove unused zod dependency

This commit is contained in:
Vincent Koc
2026-04-29 13:18:26 -07:00
parent 576f64c242
commit f1ec163f77
2 changed files with 1 additions and 5 deletions

View File

@@ -10,8 +10,7 @@
"express": "5.2.1",
"playwright-core": "1.59.1",
"typebox": "1.1.33",
"ws": "^8.20.0",
"zod": "^4.3.6"
"ws": "^8.20.0"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",

3
pnpm-lock.yaml generated
View File

@@ -356,9 +356,6 @@ importers:
ws:
specifier: ^8.20.0
version: 8.20.0
zod:
specifier: ^4.3.6
version: 4.3.6
devDependencies:
'@openclaw/plugin-sdk':
specifier: workspace:*