Skip to content

Commit

Permalink
fix(eslint-config): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 14, 2023
1 parent e6c8000 commit 8e25c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@sapphire/result": "workspace:^",
"@typescript-eslint/utils": "^5.54.1",
"@typescript-eslint/utils": "^5.55.0",
"tsutils": "^3.21.0",
"typescript": "^4.9.5"
}
Expand Down

0 comments on commit 8e25c99

Please sign in to comment.