chore: Version Packages (#5454)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-01 08:19:58 +01:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 9f29f18ee9
commit 309c82e175
61 changed files with 267 additions and 173 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-redis",
"version": "1.8.8",
"version": "1.8.9",
"description": "Redis Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.8.8",
"@medusajs/types": "^1.11.5",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
@@ -31,7 +31,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.8.8",
"@medusajs/modules-sdk": "^1.12.2",
"awilix": "^8.0.0",
"ioredis": "^5.3.1"
}