chore: Version Packages (#4020)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-09 15:49:04 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent aa74ebb181
commit a8f43055db
63 changed files with 277 additions and 142 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.10.0",
"version": "1.10.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.4",
"@medusajs/types": "1.8.5",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^8.5.9",
"@types/multer": "^1.4.7",
@@ -38,14 +38,14 @@
"test": "jest"
},
"peerDependencies": {
"@medusajs/types": "1.8.4",
"@medusajs/types": "1.8.5",
"medusa-interfaces": "1.3.7",
"typeorm": "*"
},
"dependencies": {
"@medusajs/medusa-cli": "1.3.12",
"@medusajs/modules-sdk": "1.8.4",
"@medusajs/utils": "1.8.3",
"@medusajs/medusa-cli": "1.3.13",
"@medusajs/modules-sdk": "1.8.5",
"@medusajs/utils": "1.8.4",
"@types/ioredis": "^4.28.10",
"@types/lodash": "^4.14.191",
"awilix": "^8.0.0",