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
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "1.8.4",
"version": "1.8.5",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -17,15 +17,15 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "1.8.4",
"@medusajs/types": "1.8.5",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"typescript": "^4.4.4"
},
"dependencies": {
"@medusajs/modules-sdk": "1.8.4",
"@medusajs/utils": "1.8.3",
"@medusajs/modules-sdk": "1.8.5",
"@medusajs/utils": "1.8.4",
"awilix": "^8.0.0",
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},