Skip to content

Commit

Permalink
refactor: update eslint and typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei committed Dec 14, 2024
1 parent 00bdec3 commit 8ed8401
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 82 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.5",
"@types/react-helmet": "^6.1.6",
"@types/react": "^18.3.11",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"eslint": "^8.57.1",
"eslint-config-next": "^13.4.5",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -48,7 +48,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^3.4.2",
"typescript": "^5.1.3"
"typescript": "^5.6.3"
},
"keywords": [
"react-hook-form",
Expand Down
Loading

0 comments on commit 8ed8401

Please sign in to comment.