Skip to content

Commit

Permalink
fix(core): remove node-fetch dependency (#1578)
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Sep 19, 2023
1 parent 4d1463b commit 9ee2ce7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@stablelib/ed25519": "^1.0.2",
"@stablelib/random": "^1.0.1",
"@stablelib/sha256": "^1.0.1",
"@types/node-fetch": "2.6.2",
"@types/ws": "^8.5.4",
"abort-controller": "^3.0.0",
"big-integer": "^1.6.51",
Expand All @@ -41,7 +42,6 @@
"lru_map": "^0.4.1",
"luxon": "^3.3.0",
"make-error": "^1.3.6",
"node-fetch": "^2.6.1",
"object-inspect": "^1.10.3",
"query-string": "^7.0.1",
"reflect-metadata": "^0.1.13",
Expand All @@ -54,7 +54,6 @@
"devDependencies": {
"@types/events": "^3.0.0",
"@types/luxon": "^3.2.0",
"@types/node-fetch": "2.6.2",
"@types/object-inspect": "^1.8.0",
"@types/uuid": "^9.0.1",
"@types/varint": "^6.0.0",
Expand Down

0 comments on commit 9ee2ce7

Please sign in to comment.