From 85cf80ea599adcf0ad72c2c71f89c3bcda53dc42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:43:21 +0000 Subject: [PATCH] build(deps): bump react from 0.13.3 to 16.13.1 in /app/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] --- app/todos-flux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/todos-flux/package.json b/app/todos-flux/package.json index 2495a23..aca81fa 100644 --- a/app/todos-flux/package.json +++ b/app/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" },