Skip to content

Commit dfe32a0

Browse files
committedOct 1, 2022
fix(eslint-config): update dependencies
1 parent 51ceecc commit dfe32a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎packages/eslint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"check-update": "cliff-jumper --dry-run"
2222
},
2323
"dependencies": {
24-
"@typescript-eslint/eslint-plugin": "^5.38.0",
25-
"@typescript-eslint/parser": "^5.38.0",
24+
"@typescript-eslint/eslint-plugin": "^5.38.1",
25+
"@typescript-eslint/parser": "^5.38.1",
2626
"eslint": "^8.24.0",
2727
"eslint-config-prettier": "^8.5.0",
2828
"eslint-plugin-prettier": "^4.2.1",
2929
"prettier": "^2.7.1",
30-
"typescript": "^4.8.3"
30+
"typescript": "^4.8.4"
3131
},
3232
"repository": {
3333
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.