chore: Revert version range to ^ (#11390)

This commit is contained in:
Oli Juhl
2025-02-11 11:35:25 +01:00
committed by GitHub
parent d3bf59bb7a
commit db03738b5f
59 changed files with 441 additions and 441 deletions
+8 -8
View File
@@ -54,7 +54,7 @@
"test": "jest --runInBand --bail --forceExit -- src/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/cli": "~2.4.0",
"@medusajs/cli": "^2.4.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -74,12 +74,12 @@
},
"dependencies": {
"@jercle/yargonaut": "^1.1.5",
"@medusajs/modules-sdk": "~2.4.0",
"@medusajs/orchestration": "~2.4.0",
"@medusajs/telemetry": "~2.4.0",
"@medusajs/types": "~2.4.0",
"@medusajs/utils": "~2.4.0",
"@medusajs/workflows-sdk": "~2.4.0",
"@medusajs/modules-sdk": "^2.4.0",
"@medusajs/orchestration": "^2.4.0",
"@medusajs/telemetry": "^2.4.0",
"@medusajs/types": "^2.4.0",
"@medusajs/utils": "^2.4.0",
"@medusajs/workflows-sdk": "^2.4.0",
"@opentelemetry/api": "^1.9.0",
"@types/express": "^4.17.17",
"chokidar": "^3.4.2",
@@ -97,7 +97,7 @@
"zod": "3.22.4"
},
"peerDependencies": {
"@medusajs/cli": "~2.4.0",
"@medusajs/cli": "^2.4.0",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",