Skip to content

Commit

Permalink
fix(mongodb): Add MongoDB as peerDependency (#3148)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Apr 5, 2023
1 parent f24276e commit 0137b40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@
"@feathersjs/errors": "^5.0.1",
"@feathersjs/feathers": "^5.0.1"
},
"peerDependencies": {
"mongodb": "^5.2.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.1",
"@feathersjs/schema": "^5.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"mocha": "^10.2.0",
"mongodb": "^5.2.0",
"mongodb-memory-server": "^8.12.2",
"shx": "^0.3.4",
"typescript": "^5.0.3"
Expand Down

0 comments on commit 0137b40

Please # to comment.