Skip to content

Commit fdf6028

Browse files
authored
lock inquirer dependency, fixes vuejs#4177
This should revert the upstream bug identified here: SBoudrias/Inquirer.js#811
1 parent 76e7c38 commit fdf6028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"globby": "^9.2.0",
6161
"graphql": "^14.3.1",
6262
"http-server": "^0.11.1",
63-
"inquirer": "^6.3.1",
63+
"inquirer": "~6.3.1",
6464
"jest": "^24.7.1",
6565
"lerna": "^3.13.4",
6666
"lerna-changelog": "^0.8.2",

0 commit comments

Comments
 (0)