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 Dec 1, 2023
1 parent 9763adc commit 9d70313
Show file tree
Hide file tree
Showing 3 changed files with 1,305 additions and 507 deletions.
24 changes: 12 additions & 12 deletions configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,27 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"@next/eslint-plugin-next": "^12.0.7",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@next/eslint-plugin-next": "^12.3.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"confusing-browser-globals": "^1.0.11",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.1",
"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.55.0",
"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.55.0",
"husky": "^7.0.4",
"inquirer": "^8.2.0",
"lint-staged": "^12.1.4",
Expand Down
Loading

0 comments on commit 9d70313

Please sign in to comment.