Skip to content

Commit

Permalink
fix: add missing (optional) peer dependency on Jest (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 19, 2023
1 parent 7ae4621 commit 34c3d32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -145,7 +145,8 @@
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^7.0.0 || ^8.0.0"
"eslint": "^7.0.0 || ^8.0.0",
"jest": "*"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Expand Up @@ -4934,6 +4934,7 @@ __metadata:
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0
eslint: ^7.0.0 || ^8.0.0
jest: "*"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
Expand Down

0 comments on commit 34c3d32

Please sign in to comment.