Skip to content

Commit 8656062

Browse files
committedNov 14, 2023
fix(eslint-config): update transitive dependencies
1 parent 3c05a51 commit 8656062

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
@@ -20,12 +20,12 @@
2020
"check-update": "cliff-jumper --dry-run"
2121
},
2222
"dependencies": {
23-
"@typescript-eslint/eslint-plugin": "^6.10.0",
24-
"@typescript-eslint/parser": "^6.10.0",
23+
"@typescript-eslint/eslint-plugin": "^6.11.0",
24+
"@typescript-eslint/parser": "^6.11.0",
2525
"eslint": "^8.53.0",
2626
"eslint-config-prettier": "^9.0.0",
2727
"eslint-plugin-prettier": "^5.0.1",
28-
"prettier": "^3.0.3",
28+
"prettier": "^3.1.0",
2929
"typescript": "^5.2.2"
3030
},
3131
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.