Skip to content

Commit 9e4d436

Browse files
committed
chore: fix ci
1 parent 311a132 commit 9e4d436

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "@deno/deploy",
77
"license": "MIT",
88
"tasks": {
9-
"build": "deno run -A jsr:@deno/wasmbuild@0.19"
9+
"build": "deno run -A jsr:@deno/wasmbuild@0.19.2"
1010
},
1111
"publish": {
1212
"exclude": [
@@ -25,7 +25,7 @@
2525
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
2626
"@std/path": "jsr:@std/path@^1.0.8",
2727
"@std/semver": "jsr:@std/semver@^1.0.5",
28-
"@std/tar": "jsr:@std/tar@^0.1.7",
28+
"@std/tar": "jsr:@std/tar@^0.1.8",
2929
"@trpc/client": "npm:@trpc/client@^11.0.2",
3030
"@trpc/server": "npm:@trpc/server@^11.0.2",
3131
"event-source-polyfill": "npm:event-source-polyfill@^1.0.31",

deno.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)