Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v8.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 13, 2022
1 parent d1637d9 commit d523871
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 161 deletions.
4 changes: 2 additions & 2 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.4",
"@nestjs/core": "8.4.4",
"@nestjs/common": "8.4.5",
"@nestjs/core": "8.4.5",
"@prisma/client": "3.14.0",
"husky": "8.0.1",
"prisma": "3.14.0",
Expand Down
8 changes: 4 additions & 4 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.4",
"@nestjs/core": "8.4.4",
"@nestjs/common": "8.4.5",
"@nestjs/core": "8.4.5",
"@nestjs/mapped-types": "1.0.1",
"@nestjs/platform-express": "8.4.4",
"@nestjs/platform-express": "8.4.5",
"@prisma/client": "3.14.0",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
Expand All @@ -41,7 +41,7 @@
"devDependencies": {
"@nestjs/cli": "8.2.5",
"@nestjs/schematics": "8.0.11",
"@nestjs/testing": "8.4.4",
"@nestjs/testing": "8.4.5",
"@types/express": "4.17.13",
"@types/jest": "27.5.0",
"@types/node": "16.11.33",
Expand Down
Loading

0 comments on commit d523871

Please sign in to comment.