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 Jun 3, 2024
1 parent a242a5d commit 342bffe
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 82 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.12.0",
"@typescript-eslint/parser": "^7.12.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.2",
"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.1.2",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"react": "^18.2.0",
"typescript": "~5.4.5"
}
Expand Down
Loading

0 comments on commit 342bffe

Please sign in to comment.