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 May 22, 2023
1 parent 96cd102 commit 1f01ac4
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 145 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.2.6",
"bumpp": "^9.1.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"jiti": "^1.18.2",
"react": "^18.2.0",
"typescript": "^5.0.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.40.0"
"eslint": "^8.41.0"
}
}
10 changes: 5 additions & 5 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^13.4.3",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -46,15 +46,15 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-vue": "9.12.0",
"eslint-plugin-vue": "9.13.0",
"eslint-plugin-yml": "^1.7.0",
"jsonc-eslint-parser": "^2.3.0",
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"@babel/types": "^7.21.5",
"@typescript-eslint/utils": "^5.59.5",
"eslint": "^8.40.0",
"@typescript-eslint/utils": "^5.59.6",
"eslint": "^8.41.0",
"typescript": "^5.0.4",
"unbuild": "^1.2.1"
}
Expand Down

0 comments on commit 1f01ac4

Please sign in to comment.