chore: remove ranges on medusa packages (#11738)

This commit is contained in:
Oli Juhl
2025-03-06 21:17:05 +08:00
committed by GitHub
parent cc8422d3a1
commit 3b470f4142
63 changed files with 510 additions and 448 deletions

View File

@@ -32,8 +32,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.6.0",
"@medusajs/test-utils": "^2.6.0",
"@medusajs/framework": "2.6.0",
"@medusajs/test-utils": "2.6.0",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -46,7 +46,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "^2.4.0",
"@medusajs/framework": "2.6.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",