diff --git a/.changeset/proud-crabs-marry.md b/.changeset/proud-crabs-marry.md new file mode 100644 index 0000000000..dccefc57ed --- /dev/null +++ b/.changeset/proud-crabs-marry.md @@ -0,0 +1,5 @@ +--- +"medusa-core-utils": patch +--- + +fix(medusa-core-utils): add missing awilix dependency diff --git a/packages/medusa-core-utils/package.json b/packages/medusa-core-utils/package.json index a9a927cfb2..ffa38514a7 100644 --- a/packages/medusa-core-utils/package.json +++ b/packages/medusa-core-utils/package.json @@ -29,5 +29,8 @@ "ts-jest": "^25.5.1", "typescript": "^4.4.4" }, - "gitHead": "a69b1e85be1da3b1b5bc4c5446471252623c8808" + "gitHead": "a69b1e85be1da3b1b5bc4c5446471252623c8808", + "dependencies": { + "awilix": "^8.0.0" + } } diff --git a/yarn.lock b/yarn.lock index 3da215a5f4..6fcb2ba11a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -37867,6 +37867,7 @@ __metadata: version: 0.0.0-use.local resolution: "medusa-core-utils@workspace:packages/medusa-core-utils" dependencies: + awilix: ^8.0.0 cross-env: ^5.2.1 jest: ^25.5.4 rimraf: ^5.0.1