chore: Version Packages (#12583)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-05 20:33:53 +02:00
committed by GitHub
parent 7e1720279d
commit 68a796d300
149 changed files with 853 additions and 341 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/customer",
"version": "2.8.3",
"version": "2.8.4",
"description": "Medusa Customer module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.3",
"@medusajs/framework": "2.8.4",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",