Skip to content

Commit

Permalink
fix(deps): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 9, 2023
1 parent 991838e commit 266d33d
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 166 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react": "^18.0.26",
"bumpp": "^8.2.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.29.0",
"eslint": "^8.31.0",
"jiti": "^1.16.0",
"react": "^18.2.0",
"typescript": "^4.9.4",
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 @@ -24,6 +24,6 @@
"@hannoeru/eslint-plugin": "workspace:*"
},
"devDependencies": {
"eslint": "^8.29.0"
"eslint": "^8.31.0"
}
}
14 changes: 7 additions & 7 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^13.1.1",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-jsonc": "^2.6.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^15.6.0",
Expand All @@ -47,14 +47,14 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-vue": "9.8.0",
"eslint-plugin-yml": "^1.3.0",
"eslint-plugin-yml": "^1.4.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
},
"devDependencies": {
"@babel/types": "^7.20.7",
"@typescript-eslint/utils": "^5.46.0",
"eslint": "^8.29.0",
"@typescript-eslint/utils": "^5.48.0",
"eslint": "^8.31.0",
"typescript": "^4.9.4",
"unbuild": "^1.0.2"
}
Expand Down

0 comments on commit 266d33d

Please sign in to comment.