From ea43694ccb5357cd6bebaea229c3f149351ad4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:37:50 +0000 Subject: [PATCH] Bump react from 0.13.3 to 16.13.1 in /examples/todos/public/react Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.13.3 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/todos/public/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 examples/todos/public/react/package.json diff --git a/examples/todos/public/react/package.json b/examples/todos/public/react/package.json old mode 100755 new mode 100644 index 23b4e78..620be15 --- a/examples/todos/public/react/package.json +++ b/examples/todos/public/react/package.json @@ -3,7 +3,7 @@ "dependencies": { "classnames": "^2.1.5", "director": "^1.2.0", - "react": "^0.13.3", + "react": "^16.13.1", "todomvc-app-css": "^2.0.0", "todomvc-common": "^1.0.1" },