Uh oh!
There was an error while loading. Please reload this page.
Update dependency installation versions - #9528
Conversation
This updates the dependency installation versions to match the versions for the peer dependencies in the `package.json`. Specifically: * `@typescript-eslint` dependencies are now `3.x` (up from `2.x`) * `eslint` is now `7.x` (previously `6.x`) * `eslint-plugin-flowtype` is not `5.x` (previously `4.x`) * and `eslint-plugin-react-hooks` is now at `4.x` (up from `2.x`)
facebook-github-bot
commented
Aug 24, 2020
Hi @dru89! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
facebook-github-bot
commented
Aug 24, 2020
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
1 similar comment
facebook-github-bot
commented
Aug 24, 2020
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
dru89
commented
Aug 28, 2020
Hmm, I'm realizing that Perhaps we shouldn't update the README.md with these versions until we actually do a release with the latest changes. |
mrmckeb
commented
Sep 12, 2020
dru89
commented
Sep 13, 2020
Ha, no problem! Thanks for the response and letting me know. 😄 |
This updates the dependency installation versions to match the versions for the peer dependencies in the
package.json.Specifically:
@typescript-eslintdependencies are now3.x(up from2.x)eslintis now7.x(previously6.x)eslint-plugin-flowtypeis not5.x(previously4.x)eslint-plugin-react-hooksis now at4.x(up from2.x)