Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v9.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 16, 2022
1 parent 4b7fd19 commit aa78e0d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions typescript/graphql-nestjs-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"dependencies": {
"@nestjs/apollo": "10.0.19",
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/common": "9.0.11",
"@nestjs/core": "9.0.11",
"@nestjs/graphql": "10.0.21",
"@nestjs/platform-express": "9.0.9",
"@nestjs/platform-express": "9.0.11",
"@prisma/client": "4.2.1",
"apollo-server-express": "3.10.1",
"graphql": "16.5.0",
Expand All @@ -55,7 +55,7 @@
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.9",
"@nestjs/testing": "9.0.11",
"@types/express": "4.17.13",
"@types/jest": "28.1.7",
"@types/node": "16.11.49",
Expand Down
8 changes: 4 additions & 4 deletions typescript/graphql-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"dependencies": {
"@nestjs/apollo": "10.0.19",
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/common": "9.0.11",
"@nestjs/core": "9.0.11",
"@nestjs/graphql": "10.0.21",
"@nestjs/platform-express": "9.0.9",
"@nestjs/platform-express": "9.0.11",
"@prisma/client": "4.2.1",
"apollo-server-express": "3.10.1",
"class-validator": "0.13.2",
Expand All @@ -55,7 +55,7 @@
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.9",
"@nestjs/testing": "9.0.11",
"@types/express": "4.17.13",
"@types/jest": "28.1.7",
"@types/node": "16.11.49",
Expand Down
8 changes: 4 additions & 4 deletions typescript/rest-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
}
},
"dependencies": {
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/platform-express": "9.0.9",
"@nestjs/common": "9.0.11",
"@nestjs/core": "9.0.11",
"@nestjs/platform-express": "9.0.11",
"@prisma/client": "4.2.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand All @@ -49,7 +49,7 @@
"devDependencies": {
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.9",
"@nestjs/testing": "9.0.11",
"@types/express": "4.17.13",
"@types/jest": "28.1.7",
"@types/node": "16.11.49",
Expand Down

0 comments on commit aa78e0d

Please sign in to comment.