Update Packages and CLAUDE.md

This commit is contained in:
2025-08-05 16:30:30 -07:00
parent f4c3a024bd
commit bf92addde9
2 changed files with 118 additions and 11 deletions
+17 -11
View File
@@ -13,21 +13,27 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.0",
"electron": "^28.1.0",
"electron-builder": "^24.9.1"
"@types/node": "^22.0.0",
"electron": "^37.2.5",
"electron-builder": "^26.0.12"
},
"dependencies": {
"axios": "^1.6.5",
"axios": "^1.7.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"dotenv": "^16.4.0",
"express": "^4.21.0",
"form-data": "^4.0.0",
"multer": "^2.0.0-rc.4",
"multer": "^2.0.2",
"node-record-lpcm16": "^1.0.1",
"openai": "^4.24.1",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"ws": "^8.16.0"
"openai": "^5.11.0",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"ws": "^8.18.0"
},
"overrides": {
"rimraf": "^6.0.1",
"glob": "^11.0.3",
"inflight": "npm:lru-cache@^11.0.0",
"@npmcli/move-file": "npm:@npmcli/fs@^4.0.0"
}
}