Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nestjs/nest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Aug 9, 2021
2 parents 2d33427 + ce6e034 commit 664f531
Show file tree
Hide file tree
Showing 74 changed files with 4,967 additions and 2,833 deletions.
194 changes: 101 additions & 93 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@grpc/proto-loader": "0.6.4",
"@nestjs/graphql": "8.0.2",
"@nestjs/mongoose": "8.0.0",
"@nestjs/typeorm": "8.0.1",
"@nestjs/typeorm": "8.0.2",
"@types/amqplib": "0.8.1",
"@types/bytes": "3.1.1",
"@types/cache-manager": "3.4.2",
Expand Down Expand Up @@ -111,22 +111,22 @@
"chai-as-promised": "7.1.1",
"clang-format": "1.5.0",
"commitlint-circle": "1.0.0",
"concurrently": "6.2.0",
"concurrently": "6.2.1",
"conventional-changelog": "3.1.24",
"core-js": "3.16.0",
"core-js": "3.16.1",
"coveralls": "3.1.1",
"delete-empty": "3.0.0",
"engine.io-client": "5.1.2",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-import": "2.24.0",
"eventsource": "1.1.0",
"fancy-log": "1.3.3",
"fastify": "3.20.1",
"fastify-cors": "6.0.2",
"fastify-formbody": "5.1.0",
"fastify-multipart": "4.0.7",
"fastify-static": "4.2.2",
"fastify-static": "4.2.3",
"graphql": "15.5.1",
"graphql-tools": "7.0.5",
"gulp": "4.0.2",
Expand All @@ -142,7 +142,7 @@
"kafkajs": "1.15.0",
"lerna": "2.11.0",
"light-my-request": "4.4.1",
"lint-staged": "11.1.1",
"lint-staged": "11.1.2",
"markdown-table": "2.0.0",
"merge-graphql-schemas": "1.7.8",
"middie": "5.3.0",
Expand All @@ -164,7 +164,7 @@
"subscriptions-transport-ws": "0.9.19",
"supertest": "6.1.4",
"ts-morph": "11.0.3",
"ts-node": "10.1.0",
"ts-node": "10.2.0",
"typeorm": "0.2.36",
"typescript": "4.3.5",
"wrk": "1.2.1",
Expand Down
Loading

0 comments on commit 664f531

Please sign in to comment.