fix: Medusa package version should use ~ instead of ^ (#11077)
RESOLVES FRMW-2859
This commit is contained in:
committed by
GitHub
parent
91112b4365
commit
9321920227
@@ -36,8 +36,8 @@
|
||||
"orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^2.3.1",
|
||||
"@medusajs/test-utils": "^2.3.1",
|
||||
"@medusajs/framework": "~2.3.1",
|
||||
"@medusajs/test-utils": "~2.3.1",
|
||||
"@mikro-orm/cli": "6.4.3",
|
||||
"@mikro-orm/core": "6.4.3",
|
||||
"@mikro-orm/knex": "6.4.3",
|
||||
@@ -51,7 +51,7 @@
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@medusajs/framework": "~2.0.0",
|
||||
"@mikro-orm/core": "6.4.3",
|
||||
"@mikro-orm/knex": "6.4.3",
|
||||
"@mikro-orm/migrations": "6.4.3",
|
||||
|
||||
Reference in New Issue
Block a user