Skip to content

Commit eef980a

Browse files
wikirbyclaude
andcommitted
Prune orphaned npm overrides
Round 2 dropped the dependencies (browserify / tslint / gulp-cssnano / gulp-typescript / onenoteapi) that were pulling the deep transitives these overrides were neutralizing. With those branches of the dep tree gone, the overrides have no targets to bind to and serve only as documentation noise. Kept: graceful-fs (still applies via gulp-less -> less) and braces (still applies via globby -> fast-glob -> micromatch). Dropped: color-string, diff, elliptic, fast-xml-parser, is-svg, js-yaml, lodash.template, minimist — all confirmed orphan via `npm ls <name>` returning empty. Build clean, no audit regression. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0925670 commit eef980a

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,7 @@
4545
},
4646
"overrides": {
4747
"graceful-fs": "4.2.2",
48-
"braces": "^3.0.3",
49-
"color-string": "^1.5.5",
50-
"diff": "^5.0.0",
51-
"elliptic": "^6.6.1",
52-
"fast-xml-parser": "^5.7.0",
53-
"is-svg": "^4.3.0",
54-
"js-yaml": "^4.0.0",
55-
"lodash.template": "^4.5.5",
56-
"minimist": "^1.2.6"
48+
"braces": "^3.0.3"
5749
},
5850
"dependencies": {
5951
"jwt-decode": "^4.0.0"

0 commit comments

Comments
 (0)