Skip to content

Commit f541fb0

Browse files
committed
fix: Fix prisma version
1 parent 56f1131 commit f541fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"devDependencies": {
3333
"@biomejs/biome": "1.9.4",
3434
"@types/node": "^22.9.0",
35-
"prisma": "^5.22.0",
3635
"rimraf": "^6.0.1",
3736
"typescript": "^5.6.3"
3837
},
3938
"dependencies": {
4039
"@prisma/client": "^5.22.0"
40+
"prisma": "^5.22.0",
4141
}
4242
}

0 commit comments

Comments
 (0)