From bf90af3ff8828a8ad550a6fdbc105819f22c614c 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:19:34 +0000 Subject: [PATCH] Bump react-dom from 15.7.0 to 0.14.1 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 15.7.0 to 0.14.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/v0.14.1/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 8171c70..304635c 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "rc-test": "^6.0.8", "rc-tools": "^7.0.0", "react": "^15.x", - "react-dom": "^15.x", + "react-dom": "^0.x", "react-test-renderer": "^15.x", "stylelint-config-standard": "^17.0.0" },