chore: Update deps.
parent
2d15dd757d
commit
6f4665dda3
|
|
@ -6,7 +6,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lancedb/lancedb": "^0.23.0",
|
"@lancedb/lancedb": "^0.23.0",
|
||||||
"@sinclair/typebox": "0.34.48",
|
"@sinclair/typebox": "0.34.48",
|
||||||
"openai": "^6.17.0"
|
"openai": "^6.18.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"openclaw": "workspace:*"
|
"openclaw": "workspace:*"
|
||||||
|
|
|
||||||
16
package.json
16
package.json
|
|
@ -98,8 +98,8 @@
|
||||||
"ui:install": "node scripts/ui.js install"
|
"ui:install": "node scripts/ui.js install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@agentclientprotocol/sdk": "0.14.0",
|
"@agentclientprotocol/sdk": "0.14.1",
|
||||||
"@aws-sdk/client-bedrock": "^3.983.0",
|
"@aws-sdk/client-bedrock": "^3.984.0",
|
||||||
"@buape/carbon": "0.14.0",
|
"@buape/carbon": "0.14.0",
|
||||||
"@clack/prompts": "^1.0.0",
|
"@clack/prompts": "^1.0.0",
|
||||||
"@grammyjs/runner": "^2.0.3",
|
"@grammyjs/runner": "^2.0.3",
|
||||||
|
|
@ -108,10 +108,10 @@
|
||||||
"@larksuiteoapi/node-sdk": "^1.58.0",
|
"@larksuiteoapi/node-sdk": "^1.58.0",
|
||||||
"@line/bot-sdk": "^10.6.0",
|
"@line/bot-sdk": "^10.6.0",
|
||||||
"@lydell/node-pty": "1.2.0-beta.3",
|
"@lydell/node-pty": "1.2.0-beta.3",
|
||||||
"@mariozechner/pi-agent-core": "0.52.5",
|
"@mariozechner/pi-agent-core": "0.52.6",
|
||||||
"@mariozechner/pi-ai": "0.52.5",
|
"@mariozechner/pi-ai": "0.52.6",
|
||||||
"@mariozechner/pi-coding-agent": "0.52.5",
|
"@mariozechner/pi-coding-agent": "0.52.6",
|
||||||
"@mariozechner/pi-tui": "0.52.5",
|
"@mariozechner/pi-tui": "0.52.6",
|
||||||
"@mozilla/readability": "^0.6.0",
|
"@mozilla/readability": "^0.6.0",
|
||||||
"@sinclair/typebox": "0.34.48",
|
"@sinclair/typebox": "0.34.48",
|
||||||
"@slack/bolt": "^4.6.0",
|
"@slack/bolt": "^4.6.0",
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
"commander": "^14.0.3",
|
"commander": "^14.0.3",
|
||||||
"croner": "^10.0.1",
|
"croner": "^10.0.1",
|
||||||
"discord-api-types": "^0.38.38",
|
"discord-api-types": "^0.38.38",
|
||||||
"dotenv": "^17.2.3",
|
"dotenv": "^17.2.4",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"file-type": "^21.3.0",
|
"file-type": "^21.3.0",
|
||||||
"grammy": "^1.39.3",
|
"grammy": "^1.39.3",
|
||||||
|
|
@ -157,7 +157,7 @@
|
||||||
"@lit/context": "^1.1.6",
|
"@lit/context": "^1.1.6",
|
||||||
"@types/express": "^5.0.6",
|
"@types/express": "^5.0.6",
|
||||||
"@types/markdown-it": "^14.1.2",
|
"@types/markdown-it": "^14.1.2",
|
||||||
"@types/node": "^25.2.0",
|
"@types/node": "^25.2.1",
|
||||||
"@types/proper-lockfile": "^4.1.4",
|
"@types/proper-lockfile": "^4.1.4",
|
||||||
"@types/qrcode-terminal": "^0.12.2",
|
"@types/qrcode-terminal": "^0.12.2",
|
||||||
"@types/ws": "^8.18.1",
|
"@types/ws": "^8.18.1",
|
||||||
|
|
|
||||||
642
pnpm-lock.yaml
642
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue