Skip to content

Commit

Permalink
Merge branch 'ngrok' of https://github.com/uwblueprint/don-efficace i…
Browse files Browse the repository at this point in the history
…nto ngrok
  • Loading branch information
aayushh-patell committed Jun 4, 2024
2 parents b9e81d9 + 70127e7 commit 5419082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.11.0",
"@prisma/client": "^5.14.0",
"@types/graphql-upload": "^8.0.6",
"@types/json2csv": "^5.0.3",
"@types/multer": "^1.4.6",
Expand Down Expand Up @@ -74,7 +74,7 @@
"mongodb-memory-server": "^6.9.6",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",
"prisma": "^5.11.0",
"prisma": "^5.14.0",
"ts-jest": "^27.0.3",
"typescript": "^4.1.5"
},
Expand Down
1 change: 1 addition & 0 deletions backend/typescript/prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-arm64-openssl-3.0.x"]
}

datasource db {
Expand Down

0 comments on commit 5419082

Please sign in to comment.