Skip to content

Commit

Permalink
fix(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent c1de8cb commit ab62f4d
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 109 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
},
"dependencies": {
"@eslint/js": "^8.57.0",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@types/eslint": "^8.56.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript-eslint": "^7.15.0"
"typescript-eslint": "^7.18.0"
},
"peerDependencies": {
"eslint": ">=6.8.0",
Expand Down Expand Up @@ -83,7 +83,7 @@
"eslint": "^8.57.0",
"globals": "^15.8.0",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"react": "^18.3.1",
"typescript": "~5.5.4"
}
Expand Down
Loading

0 comments on commit ab62f4d

Please sign in to comment.