From dc76fccf7e10e3c2e6cc0ce858cee3d390d3bc9a Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 28 Jan 2024 09:29:11 -0500 Subject: [PATCH] deno 1.4.0 --- deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deno.json b/deno.json index e693bdc..4366744 100644 --- a/deno.json +++ b/deno.json @@ -10,10 +10,10 @@ ] } }, - "pkgx": "deno^1.33.3 npm", + "pkgx": "deno~1.40.2 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", + "test": "deno test --parallel --unstable-fs --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 ./mod.ts", "dnt": ".github/deno-to-node.ts" }, "lint": {