Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 3, 2020
2 parents acf5179 + 0fda71e commit 2f0a210
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 38 deletions.
63 changes: 32 additions & 31 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-angular": "8.3.4",
"@nestjs/common": "6.11.3",
"@nestjs/core": "6.11.3",
"@nestjs/platform-express": "6.11.3",
"@nestjs/platform-fastify": "6.11.3",
"@types/jest": "25.1.0",
"@nestjs/common": "6.11.5",
"@nestjs/core": "6.11.5",
"@nestjs/platform-express": "6.11.5",
"@nestjs/platform-fastify": "6.11.5",
"@types/jest": "25.1.1",
"@types/lodash": "4.14.149",
"@types/node": "11.15.0",
"express": "4.17.1",
"fastify-swagger": "2.5.0",
"husky": "4.2.1",
"jest": "25.1.0",
"lint-staged": "10.0.3",
"lint-staged": "10.0.7",
"prettier": "1.19.1",
"reflect-metadata": "0.1.13",
"release-it": "12.4.3",
"swagger-parser": "8.0.4",
"swagger-ui-express": "4.1.3",
"ts-jest": "25.0.0",
"ts-jest": "25.1.0",
"typescript": "3.7.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 2f0a210

Please sign in to comment.