Skip to content

Commit ce0f9bc

Browse files
author
Daniel Fjeldstad
committed
Remove node-fetch
1 parent 1480b9e commit ce0f9bc

File tree

3 files changed

+1
-87
lines changed

3 files changed

+1
-87
lines changed

package-lock.json

Lines changed: 1 addition & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"autoprefixer": "^10.3.7",
2020
"graphql": "^15.6.1",
2121
"next": "^11.1.3-canary.38",
22-
"node-fetch": "3.0.0",
2322
"nprogress": "^0.2.0",
2423
"postcss": "^8.3.11",
2524
"react": "^17.0.2",

utils/apollo/ApolloClient.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*eslint complexity: ["error", 6]*/
22

3-
// import fetch from 'node-fetch';
43
import {
54
ApolloClient,
65
InMemoryCache,

0 commit comments

Comments
 (0)