Skip to content

Commit

Permalink
fix: fixed peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
changwoolab committed Feb 8, 2024
1 parent 3b22e10 commit 9536033
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fast-jest",
"version": "1.0.0",
"version": "1.0.2",
"description": "Use @swc/jest in React Native for faster testing!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,5 +34,11 @@
"@swc/jest": "^0.2.36",
"flow-remove-types": "^2.228.0",
"jest": "^29.7.0"
},
"peerDependencies": {
"@swc/core": "*",
"@swc/jest": "*",
"flow-remove-types": "^2.228.0",
"jest": "*"
}
}

0 comments on commit 9536033

Please sign in to comment.