Skip to content

Commit 634bad9

Browse files
fix(deps): upgrade to latest version of meow (#616)
1 parent b18e766 commit 634bad9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-prettier": "^3.1.4",
5454
"execa": "^5.0.0",
5555
"inquirer": "^7.3.3",
56-
"meow": "^8.0.0",
56+
"meow": "^9.0.0",
5757
"json5": "^2.1.3",
5858
"ncp": "^2.0.0",
5959
"prettier": "^2.1.2",

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const cli = meow({
8080
help: {type: 'boolean'},
8181
yes: {type: 'boolean', alias: 'y'},
8282
no: {type: 'boolean', alias: 'n'},
83-
'dry-run': {type: 'boolean'},
83+
dryRun: {type: 'boolean'},
8484
yarn: {type: 'boolean'},
8585
},
8686
});

0 commit comments

Comments
 (0)