Skip to content

Commit 59331b3

Browse files
committed
chore(deps): update dependencies
1 parent 23c6cf4 commit 59331b3

2 files changed

Lines changed: 166 additions & 41 deletions

File tree

deno.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"compile:windows": "deno compile --allow-run --allow-read --allow-write --allow-net --allow-env --target x86_64-pc-windows-msvc --output dist/gateway-cli-windows.exe main.ts"
1414
},
1515
"imports": {
16-
"@contextvm/sdk": "npm:@contextvm/sdk@^0.1.27",
17-
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.18.0",
18-
"@std/assert": "jsr:@std/assert@^1.0.14",
19-
"@std/cli": "jsr:@std/cli@^1.0.22",
16+
"@contextvm/sdk": "npm:@contextvm/sdk@^0.1.30-rc.0",
17+
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.20.0",
18+
"@std/assert": "jsr:@std/assert@^1.0.15",
19+
"@std/cli": "jsr:@std/cli@^1.0.23",
2020
"@std/collections": "jsr:@std/collections@^1.1.3",
2121
"@types/js-yaml": "npm:@types/js-yaml@^4.0.9",
2222
"js-yaml": "npm:js-yaml@^4.1.0",
23-
"zod": "npm:zod@^4.1.9"
23+
"zod": "npm:zod@^4.1.12"
2424
},
2525
"fmt": {
2626
"proseWrap": "always",

0 commit comments

Comments
 (0)