Skip to content

Commit

Permalink
chore: upgrade dnt
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Nov 14, 2023
1 parent 5984a24 commit 0e9d8ce
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 65 deletions.
6 changes: 3 additions & 3 deletions _test.deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { describe, it } from "https://deno.land/std@0.193.0/testing/bdd.ts";
// @deno-types="npm:@types/chai@4.3"
export { expect } from "npm:chai@4.3.7";
export { describe, it } from "https://deno.land/std@0.193.0/testing/bdd.ts";
// @deno-types="npm:@types/chai@4.3"
export { expect } from "npm:chai@4.3.7";
153 changes: 95 additions & 58 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"npm/"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.85.1.wasm",
"https://plugins.dprint.dev/json-0.17.4.wasm",
"https://plugins.dprint.dev/markdown-0.15.3.wasm"
"https://plugins.dprint.dev/typescript-0.88.3.wasm",
"https://plugins.dprint.dev/json-0.19.0.wasm",
"https://plugins.dprint.dev/markdown-0.16.2.wasm"
]
}
2 changes: 1 addition & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build, emptyDir } from "https://deno.land/x/dnt@0.37.0/mod.ts";
import { build, emptyDir } from "https://deno.land/x/dnt@0.39.0/mod.ts";

await emptyDir("./npm");

Expand Down

0 comments on commit 0e9d8ce

Please sign in to comment.