build(deps): bump react and react-dom in /web

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-23 11:07:17 +00:00 committed by Collin M. Barrett
parent a391acdcbb
commit 663386eee0
2 changed files with 2 additions and 2 deletions

BIN
web/package-lock.json generated

Binary file not shown.

View file

@ -19,9 +19,9 @@
"less": "^4.1.1",
"less-loader": "^7.3.0",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react": "^17.0.2",
"react-app-rewired": "^2.1.8",
"react-dom": "^17.0.1",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"slugify": "^1.5.0",