From 7ab864672ebb6b16070c971e085f2c0e5ee62523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:48:19 +0000 Subject: [PATCH] Bump react from 0.13.3 to 16.13.1 in /todos-flux 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] --- todos-flux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todos-flux/package.json b/todos-flux/package.json index 2495a23..aca81fa 100644 --- a/todos-flux/package.json +++ b/todos-flux/package.json @@ -9,7 +9,7 @@ "es6-promise": "^2.1.1", "gulp": "^3.8.11", "gulp-webpack": "^1.4.0", - "react": "^0.13.2", + "react": "^16.13.1", "flux": "^2.0.0", "jsx-loader": "^0.12.2" },