Skip to content

Commit

Permalink
Merge branch 'nestjs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelBonnafous authored May 5, 2024
2 parents dd5a842 + 1db72fd commit 17a1d04
Show file tree
Hide file tree
Showing 19 changed files with 540 additions and 1,284 deletions.
1,084 changes: 342 additions & 742 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@
"devDependencies": {
"@apollo/server": "4.10.4",
"@codechecks/client": "0.1.12",
"@commitlint/cli": "19.2.2",
"@commitlint/config-angular": "19.2.2",
"@commitlint/cli": "19.3.0",
"@commitlint/config-angular": "19.3.0",
"@fastify/cors": "9.0.1",
"@fastify/formbody": "7.4.0",
"@fastify/middie": "8.3.0",
"@fastify/multipart": "8.2.0",
"@fastify/static": "7.0.3",
"@fastify/view": "9.0.0",
"@fastify/view": "9.1.0",
"@grpc/grpc-js": "1.10.6",
"@grpc/proto-loader": "0.7.11",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.1.0",
"@nestjs/graphql": "12.1.1",
"@nestjs/mongoose": "10.0.6",
Expand All @@ -107,11 +107,11 @@
"@types/sinon": "17.0.3",
"@types/supertest": "2.0.16",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"amqp-connection-manager": "4.1.14",
"amqplib": "0.10.4",
"artillery": "2.0.10",
"artillery": "2.0.11",
"body-parser": "1.20.2",
"bytes": "3.1.2",
"cache-manager": "5.5.1",
Expand Down Expand Up @@ -151,11 +151,11 @@
"lint-staged": "15.2.2",
"markdown-table": "2.0.0",
"mocha": "10.4.0",
"mongoose": "8.3.2",
"mqtt": "5.5.2",
"mongoose": "8.3.3",
"mqtt": "5.5.5",
"multer": "1.4.4",
"mysql2": "3.9.6",
"nats": "2.22.0",
"mysql2": "3.9.7",
"nats": "2.23.0",
"nodemon": "3.1.0",
"nyc": "14.1.1",
"prettier": "3.2.5",
Expand All @@ -165,13 +165,13 @@
"sinon-chai": "3.7.0",
"socket.io-client": "4.7.5",
"subscriptions-transport-ws": "0.11.0",
"supertest": "6.3.3",
"supertest": "7.0.0",
"ts-morph": "22.0.0",
"ts-node": "10.9.2",
"typeorm": "0.3.20",
"typescript": "5.4.5",
"wrk": "1.2.1",
"ws": "8.16.0"
"ws": "8.17.0"
},
"engines": {
"node": ">= 16"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"tslib": "2.6.2",
"ws": "8.16.0"
"ws": "8.17.0"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
Expand Down
14 changes: 7 additions & 7 deletions sample/05-sql-typeorm/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.3.2",
"@nestjs/platform-express": "10.3.2",
"@nestjs/typeorm": "10.0.1",
"mysql2": "3.9.4",
"mysql2": "3.9.7",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
Expand Down
14 changes: 7 additions & 7 deletions sample/07-sequelize/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/07-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.3.2",
"@nestjs/platform-express": "10.3.2",
"@nestjs/sequelize": "10.0.0",
"mysql2": "3.9.4",
"mysql2": "3.9.7",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
Expand Down
63 changes: 13 additions & 50 deletions sample/31-graphql-federation-code-first/gateway/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
"@nestjs/graphql": "12.0.11",
"@nestjs/platform-express": "10.3.2",
"@nestjs/platform-express": "10.3.8",
"graphql": "16.8.1",
"graphql-tools": "9.0.0",
"reflect-metadata": "0.2.1",
Expand Down

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

Loading

0 comments on commit 17a1d04

Please sign in to comment.