Skip to content

Commit fbb86eb

Browse files
Simplify overrides to only pin browserslist
Drop the extra caniuse-lite/electron-to-chromium/baseline-browser-mapping/ node-releases/update-browserslist-db overrides added while working around a registry-cache gap. The lockfile they produced is unchanged and already verified via a real npm ci against the private registry, so removing them from package.json's overrides list has no effect on the resolved tree. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 133d0cc commit fbb86eb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,15 @@
5656
"typescript": "^5.6.3"
5757
},
5858
"overrides": {
59-
"baseline-browser-mapping": "2.10.44",
6059
"bluebird": "3.7.2",
6160
"browserslist": "4.28.7",
62-
"caniuse-lite": "1.0.30001806",
63-
"electron-to-chromium": "1.5.393",
6461
"flatted": "^3.4.2",
6562
"js-yaml": "4.3.1",
6663
"lodash": "^4.18.0",
6764
"minimatch": "^3.1.2",
68-
"node-releases": "2.0.51",
6965
"underscore": "^1.13.8",
7066
"picomatch": "^2.3.2",
7167
"brace-expansion": "^2.1.4",
72-
"update-browserslist-db": "1.2.3",
7368
"uuid": "^3.3.2"
7469

7570
},

0 commit comments

Comments
 (0)