fix: Medusa package version should use ~ instead of ^ (#11077)
RESOLVES FRMW-2859
This commit is contained in:
committed by
GitHub
parent
91112b4365
commit
9321920227
@@ -25,7 +25,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^2.3.1",
|
||||
"@medusajs/framework": "~2.3.1",
|
||||
"@mikro-orm/core": "6.4.3",
|
||||
"@mikro-orm/knex": "6.4.3",
|
||||
"@mikro-orm/migrations": "6.4.3",
|
||||
@@ -45,8 +45,8 @@
|
||||
"randomatic": "^3.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@medusajs/medusa": "^2.0.0",
|
||||
"@medusajs/framework": "~2.0.0",
|
||||
"@medusajs/medusa": "~2.0.0",
|
||||
"@mikro-orm/postgresql": "6.4.3",
|
||||
"awilix": "^8.0.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user