diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82298e482..a07a5beb4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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