Skip to content

Commit

Permalink
fix(deps): update dependency meow to v12 #643
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 3, 2023
1 parent 5353988 commit 12c0dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"chokidar": "~3.5.3",
"fs-extra": "^11.1.1",
"glob": "^10.0.0",
"meow": "^11.0.0",
"meow": "^12.0.0",
"type-fest": "~3.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function tsbb() {
flags: {
useBabel: {
type: 'boolean',
alias: 'b',
shortFlag: 'b',
default: false,
},
sourceMaps: {
Expand Down

1 comment on commit 12c0dc6

@jaywcjlove
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix #445

Please sign in to comment.