Skip to content

Commit

Permalink
Remove errant eslint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 6, 2024
1 parent 1697548 commit eee5ce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,14 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@eslint/js": "^9.8.0",
"@mui/icons-material": "^6.0.2",
"@mui/material": "^6.0.2",
"@types/node": "^22.1.0",
"clustal-js": "^2.0.0",
"colord": "^2.9.3",
"copy-to-clipboard": "^3.3.1",
"d3-array": "^3.2.3",
"d3-hierarchy": "^3.1.2",
"emf-js": "^2.0.0",
"eslint": "^9.8.0",
"file-saver": "^2.0.5",
"pako": "^2.1.0",
"rbush": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@eslint/[email protected]", "@eslint/js@^9.8.0":
"@eslint/[email protected]":
version "9.9.1"
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
Expand Down

0 comments on commit eee5ce1

Please sign in to comment.