canvas-kit icon indicating copy to clipboard operation
canvas-kit copied to clipboard

Add Supported versions of dependencies (React, Typescript, etc) to Readme

Open NicholasBoll opened this issue 6 years ago • 3 comments

🚀 Feature Proposal

Add Supported versions of dependencies (React, Typescript, Emotion, etc) to Readme

Motivation

Someone could find out what we support if they look through all the package.json files, but it would be better to be explicit about what versions we want to support in our Readme.

NicholasBoll avatar Oct 17 '19 15:10 NicholasBoll

Hey! Can I take this up?

rbrishabh avatar Oct 17 '19 16:10 rbrishabh

@rbrishabh Sure. The tricky thing is where this information should go. We list a "React" section, but not the others. Perhaps we should have a new section in the React portion of the Readme titled "Dependencies" with a list of the following:

Maybe something like the following:

### Dependencies
The following are supported versions of dependencies.

* React:  >=16.8 < 17
* Typescript: >=3.5 (optional)
* Emotion: >=9.2 <10

NicholasBoll avatar Oct 17 '19 18:10 NicholasBoll

AC:

  • [ ] Decide where this should live within our repo
  • [ ] Add to our repo
  • [ ] Potentially see about automating the update process for this

jaclynjessup avatar Sep 08 '22 21:09 jaclynjessup