Skip to content

Commit e01585f

Browse files
committed
fix: install enquirer
This package is a peer dependency of `listr2`, but it's not used by _lint-staged_.
1 parent e50d6d4 commit e01585f

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,25 @@
3030
"test:watch": "jest --watch"
3131
},
3232
"dependencies": {
33-
"cli-truncate": "3.1.0",
33+
"cli-truncate": "^3.1.0",
3434
"colorette": "^2.0.16",
3535
"commander": "^8.3.0",
3636
"cosmiconfig": "^7.0.1",
3737
"debug": "^4.3.2",
38+
"enquirer": "^2.3.6",
3839
"execa": "^5.1.1",
3940
"listr2": "^3.13.3",
4041
"micromatch": "^4.0.4",
4142
"normalize-path": "^3.0.0",
42-
"object-inspect": "1.11.0",
43-
"string-argv": "0.3.1",
44-
"supports-color": "9.0.2"
43+
"object-inspect": "^1.11.0",
44+
"string-argv": "^0.3.1",
45+
"supports-color": "^9.0.2"
4546
},
4647
"devDependencies": {
4748
"@babel/core": "^7.16.0",
48-
"@babel/eslint-parser": "7.16.3",
49+
"@babel/eslint-parser": "^7.16.3",
4950
"@babel/preset-env": "^7.16.0",
50-
"babel-jest": "27.3.1",
51+
"babel-jest": "^27.3.1",
5152
"consolemock": "^1.1.0",
5253
"eslint": "^8.2.0",
5354
"eslint-config-prettier": "^8.3.0",
@@ -57,7 +58,7 @@
5758
"fs-extra": "^10.0.0",
5859
"husky": "^7.0.4",
5960
"jest": "^27.3.1",
60-
"jest-mock-console": "1.2.3",
61+
"jest-mock-console": "^1.2.3",
6162
"jest-snapshot-serializer-ansi": "^1.0.0",
6263
"prettier": "^2.4.1"
6364
},

0 commit comments

Comments
 (0)