Skip to content

Commit

Permalink
build(deps): bump react and react-dom in /website
Browse files Browse the repository at this point in the history
Bumps [react](https:/facebook/react/tree/HEAD/packages/react) and [react-dom](https:/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent 2713b05 commit b3accfb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
24 changes: 11 additions & 13 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"postcss": "^8.2.8",
"react": "^16.8.4",
"react-dom": "^16.8.4"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit b3accfb

Please sign in to comment.