Update typescript peer dependency version string to accept version 5.x
tkajtoch opened this issue · 0 comments
tkajtoch commented
Summary
EUI supports TypeScript v5 since merging #7340. We're actively using it in the EUI+ website without any issues and it seems like more and more people upgrade their projects to TypeScript 5 and see peer dependency version mismatch errors caused by EUI not accepting typescript
version 5.x.
Acceptance criteria
- Update
typescript
peer dependency version string to accept TypeScript 4.x and 5.x