Skip to content

Commit 0ba7f86

Browse files
G-Rathahnpnl
authored andcommitted
fix: add @jest/transform as an optional peer dependency
1 parent 4c88da5 commit 0ba7f86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
},
6363
"peerDependencies": {
6464
"@babel/core": ">=7.0.0-beta.0 <8",
65+
"@jest/transform": "^29.0.0",
6566
"@jest/types": "^29.0.0",
6667
"babel-jest": "^29.0.0",
6768
"jest": "^29.0.0",
@@ -71,6 +72,9 @@
7172
"@babel/core": {
7273
"optional": true
7374
},
75+
"@jest/transform": {
76+
"optional": true
77+
},
7478
"@jest/types": {
7579
"optional": true
7680
},

0 commit comments

Comments
 (0)