diff --git a/bun.lock b/bun.lock index ef406f9a10..b58a979a01 100644 --- a/bun.lock +++ b/bun.lock @@ -244,6 +244,7 @@ "@types/bun": "catalog:", "@types/node": "catalog:", "@typescript/native-preview": "catalog:", + "@valibot/to-json-schema": "1.6.0", "electron": "40.4.1", "electron-builder": "^26", "electron-vite": "^5", diff --git a/packages/desktop-electron/package.json b/packages/desktop-electron/package.json index 57a9c22a72..6831f06bcd 100644 --- a/packages/desktop-electron/package.json +++ b/packages/desktop-electron/package.json @@ -44,6 +44,7 @@ "@types/bun": "catalog:", "@types/node": "catalog:", "@typescript/native-preview": "catalog:", + "@valibot/to-json-schema": "1.6.0", "electron": "40.4.1", "electron-builder": "^26", "electron-vite": "^5",