chore: peer dependency version (#8771)

* fix peer dependency version

* dotenv

* commands

* dotenv cli
This commit is contained in:
Carlos R. L. Rodrigues
2024-08-26 16:55:57 -03:00
committed by GitHub
parent afd25846f0
commit 3b4eea08ef
38 changed files with 230 additions and 228 deletions

View File

@@ -51,9 +51,9 @@
"cron-parser": "^4.9.0"
},
"peerDependencies": {
"@mikro-orm/core": "*",
"@mikro-orm/migrations": "*",
"@mikro-orm/postgresql": "*",
"awilix": "*"
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
"awilix": "^8.0.1"
}
}