Skip to content

Commit 3256bdf

Browse files
Making the plugin stable
1 parent cc09559 commit 3256bdf

2 files changed

Lines changed: 526 additions & 499 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-redis",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.1",
44
"description": "Plugin used to centralize management of Redis connections in Strapi",
55
"strapi": {
66
"displayName": "Redis",
@@ -10,9 +10,9 @@
1010
"kind": "plugin"
1111
},
1212
"dependencies": {
13-
"chalk": "^4.1.2",
14-
"debug": "^4.3.3",
15-
"ioredis": "^4.28.2"
13+
"chalk": "4.1.2",
14+
"debug": "4.3.4",
15+
"ioredis": "5.2.4"
1616
},
1717
"devDependencies": {
1818
"@strapi-community/eslint-config": "0.1.5",

0 commit comments

Comments
 (0)