From f2ea8990b6977715a15ec0f2fee96aaf5ebfa0fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 05:03:50 +0000 Subject: [PATCH] chore(deps-dev): bump react from 16.13.1 to 16.14.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 16.14.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.14.0/packages/react) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9a059b8..e1edf430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10576,9 +10576,9 @@ } }, "react": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz", - "integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==", + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "dev": true, "requires": { "loose-envify": "^1.1.0", diff --git a/package.json b/package.json index 0d96cecc..c65d23cd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "postcss-nested": "^4.2.3", "prettier": "2.1.2", "prop-types": "^15.7.2", - "react": "^16.13.1", + "react": "^16.14.0", "release-it": "^14.1.0", "rollup": "^2.29.0", "rollup-plugin-babel": "^4.4.0", @@ -65,7 +65,7 @@ "typescript": "^4.0.3" }, "peerDependencies": { - "react": "^16.13.1" + "react": "^16.14.0" }, "files": [ "dist"