Skip to content

Commit

Permalink
Drop Jest <27.5 support (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 27, 2022
1 parent 334a09e commit 9305fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"prettier": "^2.6.2"
},
"peerDependencies": {
"jest": "^27.0.0 || ^28.0.0 || ^29.0.0"
"jest": "^27.5.0 || ^28.0.0 || ^29.0.0"
},
"engines": {
"node": ">=12.20.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -1663,7 +1663,7 @@ __metadata:
prettier: ^2.6.2
supports-color: ^9.2.1
peerDependencies:
jest: ^27.0.0 || ^28.0.0 || ^29.0.0
jest: ^27.5.0 || ^28.0.0 || ^29.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 9305fdd

Please sign in to comment.