Skip to content

Commit

Permalink
[dep] bump eslint-config-prettier to v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulintrognon committed Feb 22, 2021
1 parent aa7a890 commit 02318fa
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 1,752 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
'plugin:react/recommended', // React rules
'plugin:react-hooks/recommended', // React hooks rules
'plugin:jsx-a11y/recommended', // Accessibility rules
'prettier/@typescript-eslint', // Prettier plugin
'plugin:prettier/recommended', // Prettier recommended rules
],
rules: {
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@
"postinstall": "husky install"
},
"dependencies": {
"next": "^10.0.0",
"next": "^10.0.7",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@types/react": "^17.0.0",
"@types/react-test-renderer": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"babel-jest": "^26.6.1",
"eslint": "^7.12.1",
"eslint-config-prettier": "^7.0.0",
"@babel/core": "^7.12.17",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-jest": "^26.6.3",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^5.0.9",
"husky": "^5.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.1",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.1",
"lint-staged": ">=10",
"prettier": "^2.1.2",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.1",
"typescript": "^4.0.5"
"typescript": "^4.1.5"
}
}
Loading

0 comments on commit 02318fa

Please sign in to comment.