Skip to content

Commit

Permalink
Bump react and react-dom
Browse files Browse the repository at this point in the history
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 16.14.0 to 17.0.1
- [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.1/packages/react)

Updates `react-dom` from 16.14.0 to 17.0.1
- [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.1/packages/react-dom)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 4ab86f2 commit dea56e3
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/browser/package.json
Expand Up @@ -20,8 +20,8 @@
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"pixi.js": "^5.3.8",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
Expand Down
78 changes: 74 additions & 4 deletions package-lock.json

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

0 comments on commit dea56e3

Please sign in to comment.