Skip to content

Commit

Permalink
feat(dependencies): upgrade mongoose to v6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: mongoose minimal peer dependency increased to ^6.0.12
  • Loading branch information
skrtheboss committed Oct 27, 2021
1 parent bda5620 commit c81311d
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 114 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"prepare": "husky install"
},
"dependencies": {
"@types/mongodb": "^3.0.0",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand All @@ -61,7 +60,7 @@
"jest-circus": "^27.3.1",
"jest-html-reporter": "^3.4.1",
"jest-junit": "^13.0.0",
"mongoose": "5.11.12",
"mongoose": "6.0.12",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
Expand All @@ -71,6 +70,6 @@
"yarn-deduplicate": "^3.1.0"
},
"peerDependencies": {
"mongoose": "^5.11.12"
"mongoose": "^6.0.12"
}
}
Loading

0 comments on commit c81311d

Please sign in to comment.