Skip to content

Commit dc0387f

Browse files
authored
remove unnecessary type dependency
When installing dependencies, the following warning comes from `@types/node-fetch` ```shell npm WARN deprecated @types/[email protected]: This is a stub types definition. node-fetch provides its own type definitions, so you do not need this installed. ```
1 parent c1678fb commit dc0387f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@octokit/rest": "^18.12.0",
4444
"@types/jsdom": "^16.2.13",
4545
"@types/node": "^16.10.5",
46-
"@types/node-fetch": "^3.0.2",
4746
"@types/webidl2": "^23.13.6",
4847
"@typescript-eslint/eslint-plugin": "^5.0.0",
4948
"@typescript-eslint/parser": "^5.0.0",

0 commit comments

Comments
 (0)