Skip to content

Commit 34c3d32

Browse files
authored
fix: add missing (optional) peer dependency on Jest (#1384)
1 parent 7ae4621 commit 34c3d32

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145
},
146146
"peerDependencies": {
147147
"@typescript-eslint/eslint-plugin": "^5.0.0",
148-
"eslint": "^7.0.0 || ^8.0.0"
148+
"eslint": "^7.0.0 || ^8.0.0",
149+
"jest": "*"
149150
},
150151
"peerDependenciesMeta": {
151152
"@typescript-eslint/eslint-plugin": {

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -4934,6 +4934,7 @@ __metadata:
49344934
peerDependencies:
49354935
"@typescript-eslint/eslint-plugin": ^5.0.0
49364936
eslint: ^7.0.0 || ^8.0.0
4937+
jest: "*"
49374938
peerDependenciesMeta:
49384939
"@typescript-eslint/eslint-plugin":
49394940
optional: true

0 commit comments

Comments
 (0)