mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
2068c4083b
commit
e0e0b1a70e
@ -2,6 +2,10 @@
|
||||
"name": "eslint-tools",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"overrides": {
|
||||
"caniuse-lite": "1.0.30001636",
|
||||
"electron-to-chromium": "1.4.806"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.24.7",
|
||||
"@babel/eslint-parser": "^7.24.7",
|
||||
|
Loading…
Reference in New Issue
Block a user