Skip to content

Commit cefded2

Browse files
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 16.14.0 to 17.0.0 - [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.0/packages/react) Updates `react-dom` from 16.14.0 to 17.0.0 - [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.0/packages/react-dom) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ba1b396 commit cefded2

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

package-lock.json

Lines changed: 11 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"@testing-library/jest-dom": "^5.11.4",
77
"@testing-library/react": "^11.1.0",
88
"@testing-library/user-event": "^12.1.9",
9-
"react": "^16.14.0",
10-
"react-dom": "^16.14.0",
9+
"react": "^17.0.0",
10+
"react-dom": "^17.0.0",
1111
"react-scripts": "3.4.4"
1212
},
1313
"scripts": {

0 commit comments

Comments
 (0)