From 4264ac65dc76e42a8f9b4b297a254e13dd1f91f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:58:36 +0000 Subject: [PATCH] Bump react from 0.12.2 to 16.13.1 in /react-102/react-callbacks Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.12.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] --- react-102/react-callbacks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-102/react-callbacks/package.json b/react-102/react-callbacks/package.json index 476d7e6..a285abc 100644 --- a/react-102/react-callbacks/package.json +++ b/react-102/react-callbacks/package.json @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "browserify": "^8.1.3", - "react": "^0.12.2", + "react": "^16.13.1", "reactify": "^1.0.0", "watchify": "^2.3.0" },