Skip to content

Commit

Permalink
chore(deps): upgrade Prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Dec 22, 2024
1 parent 4f770a0 commit 4d4a6dd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 35 deletions.
64 changes: 32 additions & 32 deletions app/package-lock.json

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

8 changes: 5 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"test": "vitest run --coverage"
"test": "vitest run --coverage",
"db:push": "prisma db push",
"db:generate": "prisma generate"
},
"dependencies": {
"@algolia/autocomplete-js": "1.17.8",
Expand All @@ -18,7 +20,7 @@
"@aws-sdk/s3-request-presigner": "3.715.0",
"@next-auth/prisma-adapter": "1.0.7",
"@paralleldrive/cuid2": "2.2.2",
"@prisma/client": "5.21.1",
"@prisma/client": "5.22.0",
"@radix-ui/react-popover": "1.1.4",
"@radix-ui/react-tooltip": "1.1.6",
"@t3-oss/env-nextjs": "0.11.1",
Expand Down Expand Up @@ -77,7 +79,7 @@
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-tailwindcss": "0.6.9",
"prisma": "5.21.1",
"prisma": "5.22.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"vercel": "39.2.2",
Expand Down

0 comments on commit 4d4a6dd

Please sign in to comment.