chore: Prepare versions + changeset (#9707)

* chore: Prepare version + changeset

* chore: Bump dependencies

* chore: Update lock-file
This commit is contained in:
Oli Juhl
2024-10-22 20:31:33 +02:00
committed by GitHub
parent d1ce6d4321
commit c3418a2b93
66 changed files with 448 additions and 454 deletions

View File

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