From ff2ce7a51a12ecce3d43855df361235fd276a398 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 08:14:25 +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] --- examples/hybrid-migration/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hybrid-migration/package.json b/examples/hybrid-migration/package.json index 7784007..af8b68b 100644 --- a/examples/hybrid-migration/package.json +++ b/examples/hybrid-migration/package.json @@ -10,7 +10,7 @@ "angular": "^1.4.5", "angular-ui-router": "^1.0.26", "react": "^16.8.6", - "react-dom": "^16.8.6" + "react-dom": "^17.0.0" }, "devDependencies": { "@babel/core": "^7.4.4",