chore: Version packages

This commit is contained in:
olivermrbl
2025-01-27 09:35:06 +01:00
parent b0a2699e01
commit 986ee8008e
154 changed files with 975 additions and 436 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/test-utils",
"version": "2.3.1",
"version": "2.4.0",
"description": "Test utils for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "~2.3.1",
"@medusajs/framework": "~2.4.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -45,8 +45,8 @@
"randomatic": "^3.1.1"
},
"peerDependencies": {
"@medusajs/framework": "~2.0.0",
"@medusajs/medusa": "~2.0.0",
"@medusajs/framework": "~2.4.0",
"@medusajs/medusa": "~2.4.0",
"@mikro-orm/postgresql": "6.4.3",
"awilix": "^8.0.1"
},