Skip to content

Commit

Permalink
Add support for mongodb@6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rsolomon committed Aug 31, 2023
1 parent fe39525 commit 9859389
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 52 deletions.
70 changes: 22 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"mongodb": "3.6.x || 3.7.x || 4.x || 5.x"
"mongodb": "3.6.x || 3.7.x || 4.x || 5.x || 6.x"
},
"devDependencies": {
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.2.0",
"prettier": "^2.8.7",
"mongodb": "5.2.0"
"mongodb": "6.0.0",
"prettier": "^2.8.7"
}
}
}

0 comments on commit 9859389

Please sign in to comment.