chore: Version Packages (#5171)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-29 14:17:21 -04:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 8cf92cea18
commit dab8a82cc1
53 changed files with 207 additions and 149 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.16.1",
"version": "1.17.0",
"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.11.1",
"@medusajs/types": "^1.11.2",
"@types/express": "^4.17.17",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^8.5.9",
@@ -49,10 +49,10 @@
"dependencies": {
"@medusajs/link-modules": "^0.1.1",
"@medusajs/medusa-cli": "^1.3.21",
"@medusajs/modules-sdk": "^1.11.2",
"@medusajs/orchestration": "^0.4.0",
"@medusajs/utils": "^1.10.1",
"@medusajs/workflows": "^0.2.2",
"@medusajs/modules-sdk": "^1.11.3",
"@medusajs/orchestration": "^0.4.1",
"@medusajs/utils": "^1.10.2",
"@medusajs/workflows": "^0.2.3",
"awilix": "^8.0.0",
"body-parser": "^1.19.0",
"boxen": "^5.0.1",