Skip to content

Commit

Permalink
fix(no-deprecated-functions): mark jest as an optional peer dependency (
Browse files Browse the repository at this point in the history
#970)

* fix(no-deprecated-functions): add missing jest peer dependency

* chore: regenerate yarn lock

Co-authored-by: Gareth Jones <jones258@gmail.com>
  • Loading branch information
jdanil and G-Rath committed Nov 4, 2021
1 parent 5403268 commit f468752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -131,6 +131,9 @@
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"jest": {
"optional": true
}
},
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Expand Up @@ -4430,6 +4430,8 @@ __metadata:
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit f468752

Please sign in to comment.