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 c989e3f commit a342463Copy full SHA for a342463
1 file changed
package.json
@@ -43,10 +43,10 @@
43
"playground:develop": "cd playground && yarn develop"
44
},
45
"dependencies": {
46
+ "@strapi/admin": "5.2.0",
47
"@strapi/design-system": "2.0.0-rc.11",
48
"@strapi/icons": "2.0.0-rc.11",
49
"@strapi/strapi": "5.2.0",
- "@strapi/admin": "5.2.0",
50
"@strapi/utils": "5.2.0",
51
"chalk": "^4.1.2",
52
"cli-table": "^0.3.6",
@@ -58,10 +58,11 @@
58
"lodash": "^4.17.11",
59
"react-diff-viewer-continued": "3.2.6",
60
"react-intl": "6.6.2",
61
+ "react-redux": "^7.2.2",
62
+ "redux": "^4.0.5",
63
"redux-immutable": "^4.0.0",
64
"redux-thunk": "^2.3.0",
- "react-redux": "^7.2.2",
- "redux": "^4.0.5"
65
+ "react-query": "^3.39.3"
66
67
"author": {
68
"name": "Boaz Poolman",
0 commit comments