Skip to content

Commit 45b2934

Browse files
committedMay 10, 2023
fix(eslint-config): bump typescript-eslint
1 parent 9cd3af3 commit 45b2934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"check-update": "cliff-jumper --dry-run"
2121
},
2222
"dependencies": {
23-
"@typescript-eslint/eslint-plugin": "^5.59.2",
24-
"@typescript-eslint/parser": "^5.59.2",
23+
"@typescript-eslint/eslint-plugin": "^5.59.5",
24+
"@typescript-eslint/parser": "^5.59.5",
2525
"eslint": "^8.40.0",
2626
"eslint-config-prettier": "^8.8.0",
2727
"eslint-plugin-prettier": "^4.2.1",

0 commit comments

Comments
 (0)
Please sign in to comment.