Skip to content

Commit f2600b3

Browse files
committedMar 11, 2024
fix(eslint-config): bump transitive dependencies
1 parent a9b3ea8 commit f2600b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎packages/eslint-config/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"check-update": "cliff-jumper --dry-run"
2626
},
2727
"dependencies": {
28-
"@typescript-eslint/eslint-plugin": "^7.1.0",
29-
"@typescript-eslint/parser": "^7.1.0",
28+
"@typescript-eslint/eslint-plugin": "^7.1.1",
29+
"@typescript-eslint/parser": "^7.1.1",
3030
"eslint": "^8.57.0",
3131
"eslint-config-prettier": "^9.1.0",
3232
"eslint-plugin-prettier": "^5.1.3",
3333
"prettier": "^3.2.5",
34-
"typescript": "^5.3.3"
34+
"typescript": "^5.4.2"
3535
},
3636
"repository": {
3737
"type": "git",
@@ -62,7 +62,7 @@
6262
"access": "public"
6363
},
6464
"devDependencies": {
65-
"@favware/cliff-jumper": "^3.0.0",
65+
"@favware/cliff-jumper": "^3.0.1",
6666
"@vitest/coverage-v8": "^1.3.1",
6767
"tsup": "^8.0.2",
6868
"typedoc-json-parser": "^9.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.