Skip to content

Commit f468752

Browse files
jdanilG-Rath
andauthored
fix(no-deprecated-functions): mark jest as an optional peer dependency (#970)
* fix(no-deprecated-functions): add missing jest peer dependency * chore: regenerate yarn lock Co-authored-by: Gareth Jones <[email protected]>
1 parent 5403268 commit f468752

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@
131131
"peerDependenciesMeta": {
132132
"@typescript-eslint/eslint-plugin": {
133133
"optional": true
134+
},
135+
"jest": {
136+
"optional": true
134137
}
135138
},
136139
"engines": {

yarn.lock

+2
Original file line numberDiff line numberDiff line change
@@ -4430,6 +4430,8 @@ __metadata:
44304430
peerDependenciesMeta:
44314431
"@typescript-eslint/eslint-plugin":
44324432
optional: true
4433+
jest:
4434+
optional: true
44334435
languageName: unknown
44344436
linkType: soft
44354437

0 commit comments

Comments
 (0)