Skip to content

Commit

Permalink
chore(deps): update denpendency meow to v12 #3 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 21, 2023
1 parent 2b9de81 commit 5f52a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const cli = meow(`
flags: {
mode: {
type: 'number',
alias: 'm',
shortFlag: 'm',
},
},
});
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
]
},
"engines": {
"node": ">=14.16"
"node": ">=16.10"
},
"dependencies": {
"meow": "^11.0.0"
"meow": "^12.0.0"
},
"devDependencies": {
"idoc": "^1.21.15",
Expand Down

0 comments on commit 5f52a72

Please sign in to comment.