From 461b31512c5a0572d82cdc004f43aeed77500efc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 03:48:06 +0000 Subject: [PATCH] Bump react-dom from 16.14.0 to 17.0.0 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.14.0 to 17.0.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/v17.0.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..36e7e37 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": "17.x", "react-native": "~0.59.3", "react-native-index-page": "~2.0.0" },