Bump react and react-dom

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>
This commit is contained in:
dependabot[bot]
2021-03-29 06:19:15 +00:00
committed by Thomas Ruoff
parent d9be78367d
commit 92c7ea077f
2 changed files with 12 additions and 12 deletions

View File

@@ -17,9 +17,9 @@
"next": "^10.0.9",
"next-iron-session": "^4.1.12",
"p-retry": "^4.4.0",
"react": "^17.0.1",
"react": "^17.0.2",
"react-calendar": "^3.3.1",
"react-dom": "^17.0.1",
"react-dom": "^17.0.2",
"ts-jest": "^26.5.4",
"uuid": "^8.3.2"
},