Skip to content

Commit

Permalink
fix(build): peer dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Jiang committed Jun 24, 2024
1 parent b4576a5 commit 11858ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@
},
"overrides": {
"eslint-plugin-unused-imports": {
"dependencies": {
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "$eslint"
},
"peerDependencies": {
"eslint": ">=8.40.0",
"@typescript-eslint/eslint-plugin": ">=7.13.1"
}
Expand Down

0 comments on commit 11858ab

Please sign in to comment.