fix: Medusa package version should use ~ instead of ^ (#11077)

RESOLVES FRMW-2859
This commit is contained in:
Adrien de Peretti
2025-01-22 15:15:30 +00:00
committed by GitHub
parent 91112b4365
commit 9321920227
67 changed files with 452 additions and 440 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@medusajs/icons": "^2.0.0",
"@medusajs/icons": "~2.0.0",
"@next/mdx": "15.0.4",
"clsx": "^2.1.0",
"docs-ui": "*",