Skip to content

Commit

Permalink
fix: upgrade pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
yibn2008 committed Dec 28, 2024
1 parent 81054ad commit 8e41a24
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 1,091 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
},
"homepage": "https://github.com/yibn2008/find-process#readme",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^5.1.0",
"chalk": "^5.4.1",
"commander": "^12.1.0",

This comment has been minimized.

Copy link
@villelahdenvuo

villelahdenvuo Dec 31, 2024

This breaks the module! The default export has been removed:

const { program } = require('commander');

"debug": "^4.4.0",
"eslint": "^9.17.0",
"glob": "^11.0.0",
"loglevel": "^1.9.2",
"rimraf": "^6.0.1"
},
"devDependencies": {
"mocha": "^7.2.0",
"mocha": "^11.0.1",
"npm-ensure": "^1.3.0",
"standard": "^14.3.4"
"standard": "^17.1.2"
},
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}
Loading

0 comments on commit 8e41a24

Please sign in to comment.