Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jun 27, 2022
1 parent 826cb39 commit 3ca2d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import chalk from 'chalk';
import meow from 'meow';
import { messageWithCauses, stackWithCauses } from 'pony-cause';
import installedCheck from 'installed-check-core';
import { installedCheck } from 'installed-check-core';

const cli = meow(`
Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
],
"dependencies": {
"chalk": "^5.0.1",
"installed-check-core": "^5.0.0",
"meow": "^10.1.2",
"installed-check-core": "^6.0.0",
"meow": "^10.1.3",
"pony-cause": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3ca2d49

Please sign in to comment.