chore: update workspace dependencies

This commit is contained in:
Peter Steinberger
2026-02-21 14:35:10 +01:00
parent c62a6e7040
commit 892620ddab
4 changed files with 590 additions and 938 deletions

View File

@@ -4,7 +4,7 @@
"description": "OpenClaw Microsoft Teams channel plugin",
"type": "module",
"dependencies": {
"@microsoft/agents-hosting": "^1.2.3",
"@microsoft/agents-hosting": "^1.3.1",
"express": "^5.2.1"
},
"devDependencies": {

View File

@@ -139,10 +139,10 @@
},
"dependencies": {
"@agentclientprotocol/sdk": "0.14.1",
"@aws-sdk/client-bedrock": "^3.993.0",
"@aws-sdk/client-bedrock": "^3.995.0",
"@buape/carbon": "0.0.0-beta-20260216184201",
"@clack/prompts": "^1.0.1",
"@discordjs/opus": "^0.9.0",
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0",
"@grammyjs/runner": "^2.0.3",
"@grammyjs/transformer-throttler": "^1.2.1",
@@ -164,7 +164,7 @@
"cli-highlight": "^2.1.11",
"commander": "^14.0.3",
"croner": "^10.0.1",
"discord-api-types": "^0.38.39",
"discord-api-types": "^0.38.40",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"file-type": "^21.3.0",
@@ -193,19 +193,19 @@
},
"devDependencies": {
"@grammyjs/types": "^3.24.0",
"@lit-labs/signals": "^0.1.3",
"@lit-labs/signals": "^0.2.0",
"@lit/context": "^1.1.6",
"@types/express": "^5.0.6",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.3.0",
"@types/qrcode-terminal": "^0.12.2",
"@types/ws": "^8.18.1",
"@typescript/native-preview": "7.0.0-dev.20260219.1",
"@typescript/native-preview": "7.0.0-dev.20260221.1",
"@vitest/coverage-v8": "^4.0.18",
"lit": "^3.3.2",
"oxfmt": "0.33.0",
"oxlint": "^1.48.0",
"oxlint-tsgolint": "^0.14.1",
"oxfmt": "0.34.0",
"oxlint": "^1.49.0",
"oxlint-tsgolint": "^0.14.2",
"signal-utils": "0.21.1",
"tsdown": "^0.20.3",
"tsx": "^4.21.0",

1506
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,8 +9,8 @@
"test": "vitest run --config vitest.config.ts"
},
"dependencies": {
"@lit-labs/signals": "^0.1.3",
"@lit/context": "^1.1.4",
"@lit-labs/signals": "^0.2.0",
"@lit/context": "^1.1.6",
"@noble/ed25519": "3.0.0",
"dompurify": "^3.3.1",
"lit": "^3.3.2",