Skip to content

Commit

Permalink
chore: update prisma to v6 (#91)
Browse files Browse the repository at this point in the history
## How does this PR impact the user?

No impact.

## Description

<img width="514" alt="Screenshot 2024-12-08 at 15 11 43"
src="https://github.com/user-attachments/assets/7582932e-e38e-4756-bbff-a11ff9dad503">

## Limitations

N/A

## Checklist

- [x] my PR is focused and contains one wholistic change
- [x] I have added screenshots or screen recordings to show the changes
  • Loading branch information
yurijmikhalevich authored Dec 8, 2024
1 parent d5bb60b commit edb0515
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
68 changes: 34 additions & 34 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 @@ -18,7 +18,7 @@
"nuxt": "^3.8.2",
"nuxt-monaco-editor": "^1.2.6",
"postcss": "^8.4.32",
"prisma": "^5.21.1",
"prisma": "^6.0.1",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
"vitest": "^2.1.4",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"type": "module",
"dependencies": {
"@prisma/client": "^5.21.1",
"@prisma/client": "^6.0.1",
"argparse": "^2.0.1",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.6",
Expand Down

0 comments on commit edb0515

Please sign in to comment.