Skip to content

Commit f83936d

Browse files
committedMay 22, 2024··
fix(eslint-config): bump transient dependencies
1 parent 6d030e2 commit f83936d

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
@@ -25,8 +25,8 @@
2525
"check-update": "cliff-jumper --dry-run"
2626
},
2727
"dependencies": {
28-
"@typescript-eslint/eslint-plugin": "^7.9.0",
29-
"@typescript-eslint/parser": "^7.9.0",
28+
"@typescript-eslint/eslint-plugin": "^7.10.0",
29+
"@typescript-eslint/parser": "^7.10.0",
3030
"eslint": "^8.57.0",
3131
"eslint-config-prettier": "^9.1.0",
3232
"eslint-plugin-prettier": "^5.1.3",

0 commit comments

Comments
 (0)
Please sign in to comment.