Skip to content

Commit c490436

Browse files
committed
Updated the mongodb peer dependency to accept all 4.x versions due to the increased release cadence of the library and the downstream impact of pinning to the minor.
1 parent acaa71a commit c490436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"uuid": "^9.0.0"
2828
},
2929
"peerDependencies": {
30-
"mongodb": "3.6.x || 3.7.x || 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x || 4.8.x || 4.9.x || 4.10.x || 4.11.x || 4.12.x || 4.13.x"
30+
"mongodb": "3.6.x || 3.7.x || 4.x"
3131
},
3232
"devDependencies": {
3333
"eslint": "8.30.0",

0 commit comments

Comments
 (0)