Skip to content

Commit

Permalink
build(deps): update eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2022
1 parent 90ffb08 commit dbc8be0
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 154 deletions.
14 changes: 7 additions & 7 deletions configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^12.0.7",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"confusing-browser-globals": "^1.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.1",
"eslint-plugin-testing-library": "^5.0.3",
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"@types/confusing-browser-globals": "^1.0.0",
"eslint-find-rules": "^4.0.0"
},
"peerDependencies": {
"eslint": "^8.4",
"eslint": "^8.6",
"prettier": "^2.5",
"typescript": "^4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@commitlint/cz-commitlint": "^15.0.0",
"@types/semantic-release": "^17.2.3",
"commitizen": "^4.2.4",
"eslint": "^8.4.1",
"eslint": "^8.6.0",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
"lint-staged": "^12.1.4",
Expand Down
Loading

0 comments on commit dbc8be0

Please sign in to comment.