Skip to content

Commit

Permalink
fix(deps): update linters (#125)
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 Jul 3, 2023
1 parent eb53b6e commit 3013283
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 151 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.14",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"jiti": "^1.18.2",
"react": "^18.2.0",
"typescript": "^5.1.6",
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.43.0"
"eslint": "^8.44.0"
}
}
8 changes: 4 additions & 4 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.7",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -53,8 +53,8 @@
},
"devDependencies": {
"@babel/types": "^7.22.5",
"@typescript-eslint/utils": "^5.60.0",
"eslint": "^8.43.0",
"@typescript-eslint/utils": "^5.60.1",
"eslint": "^8.44.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1"
}
Expand Down

0 comments on commit 3013283

Please sign in to comment.