Skip to content

Commit

Permalink
Add uplifting the React version in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
  • Loading branch information
marco-miller committed Mar 13, 2023
1 parent 2d7ecd6 commit d42dc35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ more may be necessary depending on the case. Here is an example used to uplift f
* `./examples/electron/package.json`
* `./package.json`
* `./theia-extensions/viewer-prototype/package.json`
1. Align these React dependency versions in `./package.json` with Theia's `packages/core/package.json`, when applicable:
* `"react"`
* `"react-dom"`
* `"@types/react"`
* `"@types/react-dom"`
1. Do the same also for `react-test-renderer` in `packages/react-components/package.json`, and potentially elsewhere in the extension.

## Contact

Expand Down

0 comments on commit d42dc35

Please sign in to comment.