Skip to content

Commit

Permalink
fix: include type dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
runeh committed May 17, 2021
1 parent e2430fc commit f458b8f
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 @@ -13,9 +13,7 @@
},
"devDependencies": {
"@types/jest": "~26.0.22",
"@types/mime": "^2.0.3",
"@types/node": "^14",
"@types/node-fetch": "^2.5.10",
"@typescript-eslint/eslint-plugin": "~4.23.0",
"@typescript-eslint/parser": "~4.23.0",
"eslint": "~7.26.0",
Expand All @@ -39,6 +37,8 @@
"zod": "^1.11.17"
},
"dependencies": {
"@types/mime": "^2.0.3",
"@types/node-fetch": "^2.5.10",
"form-data": "^4.0.0",
"node-fetch": "^2.6.1",
"ts-invariant": "^0.7.3"
Expand Down

0 comments on commit f458b8f

Please sign in to comment.