chore: Version Packages (#4223)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-06-18 13:14:20 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent b779040acb
commit 5d7877ded6
108 changed files with 460 additions and 288 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.12.0",
"version": "1.12.1",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"bin": "./cli.js",
@@ -19,7 +19,7 @@
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.8.7",
"@medusajs/types": "^1.8.8",
"@types/express": "^4.17.17",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^8.5.9",
@@ -47,9 +47,9 @@
"typeorm": "^0.3.16"
},
"dependencies": {
"@medusajs/medusa-cli": "^1.3.15",
"@medusajs/modules-sdk": "^1.8.7",
"@medusajs/utils": "^1.9.0",
"@medusajs/medusa-cli": "^1.3.16",
"@medusajs/modules-sdk": "^1.8.8",
"@medusajs/utils": "^1.9.1",
"awilix": "^8.0.0",
"body-parser": "^1.19.0",
"boxen": "^5.0.1",