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

RESOLVES FRMW-2859
This commit is contained in:
Adrien de Peretti
2025-01-22 16:15:30 +01:00
committed by GitHub
parent 91112b4365
commit 9321920227
67 changed files with 452 additions and 440 deletions

View File

@@ -13,7 +13,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@medusajs/telemetry": "^2.3.1",
"@medusajs/telemetry": "~2.3.1",
"boxen": "^5",
"chalk": "^5.2.0",
"commander": "^10.0.1",