Skip to content

Commit

Permalink
Merge pull request #11377 from nestjs/renovate/nest-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update nest monorepo
  • Loading branch information
kamilmysliwiec authored Mar 27, 2023
2 parents c0bff9c + aebed92 commit d2de15a
Show file tree
Hide file tree
Showing 37 changed files with 181 additions and 181 deletions.
10 changes: 5 additions & 5 deletions sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"reflect-metadata": "0.1.13",
Expand All @@ -30,8 +30,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/jest": "28.1.4",
"@types/node": "18.0.3",
Expand Down
14 changes: 7 additions & 7 deletions sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/platform-socket.io": "9.0.1",
"@nestjs/websockets": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"@nestjs/platform-socket.io": "9.3.12",
"@nestjs/websockets": "9.3.12",
"@socket.io/redis-adapter": "7.2.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
Expand All @@ -34,8 +34,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
Expand Down
12 changes: 6 additions & 6 deletions sample/03-microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/microservices": "9.0.1",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/microservices": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"reflect-metadata": "0.1.13",
Expand All @@ -31,8 +31,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/amqplib": "0.8.2",
"@types/express": "4.17.13",
"@types/node": "18.0.3",
Expand Down
12 changes: 6 additions & 6 deletions sample/04-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"dependencies": {
"@grpc/grpc-js": "1.6.7",
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/microservices": "9.0.1",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/microservices": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"reflect-metadata": "0.1.13",
Expand All @@ -32,8 +32,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
Expand Down
10 changes: 5 additions & 5 deletions sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"@nestjs/typeorm": "9.0.0",
"mysql2": "2.3.3",
"reflect-metadata": "0.1.13",
Expand All @@ -31,8 +31,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/jest": "28.1.4",
"@types/node": "18.0.3",
Expand Down
10 changes: 5 additions & 5 deletions sample/06-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/mongoose": "9.2.0",
"@nestjs/platform-express": "9.0.1",
"@nestjs/platform-express": "9.3.12",
"mongoose": "6.4.6",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.5"
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/jest": "28.1.4",
"@types/node": "18.0.3",
Expand Down
10 changes: 5 additions & 5 deletions sample/07-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"@nestjs/sequelize": "9.0.0",
"mysql2": "2.3.3",
"reflect-metadata": "0.1.13",
Expand All @@ -33,8 +33,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/jest": "28.1.4",
"@types/node": "18.0.3",
Expand Down
8 changes: 4 additions & 4 deletions sample/08-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.5",
"typescript": "4.7.4"
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@types/node": "18.0.3",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
Expand Down
12 changes: 6 additions & 6 deletions sample/09-babel-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/microservices": "9.0.1",
"@nestjs/websockets": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"@nestjs/microservices": "9.3.12",
"@nestjs/websockets": "9.3.12",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.5"
},
Expand All @@ -30,7 +30,7 @@
"@babel/preset-env": "7.20.2",
"@babel/register": "7.21.0",
"@babel/runtime": "7.21.0",
"@nestjs/testing": "9.0.1",
"@nestjs/testing": "9.3.12",
"jest": "28.1.2",
"nodemon": "2.0.19",
"prettier": "2.7.1",
Expand Down
10 changes: 5 additions & 5 deletions sample/10-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-fastify": "9.2.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-fastify": "9.3.12",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"reflect-metadata": "0.1.13",
Expand All @@ -30,8 +30,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
Expand Down
10 changes: 5 additions & 5 deletions sample/11-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"@nestjs/swagger": "6.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
Expand All @@ -31,8 +31,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
Expand Down
8 changes: 4 additions & 4 deletions sample/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@apollo/server": "4.4.1",
"@graphql-tools/utils": "9.2.1",
"@nestjs/apollo": "11.0.0",
"@nestjs/common": "9.3.9",
"@nestjs/core": "9.3.9",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/graphql": "11.0.0",
"@nestjs/platform-express": "9.3.9",
"@nestjs/platform-express": "9.3.12",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"graphql": "16.6.0",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@nestjs/cli": "9.2.0",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.9",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.17",
"@types/node": "18.15.0",
"@types/supertest": "2.0.12",
Expand Down
10 changes: 5 additions & 5 deletions sample/13-mongo-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"@nestjs/typeorm": "9.0.0",
"mongodb": "3.6.0",
"reflect-metadata": "0.1.13",
Expand All @@ -31,8 +31,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/jest": "28.1.4",
"@types/node": "18.0.3",
Expand Down
10 changes: 5 additions & 5 deletions sample/14-mongoose-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"mongoose": "6.4.6",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.5"
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/jest": "28.1.4",
"@types/node": "18.0.3",
Expand Down
10 changes: 5 additions & 5 deletions sample/15-mvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"hbs": "4.2.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.5"
},
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
Expand Down
14 changes: 7 additions & 7 deletions sample/16-gateways-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@nestjs/common": "9.0.1",
"@nestjs/core": "9.0.5",
"@nestjs/platform-express": "9.0.1",
"@nestjs/platform-ws": "9.0.1",
"@nestjs/websockets": "9.0.1",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"@nestjs/platform-ws": "9.3.12",
"@nestjs/websockets": "9.3.12",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"rimraf": "3.0.2",
Expand All @@ -34,8 +34,8 @@
"devDependencies": {
"@types/ws": "8.5.3",
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.1",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
Expand Down
Loading

0 comments on commit d2de15a

Please sign in to comment.