Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.1.3 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 10, 2020
1 parent 2a735fe commit e88ba77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/application/files/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@nestjs/common": "7.1.2",
"@nestjs/core": "7.1.2",
"@nestjs/platform-express": "7.1.2",
"@nestjs/common": "7.1.3",
"@nestjs/core": "7.1.3",
"@nestjs/platform-express": "7.1.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5"
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.2",
"@nestjs/testing": "7.1.3",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@types/express": "4.17.6",
Expand Down

0 comments on commit e88ba77

Please sign in to comment.