feature: bundle all modules (#9324)

This commit is contained in:
Harminder Virk
2024-09-30 12:34:03 +05:30
committed by GitHub
parent a4fc9d6e0b
commit a578313db9
81 changed files with 640 additions and 226 deletions

View File

@@ -52,14 +52,14 @@
},
"dependencies": {
"bullmq": "5.13.0",
"ioredis": "^5.4.1"
"ioredis": "^5.4.1",
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "^0.0.1",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
"awilix": "^8.0.1"
}
}