From 4a4cdec8d76044a83998bebabb964e261efe2bc8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 15:56:42 +0000 Subject: [PATCH] chore(deps-dev): bump react from 16.11.0 to 16.12.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.11.0 to 16.12.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/v16.12.0/packages/react) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cfe227e..45e5d41d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7920,9 +7920,9 @@ "dev": true }, "react": { - "version": "16.11.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.11.0.tgz", - "integrity": "sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g==", + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.12.0.tgz", + "integrity": "sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA==", "dev": true, "requires": { "loose-envify": "^1.1.0", diff --git a/package.json b/package.json index 648a4409..f6ee9485 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "postcss-nested": "^4.2.1", "prettier": "1.19.1", "prop-types": "^15.7.2", - "react": "^16.11.0", + "react": "^16.12.0", "rollup": "^1.31.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-bundle-size": "^1.0.3",