From 02b5111dc99877226118ce8e3820f6aa321ae02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:59:11 +0000 Subject: [PATCH] Bump react from 0.11.2 to 16.13.1 in /src/backend/integration/v0.11 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.11.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] --- src/backend/integration/v0.11/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/integration/v0.11/package.json b/src/backend/integration/v0.11/package.json index 8a5d86b..fa04ddc 100644 --- a/src/backend/integration/v0.11/package.json +++ b/src/backend/integration/v0.11/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "react": "^0.11.2" + "react": "^16.13.1" } }