Skip to content

Commit 57986b5

Browse files
committed
Bump and Remove Unused Dependencies, add Formatting
This commit updates prettier, so it now respects and therefore ignores files in the folder dist. Furthermore, arg, npm-run-all and globby are not used and only pull in unused code and therefore cause a wider attack surface on developer machines
1 parent 5f9363e commit 57986b5

2 files changed

Lines changed: 14 additions & 1219 deletions

File tree

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
"homepage": "https://github.com/bombshell-dev/args#README",
1818
"scripts": {
1919
"build": "node scripts/build.js && tsc -p .",
20-
"lint": "prettier \"**/*.{js,ts,md}\"",
2120
"bench": "node scripts/bench.js",
2221
"dev": "vitest",
22+
"fmt": "prettier --write \"**/*.{js,ts,md}\"",
23+
"fmt:check": "prettier --list-different \"**/*.{js,ts,md}\"",
2324
"test": "vitest run"
2425
},
2526
"files": [
@@ -51,16 +52,13 @@
5152
"packageManager": "pnpm@9.14.2",
5253
"devDependencies": {
5354
"@changesets/cli": "^2.18.1",
54-
"arg": "^5.0.2",
5555
"benchmark": "^2.1.4",
56-
"chalk": "^5.1.2",
56+
"chalk": "^5.4.1",
5757
"esbuild": "^0.25.1",
58-
"globby": "^13.1.2",
5958
"gzip-size": "^7.0.0",
6059
"minimist": "^1.2.7",
6160
"mri": "^1.2.0",
62-
"npm-run-all": "^4.1.5",
63-
"prettier": "^2.5.1",
61+
"prettier": "^3.5.3",
6462
"pretty-bytes": "^6.0.0",
6563
"typescript": "^4.7.4",
6664
"vitest": "^3.0.9",

0 commit comments

Comments
 (0)