chore: Version packages

This commit is contained in:
olivermrbl
2025-05-16 11:04:39 +02:00
parent 9f4d32b220
commit 8c0b49fed4
135 changed files with 788 additions and 282 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/customer",
"version": "2.8.1",
"version": "2.8.2",
"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.1",
"@medusajs/test-utils": "2.8.1",
"@medusajs/framework": "2.8.2",
"@medusajs/test-utils": "2.8.2",
"@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.1",
"@medusajs/framework": "2.8.2",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",