Update api/package.json
Browse files- api/package.json +4 -4
api/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"postbuild": "test -f keys || (node -e \"console.log(require('crypto').randomBytes(48).toString('base64'));\" > keys && node -e \"console.log(require('crypto').randomBytes(48).toString('base64'));\" >> keys)"
|
| 12 |
},
|
| 13 |
"dependencies": {
|
| 14 |
-
"@prisma/client": "^4.
|
| 15 |
"@types/moment": "^2.13.0",
|
| 16 |
"axios": "^0.21.4",
|
| 17 |
"bcryptjs": "^2.4.3",
|
|
@@ -43,7 +43,7 @@
|
|
| 43 |
"nanoid": "^3.1.25",
|
| 44 |
"pg": "^8.7.1",
|
| 45 |
"pg-connection-string": "^2.5.0",
|
| 46 |
-
"prisma": "^4.
|
| 47 |
"redis": "^4.0.1",
|
| 48 |
"serialize-error": "^8.1.0",
|
| 49 |
"serverless-http": "^3.0.1",
|
|
@@ -85,6 +85,6 @@
|
|
| 85 |
"nodemon": "^2.0.12",
|
| 86 |
"reflect-metadata": "^0.1.13",
|
| 87 |
"rimraf": "^3.0.2",
|
| 88 |
-
"typescript": "^4.
|
| 89 |
}
|
| 90 |
-
}
|
|
|
|
| 11 |
"postbuild": "test -f keys || (node -e \"console.log(require('crypto').randomBytes(48).toString('base64'));\" > keys && node -e \"console.log(require('crypto').randomBytes(48).toString('base64'));\" >> keys)"
|
| 12 |
},
|
| 13 |
"dependencies": {
|
| 14 |
+
"@prisma/client": "^4.16.1",
|
| 15 |
"@types/moment": "^2.13.0",
|
| 16 |
"axios": "^0.21.4",
|
| 17 |
"bcryptjs": "^2.4.3",
|
|
|
|
| 43 |
"nanoid": "^3.1.25",
|
| 44 |
"pg": "^8.7.1",
|
| 45 |
"pg-connection-string": "^2.5.0",
|
| 46 |
+
"prisma": "^4.16.1",
|
| 47 |
"redis": "^4.0.1",
|
| 48 |
"serialize-error": "^8.1.0",
|
| 49 |
"serverless-http": "^3.0.1",
|
|
|
|
| 85 |
"nodemon": "^2.0.12",
|
| 86 |
"reflect-metadata": "^0.1.13",
|
| 87 |
"rimraf": "^3.0.2",
|
| 88 |
+
"typescript": "^4.4.2"
|
| 89 |
}
|
| 90 |
+
}
|