Skip to content

Commit

Permalink
feat: add support for mongodb 6 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass authored Apr 22, 2024
1 parent 9b4023e commit f637c55
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 59 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@vitest/coverage-c8": "0.28.5",
"c8": "7.13.0",
"eslint": "8.34.0",
"mongodb": "5.0.1",
"mongodb": "6.5.0",
"prettier": "2.8.4",
"semantic-release": "20.1.0",
"tsup": "6.6.3",
Expand All @@ -43,7 +43,7 @@
"vitest": "0.28.5"
},
"peerDependencies": {
"mongodb": "^3.6.0 || ^4.0.0 || ^5.0.0"
"mongodb": "^3.6.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"peerDependenciesMeta": {
"mongodb": {
Expand Down
101 changes: 44 additions & 57 deletions pnpm-lock.yaml

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

0 comments on commit f637c55

Please sign in to comment.