Skip to content

Commit 11e6835

Browse files
authored
Merge pull request #7 from notrab/dependabot/yarn/react-dom-16.1.0
Bump react-dom from 16.0.0 to 16.1.0
2 parents 7fc205b + 2ac29fe commit 11e6835

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.0.0",
10-
"react-dom": "^16.0.0",
10+
"react-dom": "^16.1.0",
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.0.0:
5221-
version "16.0.0"
5222-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.0.0.tgz#9cc3079c3dcd70d4c6e01b84aab2a7e34c303f58"
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"
52235223
dependencies:
52245224
fbjs "^0.8.16"
52255225
loose-envify "^1.1.0"

0 commit comments

Comments
 (0)