fix(utils, product, pricing, link-modules): add missing dependencies for utils + fix migration path issue (#4915)

* fix: add missing dependencies for utils

* chore: migration path is set from the calling package

* chore: update changeset
This commit is contained in:
Riqwan Thamir
2023-08-31 09:16:02 +02:00
committed by GitHub
parent 4d16acf5f0
commit 87bade096e
15 changed files with 87 additions and 21 deletions

View File

@@ -18,7 +18,6 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.10.2",
"@types/express": "^4.17.17",
"cross-env": "^5.2.1",
"express": "^4.18.2",
@@ -28,6 +27,10 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/types": "^1.10.2",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/migrations": "5.7.12",
"@mikro-orm/postgresql": "5.7.12",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},