Skip to content

Commit

Permalink
fix(deps): update linters (#60)
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 Dec 5, 2022
1 parent 828db1e commit e2049aa
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 138 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.26",
"bumpp": "^8.2.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.28.0",
"eslint": "^8.29.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.28.0"
"eslint": "^8.29.0"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^12.3.4",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -38,20 +38,20 @@
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-n": "^15.5.2",
"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.7.0",
"eslint-plugin-vue": "9.8.0",
"eslint-plugin-yml": "^1.2.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
},
"devDependencies": {
"@babel/types": "^7.20.5",
"@typescript-eslint/utils": "^5.43.0",
"eslint": "^8.28.0",
"@typescript-eslint/utils": "^5.45.0",
"eslint": "^8.29.0",
"typescript": "^4.9.3",
"unbuild": "^0.9.4"
}
Expand Down

0 comments on commit e2049aa

Please sign in to comment.