Skip to content

Commit 468a68c

Browse files
committed
chore: upgrade react-dom
1 parent e30745a commit 468a68c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"opencollective": "^1.0.3",
139139
"prettier": "^1.7.4",
140140
"prettier-eslint-cli": "^5.0.0",
141-
"react-dom": "16.3.0-alpha.1",
141+
"react-dom": "16.8.3",
142142
"react-native-cli": "^2.0.1",
143143
"react-native-mock": "https://github.com/shqld/react-native-mock/tarball/master",
144144
"react-test-renderer": "16.8.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9012,15 +9012,15 @@ react-devtools-core@^3.6.0:
90129012
shell-quote "^1.6.1"
90139013
ws "^3.3.1"
90149014

9015-
react-dom@16.3.0-alpha.1:
9016-
version "16.3.0-alpha.1"
9017-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.0-alpha.1.tgz#5a87746c59f1c8cd4b6d1e1c961bcb3218af88e3"
9018-
integrity sha512-1HYvdyslO5D0d6C1mGqzyz7V+wzjLcUcj14a7DEEseV3eEn6fPvq4wAGHguG+QbXHkelrrkxh2sgLr/vFA0UYA==
9015+
react-dom@16.8.3:
9016+
version "16.8.3"
9017+
resolved "https://registry.yarnpkg.com/react-dom/download/react-dom-16.8.3.tgz#ae236029e66210783ac81999d3015dfc475b9c32"
9018+
integrity sha1-riNgKeZiEHg6yBmZ0wFd/EdbnDI=
90199019
dependencies:
9020-
fbjs "^0.8.16"
90219020
loose-envify "^1.1.0"
90229021
object-assign "^4.1.1"
9023-
prop-types "^15.6.0"
9022+
prop-types "^15.6.2"
9023+
scheduler "^0.13.3"
90249024

90259025
react-is@^16.3.1, react-is@^16.8.1, react-is@^16.8.3, react-is@^16.8.4:
90269026
version "16.8.6"

0 commit comments

Comments
 (0)