Skip to content

Commit 55365e2

Browse files
authored
Add support for react-intl@7
Fixes #186
1 parent 313f0d3 commit 55365e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"peerDependencies": {
8181
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
82-
"react-intl": "^6.0.0"
82+
"react-intl": "^6.0.0 || ^7.0.0"
8383
},
8484
"bundler": {
8585
"exportEntry": "src/index.ts",

0 commit comments

Comments
 (0)