chore: dependecies reorg (#8535)

This commit is contained in:
Carlos R. L. Rodrigues
2024-08-23 07:16:04 -03:00
committed by GitHub
parent 59599ac237
commit 058378970a
126 changed files with 958 additions and 1266 deletions

View File

@@ -45,13 +45,15 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.9",
"@medusajs/utils": "^1.11.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
"awilix": "^8.0.0",
"@medusajs/utils": "^1.11.9",
"jsonwebtoken": "^9.0.2",
"scrypt-kdf": "^2.0.1",
"simple-oauth2": "^5.0.0"
},
"peerDependencies": {
"@mikro-orm/core": "*",
"@mikro-orm/migrations": "*",
"@mikro-orm/postgresql": "*",
"awilix": "*"
}
}