Skip to content

Commit

Permalink
Remove undici for connect-conformance
Browse files Browse the repository at this point in the history
We can use the globally available fetch now.

Signed-off-by: Timo Stamm <ts@timostamm.de>
  • Loading branch information
timostamm committed Sep 12, 2024
1 parent 258f6c2 commit 95d28ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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

9 changes: 4 additions & 5 deletions packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@
"@bufbuild/protobuf": "^2.0.0",
"@connectrpc/connect": "2.0.0-alpha.1",
"fflate": "^0.8.1",
"tar-stream": "^3.1.7",
"undici": "^5.28.4"
"tar-stream": "^3.1.7"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^2.0.0",
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protoc-gen-es": "^2.0.0",
"@types/debug": "^4.1.12",
"@types/node-forge": "^1.3.9",
"@types/tar-stream": "^3.1.3",
"@types/debug": "^4.1.12"
"@types/tar-stream": "^3.1.3"
}
}
1 change: 0 additions & 1 deletion packages/connect-conformance/src/conformance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import * as tar from "tar-stream";
import { pipeline } from "node:stream/promises";
import { Readable } from "node:stream";
import { execFileSync } from "node:child_process";
import { fetch } from "undici";
import { scripts } from "../package.json";

export async function run() {
Expand Down

0 comments on commit 95d28ba

Please sign in to comment.