From 46df372eba227867dd76eacdd3a2b38f48d0740d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 21:13:24 +0000 Subject: [PATCH] Bump react-dom from 16.14.0 to 15.7.0 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.14.0 to 15.7.0. - [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.7.0/packages/react-dom) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0b7a52..09a1309 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "pre-commit": "1.x", "rc-tools": "9.x", "react": "16.x", - "react-dom": "16.x", + "react-dom": "15.x", "react-native": "~0.59.3", "react-native-index-page": "~2.0.0" },