We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdccf0f commit ebf9a69Copy full SHA for ebf9a69
bun.lockb
21 KB
package.json
@@ -16,15 +16,15 @@
16
"dependencies": {
17
"@discordjs/builders": "^1.13.1",
18
"@discordjs/rest": "^2.6.0",
19
- "@prisma/client": "6",
+ "@prisma/client": "7",
20
"axios": "^1.13.2",
21
"chalk": "5.6.2",
22
"discord.js": "^14.25.1",
23
"hono": "^4.10.7"
24
},
25
"devDependencies": {
26
"@types/bun": "latest",
27
- "prisma": "6",
+ "prisma": "7",
28
"typescript": "^5.9.3"
29
}
30
0 commit comments