From 6cfe6e304eac3be1dedf9df798ab55993b7c5445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:49:32 +0000 Subject: [PATCH] Bump react in /React/BuildingApplicationsWithReactAndFlux Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.13.3 to 15.6.2. - [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/v15.6.2/packages/react) Signed-off-by: dependabot[bot] --- React/BuildingApplicationsWithReactAndFlux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/BuildingApplicationsWithReactAndFlux/package.json b/React/BuildingApplicationsWithReactAndFlux/package.json index 79da7a9..8a68e8a 100644 --- a/React/BuildingApplicationsWithReactAndFlux/package.json +++ b/React/BuildingApplicationsWithReactAndFlux/package.json @@ -21,7 +21,7 @@ "jquery": "^2.1.4", "lodash": "^4.17.4", "object-assign": "^4.1.1", - "react": "^0.13.3", + "react": "^15.6.2", "react-router": "^0.13.6", "reactify": "^1.1.1", "toastr": "^2.1.2",