Skip to content

Commit

Permalink
chore: add @typegoose/typegoose 7 as valid peer
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfromer committed Sep 21, 2020
1 parent 714fe5d commit b5a0a7c
Show file tree
Hide file tree
Showing 2 changed files with 785 additions and 1,171 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"peerDependencies": {
"@nestjs/common": "^6.10.1 || ^7.0.0",
"@nestjs/core": "^6.10.1 || ^7.0.0",
"@typegoose/typegoose": "^6.2.1",
"mongoose": "^5.8.4"
"@typegoose/typegoose": "^6.2.1 || ^7.0.0",
"mongoose": "^5.10.6"
},
"dependencies": {
"is-class": "^0.0.9",
Expand All @@ -44,8 +44,9 @@
"@semantic-release/git": "9.0.0",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"@typegoose/typegoose": "6.5.0",
"@typegoose/typegoose": "7.4.0",
"@types/jest": "26.0.13",
"@types/mongodb": "^3.5.27",
"@types/mongoose": "5.7.36",
"@types/supertest": "2.0.10",
"commitizen": "4.2.1",
Expand Down
Loading

0 comments on commit b5a0a7c

Please sign in to comment.