From 850a0f0b70042df0fb55a91d9847c3b618ecb47f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:41:45 +0000 Subject: [PATCH] chore(deps-dev): update react-dom requirement from 15.5.x to 15.4.x Updates the requirements on [react-dom](https://github.com/facebook/react) to permit the latest version. - [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/v15.4.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a210017..8c86f6e 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "rc-test": "6.x", "rc-tools": "6.x", "react": "15.5.x", - "react-dom": "15.5.x", + "react-dom": "15.4.x", "react-native": "~0.42.0", "react-native-index-page": "~0.2.0" },