Skip to content

Commit

Permalink
fix: add @types/node-fetch as dependency (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRamosAcosta authored Apr 7, 2022
1 parent 8bbe20b commit 28bf553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@types/jest": "27.4.1",
"@types/mime-types": "2.1.1",
"@types/multer": "1.4.7",
"@types/node-fetch": "2.6.1",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"babel-jest": "27.5.1",
Expand Down Expand Up @@ -71,6 +70,7 @@
"form-data-encoder": "^1.7.1",
"formdata-node": "^4.3.2",
"mime-types": "^2.1.34",
"node-fetch": "^2.6.1"
"node-fetch": "^2.6.1",
"@types/node-fetch": "2.6.1"
}
}

0 comments on commit 28bf553

Please sign in to comment.