From 2a465d879f59e0304172c24d2d7cacfd1fb762ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 08:39:31 +0000 Subject: [PATCH] chore(deps-dev): bump react-dom from 16.14.0 to 17.0.2 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.14.0 to 17.0.2. - [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.2/packages/react-dom) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f826ca415a00..e56f47787064 100644 --- a/package.json +++ b/package.json @@ -246,7 +246,7 @@ "react-copy-to-clipboard": "^5.0.1", "react-dnd": "^11.1.1", "react-dnd-html5-backend": "^11.1.1", - "react-dom": "^16.9.0", + "react-dom": "^17.0.2", "react-github-button": "^0.1.11", "react-helmet-async": "^1.0.4", "react-highlight-words": "^0.16.0",