fix: Medusa package version should use ~ instead of ^ (#11077)
RESOLVES FRMW-2859
This commit is contained in:
committed by
GitHub
parent
91112b4365
commit
9321920227
@@ -15,8 +15,8 @@
|
||||
"dependencies": {
|
||||
"@mdx-js/loader": "^3.1.0",
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
"@medusajs/icons": "^2.0.0",
|
||||
"@medusajs/ui": "^3.0.0",
|
||||
"@medusajs/icons": "~2.0.0",
|
||||
"@medusajs/ui": "~3.0.0",
|
||||
"@next/mdx": "15.0.4",
|
||||
"@react-hook/resize-observer": "^2.0.2",
|
||||
"@readme/openapi-parser": "^2.5.0",
|
||||
|
||||
Reference in New Issue
Block a user