Skip to content

Commit

Permalink
fix: update prisma to fix referential issue
Browse files Browse the repository at this point in the history
  • Loading branch information
opti21 committed May 12, 2022
1 parent 88ceb0c commit a8ff2f4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "ISC",
"dependencies": {
"@growthbook/growthbook": "^0.17.0",
"@prisma/client": "^3.12.0",
"@prisma/client": "^3.14.0",
"@sentry/node": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@types/express": "^4.17.13",
Expand All @@ -39,7 +39,7 @@
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"nodemon": "^2.0.15",
"prisma": "^3.12.0",
"prisma": "^3.14.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
}
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8ff2f4

Please sign in to comment.