lingo.dev@0.137.7
lingodotdev/lingo.devlingo.dev@0.137.7Jun 29, 2026by github-actions[bot]
AI Summary
Adjusted the React dependency configuration to make React an optional peer dependency rather than a direct dependency.
Key Highlights
- React is now an optional peer dependency
- Reduces direct coupling for users who do not use React
Full Release Notes
### Patch Changes - [#2154](https://github.com/lingodotdev/lingo.dev/pull/2154) [`61326c0`](https://github.com/lingodotdev/lingo.dev/commit/61326c0591788c52239a09a72278a49e5a3ee7d8) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Make `react` an optional peer dependency instead of a direct dependency.