Skip to content

Commit cb1724a

Browse files
remove unused deps
1 parent 2dcc752 commit cb1724a

3 files changed

Lines changed: 3 additions & 99 deletions

File tree

deno.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@
1818
"fmt": "deno fmt"
1919
},
2020
"imports": {
21-
"@bufbuild/buf": "npm:@bufbuild/buf@^1.64.0",
2221
"@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.11.0",
23-
"@bufbuild/protoc-gen-es": "npm:@bufbuild/protoc-gen-es@^2.11.0",
2422
"@connectrpc/connect": "npm:@connectrpc/connect@^2.1.1",
25-
"@connectrpc/connect-node": "npm:@connectrpc/connect-node@^2.1.1",
26-
"@deno/dnt": "jsr:@deno/dnt@^0.42.3"
23+
"@connectrpc/connect-node": "npm:@connectrpc/connect-node@^2.1.1"
2724
},
2825
"compilerOptions": {
2926
"strict": true,

deno.lock

Lines changed: 1 addition & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/build_npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { build, emptyDir } from "@deno/dnt";
1+
import { build, emptyDir } from "jsr:@deno/dnt@0.42.3";
22

33
await emptyDir("./npm");
44

0 commit comments

Comments
 (0)