Skip to content

Commit 632805d

Browse files
committedDec 27, 2023
fix(eslint-config): bump transitive dependencies
1 parent 7f74ee0 commit 632805d

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": "^6.15.0",
29-
"@typescript-eslint/parser": "^6.15.0",
28+
"@typescript-eslint/eslint-plugin": "^6.16.0",
29+
"@typescript-eslint/parser": "^6.16.0",
3030
"eslint": "^8.56.0",
3131
"eslint-config-prettier": "^9.1.0",
3232
"eslint-plugin-prettier": "^5.1.2",

0 commit comments

Comments
 (0)
Please sign in to comment.