Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2023
1 parent 0b18aeb commit c4c8e43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-porygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"homepage": "https://github.com/cuaklabs/porygon#readme",
"devDependencies": {
"eslint": "8.44.0"
"eslint": "8.45.0"
}
}
2 changes: 1 addition & 1 deletion packages/porygon-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/porygon-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.3",
Expand Down

0 comments on commit c4c8e43

Please sign in to comment.