Skip to content

Commit 2bd8ad6

Browse files
committedAug 25, 2022
fix: update eslint dependencies
1 parent d16a24d commit 2bd8ad6

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
@@ -21,8 +21,8 @@
2121
"check-update": "cliff-jumper --dry-run"
2222
},
2323
"dependencies": {
24-
"@typescript-eslint/eslint-plugin": "^5.33.1",
25-
"@typescript-eslint/parser": "^5.33.1",
24+
"@typescript-eslint/eslint-plugin": "^5.35.1",
25+
"@typescript-eslint/parser": "^5.35.1",
2626
"eslint": "^8.22.0",
2727
"eslint-config-prettier": "^8.5.0",
2828
"eslint-plugin-prettier": "^4.2.1",

0 commit comments

Comments
 (0)
Please sign in to comment.