Skip to content

Commit

Permalink
Merge pull request #426 from kohtala/patch-1
Browse files Browse the repository at this point in the history
Drop peerDependency on jest-environment-node 27.x
  • Loading branch information
harazdovskiy authored May 2, 2024
2 parents c9d3f6a + 00e9b44 commit 4089596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"jest-environment-node": "27.x.x || 28.x || 29.x",
"jest-environment-node": "28.x || 29.x",
"mongodb": "3.x.x || 4.x || 5.x || 6.x"
},
"engines": {
Expand Down

0 comments on commit 4089596

Please sign in to comment.