We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc09559 commit 3256bdfCopy full SHA for 3256bdf
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strapi-plugin-redis",
3
- "version": "1.0.0-alpha.2",
+ "version": "1.0.1",
4
"description": "Plugin used to centralize management of Redis connections in Strapi",
5
"strapi": {
6
"displayName": "Redis",
@@ -10,9 +10,9 @@
10
"kind": "plugin"
11
},
12
"dependencies": {
13
- "chalk": "^4.1.2",
14
- "debug": "^4.3.3",
15
- "ioredis": "^4.28.2"
+ "chalk": "4.1.2",
+ "debug": "4.3.4",
+ "ioredis": "5.2.4"
16
17
"devDependencies": {
18
"@strapi-community/eslint-config": "0.1.5",
0 commit comments