Skip to content

Commit

Permalink
chore: Update Prisma dependency to version 5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timia2109 committed Jul 23, 2024
1 parent c18b04e commit ecc18e8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"dev": "next dev",
"postinstall": "prisma generate",
"migrate": "prisma migrate dev",
"lint": "next lint",
Expand Down Expand Up @@ -45,7 +45,7 @@
"postcss": "^8.4.39",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.16.2",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.6"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
Expand Down
63 changes: 47 additions & 16 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 ecc18e8

Please sign in to comment.