From b310c547e603a86ab147981f7567795ce3a33871 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 5 Feb 2018 18:34:48 +0000 Subject: [PATCH] chore(deps): update dependency react to v16.2.0 --- packages/graphql-anywhere/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphql-anywhere/package.json b/packages/graphql-anywhere/package.json index cac58c32d37..58e4637c2a5 100644 --- a/packages/graphql-anywhere/package.json +++ b/packages/graphql-anywhere/package.json @@ -45,13 +45,13 @@ "@types/jest": "21.1.10", "@types/lodash": "4.14.97", "@types/node": "8.5.9", - "@types/react": "16.0.34", + "@types/react": "16.0.36", "@types/react-dom": "16.0.3", "browserify": "15.2.0", "graphql": "0.12.3", "graphql-tag": "2.6.1", "jest": "20.0.4", - "react": "15.6.2", + "react": "16.2.0", "react-dom": "15.6.2", "rollup": "0.55.1", "ts-jest": "20.0.14",