Skip to content

Commit

Permalink
fix(package): add required peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt committed Oct 28, 2023
1 parent 38ecde5 commit 8294559
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,17 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sonarjs": "^0.21.0",
"prettier": "^3.0.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=6.9.0",
"eslint": ">=8.52.0",
"eslint-config-prettier": ">=9.0.0",
"eslint-plugin-ban": ">=1.6.0",
"eslint-plugin-jsdoc": ">=46.8.2",
"eslint-plugin-prefer-arrow": ">=1.2.3",
"eslint-plugin-prettier": ">=5.0.1",
"eslint-plugin-react": ">=7.33.2",
"eslint-plugin-sonarjs": ">=0.21.0",
"prettier": ">=3.0.3"
}
}

0 comments on commit 8294559

Please sign in to comment.