From 1106bc1724cb600c101e0ece4897de26042696a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 16:03:24 +0300 Subject: [PATCH] build(deps): bump react-dom from 16.14.0 to 17.0.1 (#39) Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.14.0 to 17.0.1. - [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.1/packages/react-dom) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- packages/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/example/package.json b/packages/example/package.json index 473460e..4e97b7d 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -22,7 +22,7 @@ "nodemon": "^2.0.6", "randomcolor": "^0.5.4", "react": "^16.9.0", - "react-dom": "^16.9.0", + "react-dom": "^17.0.1", "react-scripts": "3.1.2", "slate": "0.59.0", "slate-history": "0.58.3",