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

@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "^2.3.1",
"@medusajs/framework": "~2.3.1",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -33,7 +33,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "^2.0.0"
"@medusajs/framework": "~2.0.0"
},
"keywords": [
"medusa-plugin",