Skip to content

Commit

Permalink
jest: Allow @types/jest version ^28 (#2771)
Browse files Browse the repository at this point in the history
* jest: Allow @types/jest version 28+

* Update packages/jest/package.json

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
srmagura and Andarist committed Jul 2, 2022
1 parent 57b2c46 commit 9b4ce70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/empty-terms-beam.md
@@ -0,0 +1,5 @@
---
'@emotion/jest': patch
---

Fix a dependency conflict when `@emotion/jest` was installed alongside `@types/jest@^28`.
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -24,7 +24,7 @@
"stylis": "4.0.13"
},
"peerDependencies": {
"@types/jest": "^26.0.14 || ^27.0.0",
"@types/jest": "^26.0.14 || ^27.0.0 || ^28.0.0",
"enzyme-to-json": "^3.2.1"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 9b4ce70

Please sign in to comment.