Skip to content

Commit

Permalink
Upgrade Prisma to last of major 3 #200
Browse files Browse the repository at this point in the history
  • Loading branch information
paazmaya committed Jul 5, 2023
1 parent 7a47481 commit fd7ba3f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 68 deletions.
117 changes: 51 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/swagger": "^5.2.0",
"@nestjs/terminus": "^8.0.8",
"@nestjs/websockets": "^8.4.1",
"@prisma/client": "2.12.1",
"@prisma/client": "^3.15.2",
"ajv": "^8.10.0",
"bcryptjs": "^2.4.3",
"cache-manager": "^3.6.0",
Expand All @@ -58,7 +58,6 @@
"@nestjs/cli": "^8.2.3",
"@nestjs/schematics": "^8.0.8",
"@nestjs/testing": "^8.4.1",
"@prisma/cli": "2.12.1",
"@types/bcryptjs": "^2.4.2",
"@types/cache-manager": "^3.4.3",
"@types/cron": "^1.7.3",
Expand All @@ -80,6 +79,7 @@
"eslint-plugin-import": "^2.25.4",
"jest": "^27.5.1",
"prettier": "^2.6.0",
"prisma": "^3.15.2",
"supertest": "^6.2.2",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.8",
Expand Down

0 comments on commit fd7ba3f

Please sign in to comment.