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] committed Jul 1, 2024
1 parent b70add8 commit 27841ac
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 85 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
},
"dependencies": {
"@eslint/js": "^8.57.0",
"@types/eslint": "^8.56.7",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript-eslint": "^7.5.0"
},
"peerDependencies": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"eslint": "^8.57.0",
"globals": "^14.0.0",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"react": "^18.2.0",
"typescript": "~5.4.5"
}
Expand Down
Loading

0 comments on commit 27841ac

Please sign in to comment.