chore: Version Packages (#5754)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-12-14 15:27:39 +01:00
committed by GitHub
parent 2826605b01
commit 7f5e638f61
49 changed files with 227 additions and 158 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "1.12.4",
"version": "1.12.5",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"repository": {
@@ -29,9 +29,9 @@
"dependencies": {
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/schema": "^10.0.0",
"@medusajs/orchestration": "^0.5.0",
"@medusajs/types": "^1.11.8",
"@medusajs/utils": "^1.11.1",
"@medusajs/orchestration": "^0.5.1",
"@medusajs/types": "^1.11.9",
"@medusajs/utils": "^1.11.2",
"awilix": "^8.0.0",
"graphql": "^16.6.0",
"knex": "2.4.2",