Skip to content

Commit

Permalink
fix: deps for node install
Browse files Browse the repository at this point in the history
  • Loading branch information
krocheck committed Mar 10, 2021
1 parent a07cb8b commit 6865542
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
]
},
"dependencies": {
"@types/node": "^12.0.4",
"debounce-fn": "^3.0.1",
"p-queue": "^6.4.0"
"p-queue": "^6.4.0",
"utility-types": "^3.10.0"
},
"devDependencies": {
"@types/node": "^12.0.4",
"@typescript-eslint/eslint-plugin": "~2.31.0",
"@typescript-eslint/parser": "~2.31.0",
"eslint": "^6.8.0",
Expand All @@ -58,8 +59,7 @@
"lint-staged": "^9.2.5",
"prettier": "^1.17.1",
"rimraf": "^3.0.2",
"typescript": "^3.6.3",
"utility-types": "^3.10.0"
"typescript": "^3.6.3"
},
"resolutions": {
"**/inquirer": "~7.2.0"
Expand Down

0 comments on commit 6865542

Please sign in to comment.