Feature/upgrade prisma to version 3.6.0 (#518)

* Upgrade prisma from version 2.30.2 to 3.6.0

* Update changelog
This commit is contained in:
Thomas Kaul
2021-12-05 16:52:24 +01:00
committed by GitHub
parent 1beb4de62f
commit aed8f5cf04
10 changed files with 33 additions and 29 deletions

View File

@ -69,7 +69,7 @@
"@nestjs/schedule": "1.0.2",
"@nestjs/serve-static": "2.2.2",
"@nrwl/angular": "13.2.2",
"@prisma/client": "2.30.2",
"@prisma/client": "3.6.0",
"@simplewebauthn/browser": "4.1.0",
"@simplewebauthn/server": "4.1.0",
"@simplewebauthn/typescript-types": "4.0.0",
@ -105,7 +105,6 @@
"passport": "0.4.1",
"passport-google-oauth20": "2.0.0",
"passport-jwt": "4.0.0",
"prisma": "2.30.2",
"reflect-metadata": "0.1.13",
"round-to": "5.0.0",
"rxjs": "7.4.0",
@ -162,6 +161,7 @@
"jest": "27.2.3",
"jest-preset-angular": "11.0.0",
"prettier": "2.3.2",
"prisma": "3.6.0",
"replace-in-file": "6.2.0",
"rimraf": "3.0.2",
"ts-jest": "27.0.5",