Skip to content

Commit a4246c4

Browse files
committedJun 7, 2023
fix(eslint-config): update transitive dependencies
1 parent a4bc6e4 commit a4246c4

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": "^5.59.8",
24-
"@typescript-eslint/parser": "^5.59.8",
23+
"@typescript-eslint/eslint-plugin": "^5.59.9",
24+
"@typescript-eslint/parser": "^5.59.9",
2525
"eslint": "^8.42.0",
2626
"eslint-config-prettier": "^8.8.0",
2727
"eslint-plugin-prettier": "^4.2.1",

0 commit comments

Comments
 (0)
Please sign in to comment.