chore: Version Packages (#6839)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-01 09:48:24 +02:00
committed by GitHub
parent dca47f77c9
commit 2c807df99d
136 changed files with 725 additions and 608 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-redis",
"version": "1.9.0",
"version": "1.9.1",
"description": "Redis Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,7 +20,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.6",
"@medusajs/types": "^1.11.16",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
@@ -34,7 +34,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.3",
"@medusajs/modules-sdk": "^1.12.11",
"awilix": "^8.0.0",
"ioredis": "^5.3.1"
}