Skip to content

Commit 5ed369d

Browse files
chore: strapi plugin rest cache issue (#608)
1 parent 1225226 commit 5ed369d

File tree

2 files changed

+228
-94
lines changed

2 files changed

+228
-94
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-navigation",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "Strapi - Navigation plugin",
55
"strapi": {
66
"name": "navigation",
@@ -59,6 +59,7 @@
5959
"@faker-js/faker": "^9.0.3",
6060
"@jest/types": "29.5.x",
6161
"@koa/router": "^12.0.1",
62+
"@strapi-community/plugin-rest-cache": "^5.0.1",
6263
"@strapi/plugin-graphql": "^5.14.0",
6364
"@strapi/sdk-plugin": "^5.3.2",
6465
"@strapi/strapi": "^5.14.0",
@@ -89,7 +90,6 @@
8990
"react-dom": "^18.3.1",
9091
"react-query": "3.39.3",
9192
"react-router-dom": "^6.22.3",
92-
"strapi-plugin-rest-cache": "^4.2.9",
9393
"styled-components": "6.1.8",
9494
"ts-jest": "^29.1.4",
9595
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)