Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nestjs/mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 14, 2021
2 parents f070da4 + 73f2017 commit 2d811aa
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 63 deletions.
117 changes: 58 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"@nestjs/core": "7.6.5",
"@nestjs/platform-express": "7.6.5",
"@nestjs/testing": "7.6.5",
"@types/jest": "26.0.19",
"@types/jest": "26.0.20",
"@types/node": "11.15.0",
"@typescript-eslint/eslint-plugin": "4.12.0",
"@typescript-eslint/parser": "4.12.0",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"eslint": "7.17.0",
"eslint-config-prettier": "7.1.0",
"eslint-plugin-import": "2.22.1",
"husky": "4.3.7",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"mongoose": "5.11.10",
"mongoose": "5.11.11",
"prettier": "2.2.1",
"reflect-metadata": "0.1.13",
"release-it": "14.2.2",
Expand Down

0 comments on commit 2d811aa

Please sign in to comment.