Skip to content

Commit d5c380b

Browse files
committed
tools: lock versions of irrelevant DB deps
`caniuse-lite` and `electron-to-chromium` are "database dependencies" that we don't care about and are often updated, increasing the size of the repository each time. Lock their versions to the currently installed one so it doesn't happen in the future. PR-URL: #53546 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
1 parent 71321bb commit d5c380b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/eslint/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "eslint-tools",
33
"version": "0.0.0",
44
"private": true,
5+
"overrides": {
6+
"caniuse-lite": "1.0.30001636",
7+
"electron-to-chromium": "1.4.806"
8+
},
59
"dependencies": {
610
"@babel/core": "^7.24.7",
711
"@babel/eslint-parser": "^7.24.7",

0 commit comments

Comments
 (0)