We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df13d3 commit ded01beCopy full SHA for ded01be
2 files changed
packages/plugin-rest-cache/package.json
@@ -92,9 +92,16 @@
92
},
93
"dependencies": {
94
"@strapi-community/provider-rest-cache-memory": "5.0.0-beta.0",
95
- "react-intl": "6.6.2"
+ "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"
101
102
"devDependencies": {
103
+ "@strapi/design-system": "^2.0.0-rc",
104
+ "@strapi/icons": "^2.0.0-rc",
105
"@strapi/pack-up": "^5.0.0",
106
"@strapi/sdk-plugin": "^5.0.0",
107
"@strapi/strapi": "^5.0.0",
@@ -105,6 +112,8 @@
112
"styled-components": "^6.0.0"
113
114
"peerDependencies": {
115
116
108
117
109
118
110
119
"react": "^17.0.0 || ^18.0.0",
0 commit comments