Skip to content

Commit

Permalink
🐛 fix: Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 7, 2025
1 parent c9a540a commit 562abca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-unused-imports": "^3.2.0",
"gatsby-remark-find-replace": "^0.3.0",
"postcss-less": "^6.0.0",
"postcss-styled-syntax": "^0.7.0",
Expand Down Expand Up @@ -128,7 +128,7 @@
"clean-package": "^2.2.0",
"commitlint": "^19.6.1",
"dpdm": "^3.14.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"father": "^4.5.1",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
Expand Down

0 comments on commit 562abca

Please sign in to comment.