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 21:55:57 +02:00
committed by GitHub
parent afd25846f0
commit 3b4eea08ef
38 changed files with 230 additions and 228 deletions
+2 -2
View File
@@ -35,8 +35,8 @@
"resolve-cwd": "^3.0.0"
},
"peerDependencies": {
"@mikro-orm/core": "*",
"awilix": "*"
"@mikro-orm/core": "5.9.7",
"awilix": "^8.0.1"
},
"scripts": {
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",