We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@types/jest
peerDependencies
1 parent 310fb9a commit 5fbf43eCopy full SHA for 5fbf43e
1 file changed
package.json
@@ -71,14 +71,18 @@
71
"jest": "^27.0.0",
72
"typescript": ">=3.8 <5.0",
73
"babel-jest": ">=27.0.0 <28",
74
- "@babel/core": ">=7.0.0-beta.0 <8"
+ "@babel/core": ">=7.0.0-beta.0 <8",
75
+ "@types/jest": "^26.0.0"
76
},
77
"peerDependenciesMeta": {
78
"babel-jest": {
79
"optional": true
80
81
"@babel/core": {
82
83
+ },
84
+ "@types/jest": {
85
+ "optional": true
86
}
87
88
"husky": {
0 commit comments