Skip to content

Commit

Permalink
Fix node-fetch runtime regression
Browse files Browse the repository at this point in the history
#1970 seems to have caused a regression based on `@types/node-fetch` not being in the gateway's runtime dependencies
  • Loading branch information
clenfest committed Aug 30, 2022
1 parent 4a7ee32 commit f5744b1
Show file tree
Hide file tree
Showing 2 changed files with 20,506 additions and 12,948 deletions.
1 change: 1 addition & 0 deletions gateway-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@apollo/utils.logger": "^1.0.0",
"@josephg/resolvable": "^1.0.1",
"@opentelemetry/api": "^1.0.1",
"@types/node-fetch": "2.6.2",
"apollo-reporting-protobuf": "^0.8.0 || ^3.0.0",
"async-retry": "^1.3.3",
"loglevel": "^1.6.1",
Expand Down
Loading

0 comments on commit f5744b1

Please sign in to comment.