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 @@
|
||||
"zod": "^3.22"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "^2.3.1"
|
||||
"@medusajs/admin-shared": "~2.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"zod": "^3.22"
|
||||
|
||||
Reference in New Issue
Block a user