Removed node-fetch from internal-integrations (only called from webapp)

This commit is contained in:
Matt Aitken
2023-01-13 14:15:37 +00:00
parent 0ba4b33875
commit cdffc9093d
2 changed files with 0 additions and 3 deletions
@@ -9,7 +9,6 @@
"@trigger.dev/tsconfig": "workspace:*",
"@types/debug": "^4.1.7",
"@types/node": "16",
"@types/node-fetch": "2.6",
"internal-providers": "workspace:*",
"typescript": "^4.9.4"
},
@@ -21,7 +20,6 @@
"@urql/core": "^3.1.1",
"debug": "^4.3.4",
"graphql": "^16.6.0",
"node-fetch": "2.6",
"urql": "^3.0.3",
"zod": "^3.20.2"
},
@@ -1,6 +1,5 @@
import { z } from "zod";
import { normalizeHeaders } from "../headers";
import fetch from "node-fetch";
import debug from "debug";
const log = debug("trigger:integrations:services");