Skip to content

Commit e0e0b1a

Browse files
authored
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 <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 2068c40 commit e0e0b1a

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)