Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 27, 2021
1 parent 1e5f60e commit 6d1c02b
Show file tree
Hide file tree
Showing 58 changed files with 960 additions and 960 deletions.
56 changes: 28 additions & 28 deletions sample/01-cats-app/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 sample/01-cats-app/package.json
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "7.6.6",
"@nestjs/core": "7.6.6",
"@nestjs/platform-express": "7.6.6",
"@nestjs/common": "7.6.7",
"@nestjs/core": "7.6.7",
"@nestjs/platform-express": "7.6.7",
"class-transformer": "0.3.2",
"class-validator": "0.13.1",
"reflect-metadata": "0.1.13",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nestjs/cli": "7.5.4",
"@nestjs/schematics": "7.2.7",
"@nestjs/testing": "7.6.6",
"@nestjs/testing": "7.6.7",
"@types/express": "4.17.11",
"@types/jest": "26.0.20",
"@types/node": "14.14.22",
Expand Down
84 changes: 42 additions & 42 deletions sample/02-gateways/package-lock.json

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

12 changes: 6 additions & 6 deletions sample/02-gateways/package.json
Expand Up @@ -19,11 +19,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "7.6.6",
"@nestjs/core": "7.6.6",
"@nestjs/platform-express": "7.6.6",
"@nestjs/platform-socket.io": "7.6.6",
"@nestjs/websockets": "7.6.6",
"@nestjs/common": "7.6.7",
"@nestjs/core": "7.6.7",
"@nestjs/platform-express": "7.6.7",
"@nestjs/platform-socket.io": "7.6.7",
"@nestjs/websockets": "7.6.7",
"class-transformer": "0.3.2",
"class-validator": "0.13.1",
"reflect-metadata": "0.1.13",
Expand All @@ -37,7 +37,7 @@
"@types/ws": "7.4.0",
"@nestjs/cli": "7.5.4",
"@nestjs/schematics": "7.2.7",
"@nestjs/testing": "7.6.6",
"@nestjs/testing": "7.6.7",
"@types/express": "4.17.11",
"@types/node": "14.14.22",
"@types/supertest": "2.0.10",
Expand Down

0 comments on commit 6d1c02b

Please sign in to comment.