From d02dc64ccb500e9075ba0084b6cf81167aeee533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:42:24 +0000 Subject: [PATCH] Bump react in /react-0.11.0/examples/basic-commonjs Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.10.0 to 16.13.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/v16.13.1/packages/react) Signed-off-by: dependabot[bot] --- react-0.11.0/examples/basic-commonjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-0.11.0/examples/basic-commonjs/package.json b/react-0.11.0/examples/basic-commonjs/package.json index d72927a..9e66378 100644 --- a/react-0.11.0/examples/basic-commonjs/package.json +++ b/react-0.11.0/examples/basic-commonjs/package.json @@ -4,7 +4,7 @@ "main": "index.js", "devDependencies": { "envify": "~1.2.1", - "react": "~0.10.0", + "react": "~16.13.1", "reactify": "~0.13.1", "browserify": "~3.44.2" },