From 39084efbddf481283db31e002164dc5f454e7e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:15:04 +0000 Subject: [PATCH] Bump react from 0.10.0 to 16.13.1 in /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] --- examples/basic-commonjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic-commonjs/package.json b/examples/basic-commonjs/package.json index d72927a4314..9e663780960 100644 --- a/examples/basic-commonjs/package.json +++ b/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" },