Skip to content

Commit

Permalink
fix - Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlariCode committed Mar 31, 2020
1 parent ba440ed commit 6b4383d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
71 changes: 38 additions & 33 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.7",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@types/amqp-connection-manager": "^2.0.8",
"@types/amqplib": "^0.5.13",
Expand All @@ -44,8 +44,8 @@
"jest": "^25.2.4",
"rxjs": "^6.5.4",
"ts-jest": "^25.3.0",
"ts-node": "^7.0.1",
"tslint": "^5.8.0",
"ts-node": "^8.8.1",
"tslint": "^6.1.0",
"typescript": "^3.8.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 6b4383d

Please sign in to comment.