Skip to content

Commit 992b218

Browse files
feat: adding support for react-intl ^6.0.0 and react-redux ^8.0.0. (#65)
1 parent dd5062e commit 992b218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@babel/runtime": "^7.17.9",
1616
"prop-types": "^15.8.1",
1717
"react": "^16.12.0 || ^17.0.2 || ^18.0.0",
18-
"react-intl": "^2.2.2 || ^3.0.0 || ^4.0.0 || ^5.0.0",
19-
"react-redux": "^5.0.1 || ^6.0.0 || ^7.0.0"
18+
"react-intl": "^2.2.2 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
19+
"react-redux": "^5.0.1 || ^6.0.0 || ^7.0.0 || ^8.0.0"
2020
},
2121
"dependencies": {
2222
"@babel/runtime": "^7.17.9",
@@ -56,7 +56,7 @@
5656
"prettier-eslint-cli": "^5.0.1",
5757
"react": "^17.0.2",
5858
"react-dom": "^17.0.2",
59-
"react-intl": "^5.25.1",
59+
"react-intl": "^6.4.4",
6060
"react-redux": "^8.0.1",
6161
"react-test-renderer": "^17.0.2",
6262
"redux": "^4.2.0",

0 commit comments

Comments
 (0)