Skip to content

Commit 6bda943

Browse files
chore: bump prisma (#6746)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated Prisma dependencies to version 6.7.0 in multiple example projects for improved compatibility and performance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 9064a9b commit 6bda943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"singleQuote": true
4141
},
4242
"dependencies": {
43-
"@prisma/client": "^5.12.1",
43+
"@prisma/client": "^6.7.0",
4444
"@tanstack/react-query": "^5.74.7",
4545
"@trpc/client": "npm:@trpc/client",
4646
"@trpc/next": "npm:@trpc/next",
@@ -71,7 +71,7 @@
7171
"npm-run-all": "^4.1.5",
7272
"postcss": "^8.4.39",
7373
"prettier": "^3.3.3",
74-
"prisma": "^5.12.1",
74+
"prisma": "^6.7.0",
7575
"start-server-and-test": "^1.12.0",
7676
"tailwindcss": "^3.4.6",
7777
"typescript": "^5.8.2",

0 commit comments

Comments
 (0)