Skip to content

Commit

Permalink
feat: support Mongoose 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 24, 2023
1 parent 47e9258 commit 4ab969e
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 @@ -31,7 +31,7 @@
"nyc": "11.7.3"
},
"peerDependencies": {
"mongoose": "6.x || 7.x"
"mongoose": "6.x || 7.x || 8.0.0-rc0 || 8.x"
},
"types": "./index.d.ts",
"author": "Valeri Karpov <[email protected]>",
Expand Down

0 comments on commit 4ab969e

Please sign in to comment.