Skip to content

Commit

Permalink
Update Prisma to the newest version. (#1906)
Browse files Browse the repository at this point in the history
<!--
Thanks for opening a PR! Your contribution is much appreciated!
-->

## Bug

- [x] Related issues linked using `closes: #number`

## Feature

- [x] Related issues linked using `closes: #number`
- [ ] There is only 1 db migration with no breaking changes.

## Translations

- [ ] `.json` files are formatted: `pnpm format`
- [ ] Translations are correct
- [ ] New translation? It's been added to `i18n.config.mjs`
  • Loading branch information
Infiniti-Development authored Feb 11, 2024
1 parent 47faaa4 commit 0c7c71c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@discordjs/rest": "^2.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.6.0",
"@prisma/client": "^5.9.1",
"@sentry/node": "^7.81.0",
"@snailycad/audit-logger": "workspace:*",
"@snailycad/config": "^1.79.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"nanoid": "^3.3.4",
"nodemon": "^3.0.1",
"otplib": "^12.0.1",
"prisma": "^5.6.0",
"prisma": "^5.9.1",
"puppeteer": "^21.5.2",
"qrcode": "^1.5.3",
"reflect-metadata": "^0.1.13",
Expand Down
22 changes: 11 additions & 11 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 0c7c71c

Please sign in to comment.