Skip to content

Commit

Permalink
deno 1.40 shouts about deprecations we can’t avoid
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 30, 2024
1 parent 653cd58 commit 5168d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]
}
},
"pkgx": "deno^1.33.3 npm",
"pkgx": "deno~1.39 npm",
"tasks": {
"test": "deno test --parallel --unstable --allow-env --allow-read --allow-net=dist.pkgx.dev,github.com,codeload.github.com --allow-write --allow-run=tar,uname,/bin/sh,foo,'C:\\Windows\\system32\\cmd.exe'",
"typecheck": "deno check --unstable ./mod.ts",
Expand Down

0 comments on commit 5168d49

Please sign in to comment.