Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump @prisma/client from 4.16.2 to 5.1.0 #2152

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@nozomuikuta/h3-cors": "^0.2.2",
"@pinia/nuxt": "^0.4.11",
"@popperjs/core": "^2.11.8",
"@prisma/client": "^4.16.2",
"@prisma/client": "^5.1.0",
"@variantjs/core": "^0.0.90",
"@variantjs/vue": "^0.0.22",
"@vee-validate/zod": "^4.10.5",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4924,24 +4924,24 @@ __metadata:
languageName: node
linkType: hard

"@prisma/client@npm:^4.16.2":
version: 4.16.2
resolution: "@prisma/client@npm:4.16.2"
"@prisma/client@npm:^5.1.0":
version: 5.1.0
resolution: "@prisma/client@npm:5.1.0"
dependencies:
"@prisma/engines-version": 4.16.1-1.4bc8b6e1b66cb932731fb1bdbbc550d1e010de81
"@prisma/engines-version": 5.1.0-28.a9b7003df90aa623086e4d6f4e43c72468e6339b
peerDependencies:
prisma: "*"
peerDependenciesMeta:
prisma:
optional: true
checksum: 38e1356644a764946c69c8691ea4bbed0ba37739d833a435625bd5435912bed4b9bdd7c384125f3a4ab8128faf566027985c0f0840a42741c338d72e40b5d565
checksum: d04c4cbbd1df7a8dda37544afb219eab23c31a48cdc2b78ec32edf27594682757b1b4ce0d74c7945863ae583390a97a33773ee34dba591cd7efe564751df0a09
languageName: node
linkType: hard

"@prisma/engines-version@npm:4.16.1-1.4bc8b6e1b66cb932731fb1bdbbc550d1e010de81":
version: 4.16.1-1.4bc8b6e1b66cb932731fb1bdbbc550d1e010de81
resolution: "@prisma/engines-version@npm:4.16.1-1.4bc8b6e1b66cb932731fb1bdbbc550d1e010de81"
checksum: b42c6abe7c1928e546f15449e40ffa455701ef2ab1f62973628ecb4e19ff3652e34609a0d83196d1cbd0864adb44c55e082beec852b11929acf1c15fb57ca45a
"@prisma/engines-version@npm:5.1.0-28.a9b7003df90aa623086e4d6f4e43c72468e6339b":
version: 5.1.0-28.a9b7003df90aa623086e4d6f4e43c72468e6339b
resolution: "@prisma/engines-version@npm:5.1.0-28.a9b7003df90aa623086e4d6f4e43c72468e6339b"
checksum: 8c88311d29e0f7f218d0eddc6bc462e6447e68f147dfb683a51583a00248d668f86928536c30ce812f022d761cb80bf297fe3139716b72f9b0705a3e75f390fa
languageName: node
linkType: hard

Expand Down Expand Up @@ -14479,7 +14479,7 @@ __metadata:
"@nuxtjs/tailwindcss": 6.8.0
"@pinia/nuxt": ^0.4.11
"@popperjs/core": ^2.11.8
"@prisma/client": ^4.16.2
"@prisma/client": ^5.1.0
"@storybook/core-server": ^7.0.26
"@storybook/vue3": ^7.0.26
"@storybook/vue3-vite": 7.0.26
Expand Down
Loading