Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
move prisma to the main dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgilangjanuar committed May 11, 2022
1 parent 4290892 commit 0993bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"nanoid": "^3.1.25",
"pg": "^8.7.1",
"pg-connection-string": "^2.5.0",
"prisma": "^3.14.0",
"redis": "^4.0.1",
"serialize-error": "^8.1.0",
"serverless-http": "^3.0.1",
Expand Down Expand Up @@ -77,7 +78,6 @@
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"nodemon": "^2.0.12",
"prisma": "^3.14.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^4.4.2"
Expand Down

0 comments on commit 0993bb3

Please sign in to comment.