Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jmcdo29/testing-nestjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Nov 29, 2019
2 parents 0cc76e5 + 2789cae commit d37060f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
110 changes: 55 additions & 55 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@nestjs/common": "^6.10.2",
"@nestjs/core": "^6.10.2",
"@nestjs/common": "^6.10.3",
"@nestjs/core": "^6.10.3",
"@nestjs/graphql": "^6.5.3",
"@nestjs/mongoose": "^6.1.2",
"@nestjs/platform-express": "^6.10.2",
"@nestjs/platform-socket.io": "^6.10.2",
"@nestjs/platform-express": "^6.10.3",
"@nestjs/platform-socket.io": "^6.10.3",
"@nestjs/serve-static": "^1.0.2",
"@nestjs/typeorm": "^6.2.0",
"@nestjs/websockets": "^6.10.2",
"@nestjs/websockets": "^6.10.3",
"apollo-server-express": "^2.9.12",
"class-transformer": "^0.2.3",
"graphql": "^14.5.8",
"graphql-tools": "^4.0.6",
"mongoose": "^5.7.12",
"mongoose": "^5.7.13",
"pg": "^7.14.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
Expand All @@ -63,9 +63,9 @@
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@golevelup/nestjs-testing": "^0.1.2",
"@nestjs/cli": "^6.12.4",
"@nestjs/cli": "^6.12.6",
"@nestjs/schematics": "^6.7.4",
"@nestjs/testing": "^6.10.2",
"@nestjs/testing": "^6.10.3",
"@types/express": "^4.17.1",
"@types/jest": "^24.0.23",
"@types/mongoose": "^5.5.32",
Expand Down

0 comments on commit d37060f

Please sign in to comment.