fix: mikro orm juiste versies

This commit is contained in:
Laure Jablonski 2025-03-12 22:04:59 +01:00
parent 897549a1e0
commit 656f7f15b7
2 changed files with 79 additions and 110 deletions

View file

@ -14,9 +14,9 @@
"test:unit": "vitest"
},
"dependencies": {
"@mikro-orm/core": "^6.4.6",
"@mikro-orm/postgresql": "^6.4.6",
"@mikro-orm/reflection": "^6.4.6",
"@mikro-orm/core": "6.4.6",
"@mikro-orm/postgresql": "6.4.6",
"@mikro-orm/reflection": "6.4.6",
"@mikro-orm/sqlite": "6.4.6",
"@types/cors": "^2.8.17",
"@types/js-yaml": "^4.0.9",
@ -40,7 +40,7 @@
"winston-loki": "^6.1.3"
},
"devDependencies": {
"@mikro-orm/cli": "^6.4.6",
"@mikro-orm/cli": "6.4.6",
"@types/express": "^5.0.0",
"@types/node": "^22.13.4",
"@types/response-time": "^2.3.8",