From fd0770859d6169b96c44114e35b7584c6e4f4bab Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 5 Nov 2023 18:19:18 +0000 Subject: [PATCH] chore(deltachat-jsonrpc): remove unused node-fetch dependency --- deltachat-jsonrpc/typescript/package.json | 2 -- deltachat-jsonrpc/typescript/test/test_base.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/deltachat-jsonrpc/typescript/package.json b/deltachat-jsonrpc/typescript/package.json index 4380cf174..9539f108d 100644 --- a/deltachat-jsonrpc/typescript/package.json +++ b/deltachat-jsonrpc/typescript/package.json @@ -9,7 +9,6 @@ "@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", @@ -17,7 +16,6 @@ "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", diff --git a/deltachat-jsonrpc/typescript/test/test_base.ts b/deltachat-jsonrpc/typescript/test/test_base.ts index 935e5223d..c834a2b9e 100644 --- a/deltachat-jsonrpc/typescript/test/test_base.ts +++ b/deltachat-jsonrpc/typescript/test/test_base.ts @@ -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 = {