Skip to content

Commit 9795481

Browse files
committed
Bump several dependencies
1 parent 01e0adc commit 9795481

File tree

2 files changed

+1103
-618
lines changed

2 files changed

+1103
-618
lines changed

Diff for: package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,38 @@
2828
},
2929
"dependencies": {
3030
"axios": "^0.27.2",
31-
"qs": "^6.10.3",
32-
"react-dnd": "^16.0.1",
33-
"react-dnd-html5-backend": "^16.0.1",
34-
"react-flip-move": "^3.0.4",
35-
"react-query": "^3.34.15",
36-
"react-redux": "^7.2.6",
37-
"react-router-dom": "^6.2.1",
38-
"react-window": "^1.8.8"
31+
"qs": "6.11.2",
32+
"react-dnd": "16.0.1",
33+
"react-dnd-html5-backend": "16.0.1",
34+
"react-flip-move": "3.0.5",
35+
"react-query": "3.39.3",
36+
"react-redux": "8.0.5",
37+
"react-router-dom": "6.16.0",
38+
"react-window": "1.8.9"
3939
},
4040
"peerDependencies": {
41-
"@strapi/design-system": "^1.6.0",
42-
"@strapi/helper-plugin": "^4.9.0",
43-
"@strapi/icons": "^1.6.0",
44-
"@strapi/strapi": "^4.9.0",
45-
"@strapi/utils": "^4.9.0",
41+
"@strapi/design-system": "^1.7.10",
42+
"@strapi/helper-plugin": "^4.11.0",
43+
"@strapi/icons": "^1.7.10",
44+
"@strapi/strapi": "^4.11.0",
45+
"@strapi/utils": "^4.11.0",
4646
"formik": "^2.2.9",
4747
"lodash": "4.17.21",
4848
"prop-types": "^15.8.1",
49-
"react": "^17.0.2",
49+
"react": "^17.0.0 || ^18.0.0",
5050
"react-intl": "^6.4.4",
5151
"styled-components": "5.3.3"
5252
},
5353
"devDependencies": {
54-
"@strapi/design-system": "^1.6.0",
55-
"@strapi/helper-plugin": "^4.9.0",
56-
"@strapi/icons": "^1.6.0",
57-
"@strapi/strapi": "^4.9.0",
58-
"@strapi/utils": "^4.9.0",
54+
"@strapi/design-system": "^1.7.10",
55+
"@strapi/helper-plugin": "^4.11.0",
56+
"@strapi/icons": "^1.7.10",
57+
"@strapi/strapi": "^4.11.0",
58+
"@strapi/utils": "^4.11.0",
5959
"formik": "^2.2.9",
6060
"lodash": "4.17.21",
6161
"prop-types": "^15.8.1",
62-
"react": "^17.0.2",
62+
"react": "^17.0.0 || ^18.0.0",
6363
"react-intl": "^6.4.4",
6464
"styled-components": "5.3.3"
6565
},

0 commit comments

Comments
 (0)