Skip to content

Commit

Permalink
build(deps-dev): clean up dependencies
Browse files Browse the repository at this point in the history
- move `@types/node` & `@types/node-fetch` to development
  • Loading branch information
johannrichard committed Dec 5, 2020
1 parent 14e889a commit 03f3073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -38,8 +38,6 @@
"iot"
],
"dependencies": {
"@types/node": "^14.0.13",
"@types/node-fetch": "^2.5.7",
"abort-controller": "^3.0.0",
"async-mutex": "^0.2.2",
"axios": "^0.21.0",
Expand All @@ -61,6 +59,8 @@
"@types/body-parser": "^1.19.0",
"@types/express": "^4.17.6",
"@types/form-data": "^2.5.0",
"@types/node": "^14.0.13",
"@types/node-fetch": "^2.5.7",
"@types/qs": "^6.9.2",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.8.2",
Expand Down

0 comments on commit 03f3073

Please sign in to comment.