Skip to content

Commit 18fc2c7

Browse files
committedFeb 26, 2025
fix: peer deps
1 parent eb6850b commit 18fc2c7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"@typescript-eslint/eslint-plugin": "^8.24.0",
5959
"@typescript-eslint/parser": "^8.24.0",
6060
"@typescript-eslint/rule-tester": "^8.24.0",
61-
"@typescript-eslint/utils": "^8.24.0",
6261
"@vitest/eslint-plugin": "./dist",
6362
"bumpp": "^9.11.1",
6463
"concurrently": "^9.1.2",
@@ -73,6 +72,7 @@
7372
"vitest": "^3.0.5"
7473
},
7574
"peerDependencies": {
75+
"@typescript-eslint/utils": "^8.24.0",
7676
"eslint": ">= 8.57.0",
7777
"typescript": ">= 5.0.0",
7878
"vitest": "*"

‎pnpm-lock.yaml

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.