Skip to content

Commit 80271fd

Browse files
Bump react from 16.12.0 to 16.13.0 (#74)
* Bump react from 16.12.0 to 16.13.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.12.0 to 16.13.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/v16.13.0/packages/react) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bumping react
1 parent 4c814ce commit 80271fd

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

example/package-lock.json

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

example/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": "^4.2.4",
77
"@testing-library/react": "^9.4.1",
88
"@testing-library/user-event": "^7.2.1",
9-
"react": "^16.12.0",
10-
"react-dom": "^16.12.0",
9+
"react": "^16.13.0",
10+
"react-dom": "^16.13.0",
1111
"react-scripts": "3.4.0"
1212
},
1313
"scripts": {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"eslint": "^6.8.0",
3838
"eslint-plugin-react": "^7.18.3",
3939
"prop-types": "^15.7.2",
40-
"react": "^16.12.0"
40+
"react": "^16.13.0"
4141
}
4242
}

0 commit comments

Comments
 (0)