Skip to content

Commit

Permalink
fix(deps): update dependency meow to v12 #445
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 3, 2023
1 parent 0a30ef8 commit 08a4c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-tsbb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/which": "~3.0.0",
"execa": "^7.1.0",
"fs-extra": "^11.1.1",
"meow": "^11.0.0",
"meow": "^12.0.0",
"which": "^3.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-tsbb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ export async function create() {
example: {
default: 'basic',
type: 'string',
alias: 'e',
shortFlag: 'e',
},
force: {
default: false,
type: 'boolean',
alias: 'f',
shortFlag: 'f',
},
},
});
Expand Down

0 comments on commit 08a4c92

Please sign in to comment.