Skip to content

Commit

Permalink
chore: update eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 10, 2021
1 parent 2c484ab commit 42e6c17
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 149 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -28,14 +28,14 @@
"devDependencies": {
"@types/react": "^17.0.27",
"jest": "^27.1.1",
"eslint": "^7.30.0",
"eslint": "^8.0.0",
"prettier": "^2.3.2",
"react": "^17.0.2",
"standard-version": "^9.1.1",
"typescript": "^4.4.3"
},
"peerDependencies": {
"eslint": "^7.0.0",
"eslint": "^7.0.0 || ^8.0.0",
"prettier": "^1.17.0 || ^2.0.0",
"react": "^16.8.6 || ^17.0.0",
"typescript": "^3.4.5 || ^4.0.0"
Expand All @@ -45,7 +45,7 @@
"@typescript-eslint/parser": "^4.24.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
Expand Down

0 comments on commit 42e6c17

Please sign in to comment.