Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
fix(config-jest): Fix testing library packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajzik committed Mar 25, 2020
1 parent 3a9d081 commit 9fd89f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jest": "^25.1.0"
},
"peerDependencies": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.5.0"
"@testing-library/jest-dom": ">=5",
"@testing-library/react": ">=10"
}
}

0 comments on commit 9fd89f9

Please sign in to comment.