Skip to content

Commit

Permalink
⬆️ build(deps): upgrade prisma to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeparziale committed Dec 7, 2024
1 parent 15d9aaa commit 891806b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 61 deletions.
97 changes: 38 additions & 59 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "5.20.0",
"@prisma/client": "6.0.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-slot": "1.1.0",
Expand All @@ -36,7 +36,7 @@
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"prisma": "5.20.0",
"prisma": "6.0.1",
"tailwindcss": "3.4.11",
"typescript": "5.6.2"
}
Expand Down

0 comments on commit 891806b

Please sign in to comment.