Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent e818b5c commit 7d5446c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions orm/nest-graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@apollo/server": "4.11.3",
"@graphql-tools/schema": "10.0.16",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.5",
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.15",
"@nestjs/platform-express": "11.0.5",
"@prisma/client": "5.22.0",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
Expand All @@ -54,9 +54,9 @@
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
Expand Down
12 changes: 6 additions & 6 deletions orm/nest-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"dependencies": {
"@apollo/server": "4.11.3",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.5",
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.15",
"@nestjs/platform-express": "11.0.5",
"@prisma/client": "5.22.0",
"class-validator": "0.14.1",
"graphql": "16.10.0",
Expand All @@ -53,9 +53,9 @@
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
Expand Down
12 changes: 6 additions & 6 deletions orm/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
},
"dependencies": {
"@prisma/client": "5.22.0",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.5",
"@nestjs/platform-express": "11.0.5",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@nestjs/cli": "11.0.2",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.5",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
Expand Down

0 comments on commit 7d5446c

Please sign in to comment.