Skip to content

Commit

Permalink
chore(deltachat-jsonrpc): remove unused node-fetch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Nov 5, 2023
1 parent d5854fb commit fd07708
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions deltachat-jsonrpc/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.0.0",
"@types/node-fetch": "^2.5.7",
"@types/ws": "^7.2.4",
"c8": "^7.10.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"esbuild": "^0.17.9",
"http-server": "^14.1.1",
"mocha": "^9.1.1",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"typedoc": "^0.23.2",
Expand Down
1 change: 0 additions & 1 deletion deltachat-jsonrpc/typescript/test/test_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { tmpdir } from "os";
import { join, resolve } from "path";
import { mkdtemp, rm } from "fs/promises";
import { spawn, exec } from "child_process";
import fetch from "node-fetch";
import { Readable, Writable } from "node:stream";

export type RpcServerHandle = {
Expand Down

0 comments on commit fd07708

Please sign in to comment.