Skip to content

Commit

Permalink
deno 1.40 shouts about deprecations we cant avoid
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 30, 2024
1 parent 80b0e35 commit f367017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tasks": {
"typecheck": "deno check --unstable $(find . -name '*'.ts)"
},
"pkgx": "deno^1.36.1",
"pkgx": "deno~1.39", // ^1.40 has unskippable deprecation warnings
"imports": {
"brewkit/": "./lib/",
"is-what": "https://deno.land/x/[email protected]/src/index.ts",
Expand Down

0 comments on commit f367017

Please sign in to comment.