sergiodxa / remix-i18next

The easiest way to translate your Remix apps
https://sergiodxa.github.io/remix-i18next/
MIT License
575 stars 45 forks source link

react-i18next 14 support #170

Closed stevensacks closed 9 months ago

stevensacks commented 9 months ago

Describe the bug

react-i18next peer dependency is 13.5.

14.x is out now which resolves the casting issue.

https://github.com/i18next/react-i18next/issues/1693

Your Example Website or App

https://github.com/i18next/react-i18next/issues/1693

Steps to Reproduce the Bug or Issue

found 0 vulnerabilities
npm WARN Could not resolve dependency:
npm WARN peer react-i18next@"^13.0.0" from remix-i18next@5.4.0
npm WARN node_modules/remix-i18next
npm WARN   remix-i18next@"5.4.0" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: hafh-front-end-v2@0.0.1
npm WARN Found: react-i18next@13.5.0
npm WARN node_modules/react-i18next
npm WARN   peer react-i18next@"^13.0.0" from remix-i18next@5.4.0
npm WARN   node_modules/remix-i18next
npm WARN     remix-i18next@"5.4.0" from the root project

Expected behavior

Update peer dep to 14.x.

Screenshots or Videos

No response

Platform

Additional context

No response

sergiodxa commented 9 months ago

Done in the latest release