Skip to content

Commit

Permalink
Add support for react-intl@7
Browse files Browse the repository at this point in the history
Fixes #186
  • Loading branch information
rikikonikoff authored Jan 15, 2025
1 parent 313f0d3 commit 55365e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-intl": "^6.0.0"
"react-intl": "^6.0.0 || ^7.0.0"
},
"bundler": {
"exportEntry": "src/index.ts",
Expand Down

0 comments on commit 55365e2

Please sign in to comment.