chore: Update deps.

This commit is contained in:
cpojer
2026-02-03 09:08:52 +09:00
parent cfd6b21d0e
commit 9e3ea2687c
5 changed files with 321 additions and 248 deletions

View File

@@ -7,7 +7,7 @@
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
"@vector-im/matrix-bot-sdk": "0.8.0-element.3",
"markdown-it": "14.1.0",
"music-metadata": "^11.11.1",
"music-metadata": "^11.11.2",
"zod": "^4.3.6"
},
"devDependencies": {

View File

@@ -4,7 +4,7 @@
"description": "OpenClaw Nostr channel plugin for NIP-04 encrypted DMs",
"type": "module",
"dependencies": {
"nostr-tools": "^2.22.1",
"nostr-tools": "^2.23.0",
"openclaw": "workspace:*",
"zod": "^4.3.6"
},

View File

@@ -152,7 +152,7 @@
},
"dependencies": {
"@agentclientprotocol/sdk": "0.13.1",
"@aws-sdk/client-bedrock": "^3.980.0",
"@aws-sdk/client-bedrock": "^3.981.0",
"@buape/carbon": "0.14.0",
"@clack/prompts": "^1.0.0",
"@grammyjs/runner": "^2.0.3",
@@ -160,10 +160,10 @@
"@homebridge/ciao": "^1.3.4",
"@line/bot-sdk": "^10.6.0",
"@lydell/node-pty": "1.2.0-beta.3",
"@mariozechner/pi-agent-core": "0.51.0",
"@mariozechner/pi-ai": "0.51.0",
"@mariozechner/pi-coding-agent": "0.51.0",
"@mariozechner/pi-tui": "0.51.0",
"@mariozechner/pi-agent-core": "0.51.1",
"@mariozechner/pi-ai": "0.51.1",
"@mariozechner/pi-coding-agent": "0.51.1",
"@mariozechner/pi-tui": "0.51.1",
"@mozilla/readability": "^0.6.0",
"@sinclair/typebox": "0.34.48",
"@slack/bolt": "^4.6.0",
@@ -213,12 +213,12 @@
"@types/proper-lockfile": "^4.1.4",
"@types/qrcode-terminal": "^0.12.2",
"@types/ws": "^8.18.1",
"@typescript/native-preview": "7.0.0-dev.20260201.1",
"@typescript/native-preview": "7.0.0-dev.20260202.1",
"@vitest/coverage-v8": "^4.0.18",
"lit": "^3.3.2",
"ollama": "^0.6.3",
"oxfmt": "0.27.0",
"oxlint": "^1.42.0",
"oxfmt": "0.28.0",
"oxlint": "^1.43.0",
"oxlint-tsgolint": "^0.11.4",
"rolldown": "1.0.0-rc.2",
"tsx": "^4.21.0",

539
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -44,9 +44,7 @@ export class ResizableDivider extends LitElement {
`;
render() {
return html`
`;
return html``;
}
connectedCallback() {