From 0a950b6ff4113d9fd33b91726af2a4c22876c856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:51:16 +0000 Subject: [PATCH] chore(deps-dev): update react-dom requirement from 15.x to 0.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/v0.14.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6e238e..8671209 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "rc-test": "6.x", "rc-tools": "6.x", "react": "15.x", - "react-dom": "15.x" + "react-dom": "0.x" }, "pre-commit": [ "lint"