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

View File

@@ -33,8 +33,8 @@
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/framework": "~2.4.0",
"@medusajs/test-utils": "~2.4.0",
"@medusajs/framework": "^2.4.0",
"@medusajs/test-utils": "^2.4.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
@@ -47,7 +47,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "~2.4.0",
"@medusajs/framework": "^2.4.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",