Skip to content

Commit

Permalink
tools: lock versions of irrelevant DB deps
Browse files Browse the repository at this point in the history
`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>
  • Loading branch information
targos committed Jun 25, 2024
1 parent 71321bb commit d5c380b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d5c380b

Please sign in to comment.