Skip to content

Commit

Permalink
fix(deps): update linters (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 21, 2022
1 parent 2a1e58c commit 425d861
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 226 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.0.25",
"bumpp": "^8.2.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.23.0",
"eslint": "^8.28.0",
"fs-extra": "^10.1.0",
"jiti": "^1.16.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@hannoeru/eslint-plugin": "workspace:*"
},
"devDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.28.0"
}
}
20 changes: 10 additions & 10 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,32 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^12.3.3",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsonc": "^2.4.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "9.4.0",
"eslint-plugin-yml": "^1.1.0",
"eslint-plugin-vue": "9.7.0",
"eslint-plugin-yml": "^1.2.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
},
"devDependencies": {
"@babel/types": "^7.20.2",
"@typescript-eslint/utils": "^5.35.1",
"eslint": "^8.23.0",
"@typescript-eslint/utils": "^5.43.0",
"eslint": "^8.28.0",
"typescript": "^4.9.3",
"unbuild": "^0.9.4"
}
Expand Down

0 comments on commit 425d861

Please sign in to comment.