Skip to content

Commit a342463

Browse files
committed
fix: add react-query as a dependency
1 parent c989e3f commit a342463

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"playground:develop": "cd playground && yarn develop"
4444
},
4545
"dependencies": {
46+
"@strapi/admin": "5.2.0",
4647
"@strapi/design-system": "2.0.0-rc.11",
4748
"@strapi/icons": "2.0.0-rc.11",
4849
"@strapi/strapi": "5.2.0",
49-
"@strapi/admin": "5.2.0",
5050
"@strapi/utils": "5.2.0",
5151
"chalk": "^4.1.2",
5252
"cli-table": "^0.3.6",
@@ -58,10 +58,11 @@
5858
"lodash": "^4.17.11",
5959
"react-diff-viewer-continued": "3.2.6",
6060
"react-intl": "6.6.2",
61+
"react-redux": "^7.2.2",
62+
"redux": "^4.0.5",
6163
"redux-immutable": "^4.0.0",
6264
"redux-thunk": "^2.3.0",
63-
"react-redux": "^7.2.2",
64-
"redux": "^4.0.5"
65+
"react-query": "^3.39.3"
6566
},
6667
"author": {
6768
"name": "Boaz Poolman",

0 commit comments

Comments
 (0)