Skip to content

Commit

Permalink
We’re ok to use deno 1.40 here
Browse files Browse the repository at this point in the history
it's just the cli that needs to use 1.39 because of shouted warnings we cannot yet avoid due to dnt
  • Loading branch information
mxcl committed Feb 16, 2024
1 parent 60238a6 commit 93e64c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
]
}
},
"pkgx": "deno~1.39 npm",
"pkgx": "deno^1.40 npm",
"tasks": {
"test": "deno test --parallel --unstable --allow-env --allow-read --allow-ffi --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",
"test": "deno test --parallel --unstable-fs --unstable-ffi --allow-env --allow-read --allow-ffi --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 ./mod.ts",
"dnt": ".github/deno-to-node.ts"
},
"lint": {
Expand Down

0 comments on commit 93e64c1

Please sign in to comment.