chore: Version Packages (#4114)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-30 12:11:45 +02:00
committed by GitHub
parent 81eeaa3294
commit 8f8f6332b7
85 changed files with 367 additions and 242 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-redis",
"version": "1.8.6",
"version": "1.8.7",
"description": "Redis Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "1.8.6",
"@medusajs/types": "1.8.7",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
@@ -30,7 +30,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "1.8.6",
"@medusajs/modules-sdk": "1.8.7",
"awilix": "^8.0.0",
"ioredis": "^5.3.1"
}