Skip to content

Commit

Permalink
upgrades to prisma version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhappyma committed Dec 30, 2024
1 parent c33f3b4 commit ed96197
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 24 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.1.1",
"@prisma/client": "^6.1.0",
"@sentry/node": "^7.91.0",
"aws-sdk": "^2.1565.0",
"discord.js": "^14.13.0",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.14.8",
"prisma": "^5.1.1",
"prisma": "^6.1.0",
"typescript": "^5.5.2"
}
}
78 changes: 56 additions & 22 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 ed96197

Please sign in to comment.