Skip to content

Commit

Permalink
Move mongoose to peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr committed Apr 3, 2022
1 parent 8ee88f3 commit d53ec37
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"apollo-server-caching": "^0.3.1",
"apollo-server-errors": "^2.4.1",
"bson": "^4.1.0",
"dataloader": "^1.4.0",
"mongoose": "^5.13.8"
"dataloader": "^1.4.0"
},
"peerDependencies": {
"mongoose": "*"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
Expand All @@ -33,6 +35,7 @@
"graphql": "^14.6.0",
"jest": "^24.9.0",
"mongodb": "^3.5.9",
"mongoose": "^5.13.8",
"prettier": "^1.19.1",
"release": "^6.3.0",
"waait": "^1.0.5"
Expand Down

0 comments on commit d53ec37

Please sign in to comment.