Bump react and react-dom (#84)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together.

Updates `react` from 17.0.1 to 17.0.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react)

Updates `react-dom` from 17.0.1 to 17.0.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react-dom)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-03-25 08:09:16 -07:00
committed by GitHub
parent d33635cd4d
commit c33eda9c06
2 changed files with 12 additions and 12 deletions

View File

@@ -18,9 +18,9 @@
"next": "^10.0.9",
"prop-types": "^15.7.2",
"rc-util": "^5.9.5",
"react": "^17.0.1",
"react": "^17.0.2",
"react-chartkick": "^0.4.1",
"react-dom": "^17.0.1",
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^5.0.3",
"react-markdown-editor-lite": "^1.2.4",