inovex / elements

Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
https://elements.inovex.de
MIT License
69 stars 9 forks source link

Standardize TypeScript Versions to V5 Across Packages #1302

Closed janivo closed 4 months ago

janivo commented 4 months ago

Description

In preparation for upgrading Next.js to version 14 and leveraging its new features, it's essential to standardize TypeScript versions across all packages within our project. Currently, we have multiple TypeScript versions used across different packages, which may lead to compatibility issues or inconsistencies during the upgrade process.

Acceptance Criteria