Skip to content

Commit

Permalink
fix: add @jest/transform as an optional peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored and ahnpnl committed May 19, 2024
1 parent 4c88da5 commit 0ba7f86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
},
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.0 <8",
"@jest/transform": "^29.0.0",
"@jest/types": "^29.0.0",
"babel-jest": "^29.0.0",
"jest": "^29.0.0",
Expand All @@ -71,6 +72,9 @@
"@babel/core": {
"optional": true
},
"@jest/transform": {
"optional": true
},
"@jest/types": {
"optional": true
},
Expand Down

0 comments on commit 0ba7f86

Please sign in to comment.