Skip to content

Commit

Permalink
chore: update README with supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensacks committed May 14, 2024
1 parent c7c7486 commit cfd8efb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Easy react-i18next Storybook integration.

Required Peer Dependencies:
* storybook - `^8.0.0`
* i18next - `^22.0.0`
* i18next-browser-languagedetector - `^7.0.0`
* i18next - `^22.0.0 || ^23.0.0`
* i18next-browser-languagedetector - `^7.0.0 || ^8.0.0`
* i18next-http-backend: `^2.0.0`
* react-i18next - `^12.0.0`
* react-i18next - `^12.0.0 || ^13.0.0 || ^14.0.0`

This Storybook addon assumes your project is already set up with [i18next](https://www.i18next.com/overview/getting-started) and [react-i18next](https://react.i18next.com/getting-started), with all the required packages installed, and that it is properly configured and working.

Expand Down

0 comments on commit cfd8efb

Please sign in to comment.