Skip to content

Commit ded01be

Browse files
authored
chore: updated dependency management for the plugin-rest-cache package (#115)
1 parent 6df13d3 commit ded01be

File tree

2 files changed

+10071
-1
lines changed

2 files changed

+10071
-1
lines changed

packages/plugin-rest-cache/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,16 @@
9292
},
9393
"dependencies": {
9494
"@strapi-community/provider-rest-cache-memory": "5.0.0-beta.0",
95-
"react-intl": "6.6.2"
95+
"lodash": "^4.17.21",
96+
"react-intl": "^6.4.1",
97+
"chalk": "^4.1.2",
98+
"debug": "^4.4.1",
99+
"immer": "^9.0.21",
100+
"prop-types": "^15.8.1"
96101
},
97102
"devDependencies": {
103+
"@strapi/design-system": "^2.0.0-rc",
104+
"@strapi/icons": "^2.0.0-rc",
98105
"@strapi/pack-up": "^5.0.0",
99106
"@strapi/sdk-plugin": "^5.0.0",
100107
"@strapi/strapi": "^5.0.0",
@@ -105,6 +112,8 @@
105112
"styled-components": "^6.0.0"
106113
},
107114
"peerDependencies": {
115+
"@strapi/design-system": "^2.0.0-rc",
116+
"@strapi/icons": "^2.0.0-rc",
108117
"@strapi/sdk-plugin": "^5.0.0",
109118
"@strapi/strapi": "^5.0.0",
110119
"react": "^17.0.0 || ^18.0.0",

0 commit comments

Comments
 (0)