moai icon indicating copy to clipboard operation
moai copied to clipboard

Queued dependency upgrades

Open thien-do opened this issue 3 years ago • 0 comments

This issue is to keep track of dependencies that we can't upgrade to latest due to any reason. This is mostly because we can't have comment inside package.json :(

This is a living issue. Resolved dependencies are checked. See linked PRs for more details.

  • [x] docs > typescript is pinned to 4.2 instead of the latest 4.3 due to conflict with react-docgen-typescript https://github.com/styleguidist/react-docgen-typescript/issues/356
  • [ ] core > react-hot-toast is pinned to 1, need to upgrade to https://github.com/timolins/react-hot-toast/releases/tag/v2.0.0
  • [ ] docs > color is pinned to 3 due to #271 , need to find alternative

thien-do avatar May 28 '21 16:05 thien-do