Skip to content

Commit a81f6de

Browse files
committedAug 28, 2023
fix(eslint-config): update transitive dependencies
1 parent 07bdda4 commit a81f6de

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": "^6.4.0",
24-
"@typescript-eslint/parser": "^6.4.0",
23+
"@typescript-eslint/eslint-plugin": "^6.4.1",
24+
"@typescript-eslint/parser": "^6.4.1",
2525
"eslint": "^8.47.0",
2626
"eslint-config-prettier": "^9.0.0",
2727
"eslint-plugin-prettier": "^5.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.