We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b0e35 commit f367017Copy full SHA for f367017
deno.jsonc
@@ -7,7 +7,7 @@
7
"tasks": {
8
"typecheck": "deno check --unstable $(find . -name '*'.ts)"
9
},
10
- "pkgx": "deno^1.36.1",
+ "pkgx": "deno~1.39", // ^1.40 has unskippable deprecation warnings
11
"imports": {
12
"brewkit/": "./lib/",
13
"is-what": "https://deno.land/x/is_what@v4.1.15/src/index.ts",
0 commit comments