Removed prisma from package.json

This commit is contained in:
2025-01-29 23:27:15 +01:00
parent e57c19defd
commit 7fd33aa36b
2 changed files with 6 additions and 98 deletions

View File

@ -13,7 +13,6 @@
"@mikro-orm/migrations": "^6.4.2",
"@mikro-orm/mysql": "^6.4.2",
"@mikro-orm/reflection": "^6.4.2",
"@prisma/client": "^6.1.0",
"@types/ioredis": "^4.28.10",
"bcryptjs": "^2.4.3",
"bullmq": "^5.13.2",
@ -44,7 +43,6 @@
"eslint-plugin-import": "^2.31.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"prisma": "^6.1.0",
"tsx": "^4.19.2"
}
}