seek-oss / playroom

Design with JSX, powered by your own component library.
MIT License
4.45k stars 183 forks source link

fix: Upgrade to TypeScript 4 #209

Closed etaoins closed 3 years ago

etaoins commented 3 years ago

Since seek-oss/sku#535 it has been pulling in both TypeScript 4 (for itself) and TypeScript 3 (for Playroom). This is wasteful and in some situations Yarn will pick the tsc from TypeScript 3.

This bumps our typescript and eslint-config-seek deps to require TypeScript 4.

markdalgleish commented 3 years ago

Thanks for the PR 👍