Skip to content

Commit 6d1e399

Browse files
bump to alpha.3
1 parent 6c86150 commit 6d1e399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/provider-rest-cache-redis/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi-community/provider-rest-cache-redis",
3-
"version": "5.0.0-alpha.2",
3+
"version": "5.0.0-alpha.3",
44
"description": "Speed-up HTTP requests with LRU cache",
55
"license": "MIT",
66
"strapi": {
@@ -77,15 +77,15 @@
7777
},
7878
"devDependencies": {
7979
"@strapi-community/plugin-redis": "^2.0.0",
80-
"@strapi-community/plugin-rest-cache": "5.0.0-alpha.2",
80+
"@strapi-community/plugin-rest-cache": "5.0.0-alpha.3",
8181
"eslint": "^8.11.0",
8282
"eslint-config-prettier": "^8.8.0",
8383
"eslint-plugin-import": "^2.27.5",
8484
"npm-run-all": "^4.1.5",
8585
"prettier": "^2.6.0"
8686
},
8787
"peerDependencies": {
88-
"@strapi-community/plugin-rest-cache": "5.0.0-alpha.2",
88+
"@strapi-community/plugin-rest-cache": "5.0.0-alpha.3",
8989
"@strapi/strapi": "^5.0.0"
9090
}
9191
}

0 commit comments

Comments
 (0)