Skip to content

Commit

Permalink
fix(prompt): enquirer to peer
Browse files Browse the repository at this point in the history
  • Loading branch information
cenk1cenk2 committed Jun 2, 2020
1 parent acad282 commit cae55e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -73,6 +73,7 @@
"@types/uuid": "^7.0.2",
"cz-conventional-changelog": "3.2.0",
"delay": "^4.3.0",
"enquirer": "^2.3.5",
"eslint": "^7.1.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
Expand All @@ -86,7 +87,7 @@
"tscpaths": "^0.0.9",
"typescript": "^3.9.3"
},
"optionalDependencies": {
"peerDependencies": {
"enquirer": ">= 2.3.0 < 3"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -1655,7 +1655,7 @@ end-of-stream@^1.1.0:
dependencies:
once "^1.4.0"

"enquirer@>= 2.3.0 < 3", enquirer@^2.3.5:
enquirer@^2.3.5:
version "2.3.5"
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.5.tgz#3ab2b838df0a9d8ab9e7dff235b0e8712ef92381"
integrity sha512-BNT1C08P9XD0vNg3J475yIUG+mVdp9T6towYFHUv897X0KoHBjB1shyrNmhmtHWKP17iSWgo7Gqh7BBuzLZMSA==
Expand Down

0 comments on commit cae55e9

Please sign in to comment.