Skip to content

Commit

Permalink
Merge pull request #227 from kepelrs/renovate/major-nest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update nest monorepo to v9 (major)
  • Loading branch information
kepelrs authored Aug 2, 2022
2 parents bcc6eed + 4ed0d0f commit 3c17a00
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 246 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"author": "Kepelrs",
"module": "dist/nestjs-prisma-crud.esm.js",
"devDependencies": {
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/common": "9.0.7",
"@nestjs/core": "9.0.7",
"@prisma/client": "4.1.1",
"husky": "8.0.1",
"prisma": "4.1.1",
Expand All @@ -52,8 +52,8 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"@prisma/client": "^3.0.2 || ^4.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.3.0"
Expand Down
12 changes: 6 additions & 6 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"scaffold-module": "nest g -c nestjs-prisma-crud-schematics crud-resource"
},
"dependencies": {
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/common": "9.0.7",
"@nestjs/core": "9.0.7",
"@nestjs/mapped-types": "1.0.1",
"@nestjs/platform-express": "8.4.7",
"@nestjs/platform-express": "9.0.7",
"@prisma/client": "4.1.1",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
Expand All @@ -39,9 +39,9 @@
"rxjs": "7.5.6"
},
"devDependencies": {
"@nestjs/cli": "8.2.8",
"@nestjs/schematics": "8.0.11",
"@nestjs/testing": "8.4.7",
"@nestjs/cli": "9.0.0",
"@nestjs/schematics": "9.0.1",
"@nestjs/testing": "9.0.7",
"@types/express": "4.17.13",
"@types/jest": "28.1.6",
"@types/node": "16.11.47",
Expand Down
Loading

0 comments on commit 3c17a00

Please sign in to comment.