Skip to content

Commit eb830a1

Browse files
Bump react-dom from 16.1.0 to 16.1.1
Bumps [react-dom](https://github.com/facebook/react) from 16.1.0 to 16.1.1. - [Release notes](https://github.com/facebook/react/releases/tag/v16.1.1) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](facebook/react@v16.1.0...v16.1.1)
1 parent 1a82e12 commit eb830a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"react": "^16.1.0",
10-
"react-dom": "^16.1.0",
10+
"react-dom": "^16.1.1",
1111
"react-redux": "^5.0.6",
1212
"react-router": "^4.2.0",
1313
"react-router-dom": "^4.2.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5217,9 +5217,9 @@ react-dev-utils@^4.2.1:
52175217
strip-ansi "3.0.1"
52185218
text-table "0.2.0"
52195219

5220-
react-dom@^16.1.0:
5221-
version "16.1.0"
5222-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.1.0.tgz#ab6fd2a285096f388aeba51919a573d06c9bdde4"
5220+
react-dom@^16.1.1:
5221+
version "16.1.1"
5222+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.1.1.tgz#b2e331b6d752faf1a2d31399969399a41d8d45f8"
52235223
dependencies:
52245224
fbjs "^0.8.16"
52255225
loose-envify "^1.1.0"

0 commit comments

Comments
 (0)