Database Connection Update #4

Merged
humenius merged 49 commits from feature/database-connection into master 2021-02-08 03:16:51 +01:00
2 changed files with 1009 additions and 2072 deletions
Showing only changes of commit 4fe3d6a984 - Show all commits

3071
backend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,8 +21,8 @@
},
"dependencies": {
"@nestjs/common": "^7.6.5",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/core": "^7.6.5",
"@nestjs/platform-express": "^7.6.5",
"@prisma/client": "^2.14.0",
"node-fetch": "^2.6.1",
"reflect-metadata": "^0.1.13",
@@ -31,9 +31,9 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@nestjs/cli": "^7.0.0",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nestjs/cli": "^7.5.4",
"@nestjs/schematics": "^7.2.6",
"@nestjs/testing": "^7.6.5",
"@prisma/cli": "^2.14.0",
"@types/express": "^4.17.3",
"@types/jest": "25.1.4",