chore: peer dependency version (#8771)
* fix peer dependency version * dotenv * commands * dotenv cli
This commit is contained in:
committed by
GitHub
parent
afd25846f0
commit
3b4eea08ef
@@ -44,9 +44,9 @@
|
||||
"@medusajs/utils": "^1.11.9"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user