Skip to content

Commit

Permalink
fix(deps): update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 17, 2024
1 parent 3897e85 commit f455f2b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions typescript/graphql-nestjs-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@apollo/server": "4.11.0",
"@graphql-tools/schema": "10.0.7",
"@nestjs/apollo": "12.2.0",
"@nestjs/common": "10.4.4",
"@nestjs/core": "10.4.4",
"@nestjs/common": "10.4.5",
"@nestjs/core": "10.4.5",
"@nestjs/graphql": "12.2.0",
"@nestjs/platform-express": "10.4.4",
"@nestjs/platform-express": "10.4.5",
"@prisma/client": "5.21.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
Expand All @@ -55,8 +55,8 @@
},
"devDependencies": {
"@nestjs/cli": "10.4.5",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.4",
"@nestjs/schematics": "10.2.0",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
Expand Down
10 changes: 5 additions & 5 deletions typescript/graphql-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"dependencies": {
"@apollo/server": "4.11.0",
"@nestjs/apollo": "12.2.0",
"@nestjs/common": "10.4.4",
"@nestjs/core": "10.4.4",
"@nestjs/common": "10.4.5",
"@nestjs/core": "10.4.5",
"@nestjs/graphql": "12.2.0",
"@nestjs/platform-express": "10.4.4",
"@nestjs/platform-express": "10.4.5",
"@prisma/client": "5.21.0",
"class-validator": "0.14.1",
"graphql": "16.9.0",
Expand All @@ -54,8 +54,8 @@
},
"devDependencies": {
"@nestjs/cli": "10.4.5",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.4",
"@nestjs/schematics": "10.2.0",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
Expand Down
10 changes: 5 additions & 5 deletions typescript/rest-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
},
"dependencies": {
"@prisma/client": "5.21.0",
"@nestjs/common": "10.4.4",
"@nestjs/core": "10.4.4",
"@nestjs/platform-express": "10.4.4",
"@nestjs/common": "10.4.5",
"@nestjs/core": "10.4.5",
"@nestjs/platform-express": "10.4.5",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.4.5",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.4",
"@nestjs/schematics": "10.2.0",
"@nestjs/testing": "10.4.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.13",
"@types/node": "20.16.12",
Expand Down

0 comments on commit f455f2b

Please sign in to comment.