Sourced from i18next-cli's changelog.
1.73.2
- fix(deps):
reactis no longer a runtime dependency; it only lives indevDependenciesfor the type import. The CLI only needsreact-i18nextat runtime, which resolves React from the consuming project. Previously the^19.2.8floor could not dedupe against a project pinning an older React patch (Expo SDK 57 pinsreact@19.2.3) and nested a second copy undernode_modules/i18next-cli, which Expo Doctor flagged as a duplicate. Now a single React copy is used. Fixes #292.
c211594
1.73.2d2daa22
fix(deps): move react to devDependencies so it no longer nests a second
copy ...