Skip to content

Commit

Permalink
chore(deps): update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 11, 2020
1 parent 66a1231 commit 61ee778
Show file tree
Hide file tree
Showing 58 changed files with 4,104 additions and 1,880 deletions.
226 changes: 141 additions & 85 deletions sample/01-cats-app/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions sample/01-cats-app/package.json
Expand Up @@ -19,19 +19,19 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "7.5.5",
"@nestjs/core": "7.5.5",
"@nestjs/platform-express": "7.5.5",
"@nestjs/common": "7.6.1",
"@nestjs/core": "7.6.1",
"@nestjs/platform-express": "7.6.1",
"class-transformer": "0.3.1",
"class-validator": "0.12.2",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.6.3"
},
"devDependencies": {
"@nestjs/cli": "7.5.3",
"@nestjs/cli": "7.5.4",
"@nestjs/schematics": "7.2.5",
"@nestjs/testing": "7.5.5",
"@nestjs/testing": "7.6.1",
"@types/express": "4.17.9",
"@types/jest": "26.0.18",
"@types/node": "14.14.11",
Expand Down
226 changes: 156 additions & 70 deletions sample/02-gateways/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions sample/02-gateways/package.json
Expand Up @@ -19,11 +19,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "7.5.5",
"@nestjs/core": "7.5.5",
"@nestjs/platform-express": "7.5.5",
"@nestjs/platform-socket.io": "7.5.5",
"@nestjs/websockets": "7.5.5",
"@nestjs/common": "7.6.1",
"@nestjs/core": "7.6.1",
"@nestjs/platform-express": "7.6.1",
"@nestjs/platform-socket.io": "7.6.1",
"@nestjs/websockets": "7.6.1",
"class-transformer": "0.3.1",
"class-validator": "0.12.2",
"reflect-metadata": "0.1.13",
Expand All @@ -35,9 +35,9 @@
"@types/socket.io": "2.1.12",
"@types/socket.io-redis": "1.0.26",
"@types/ws": "7.4.0",
"@nestjs/cli": "7.5.3",
"@nestjs/cli": "7.5.4",
"@nestjs/schematics": "7.2.5",
"@nestjs/testing": "7.5.5",
"@nestjs/testing": "7.6.1",
"@types/express": "4.17.9",
"@types/node": "14.14.11",
"@types/supertest": "2.0.10",
Expand Down

0 comments on commit 61ee778

Please sign in to comment.