From fe54ab0dc8de3aefb12e37fc94330274b95a9b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:52:35 +0000 Subject: [PATCH] Bump react from 0.11.2 to 16.13.1 in /examples/todomvc Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.11.2 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/todomvc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todomvc/package.json b/examples/todomvc/package.json index 79f8f1a..ec860bb 100644 --- a/examples/todomvc/package.json +++ b/examples/todomvc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "director": "^1.2.3", - "react": "^0.11.1" + "react": "^16.13.1" } }