From cda111e278f37731f338e6d732c779d4fa17b345 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Tue, 24 Sep 2019 11:41:12 -0700 Subject: [PATCH] deps(vx-drag): require react@^16.3.0-0 peerDep --- packages/vx-drag/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vx-drag/package.json b/packages/vx-drag/package.json index e30b4eba5..5f5a9517b 100644 --- a/packages/vx-drag/package.json +++ b/packages/vx-drag/package.json @@ -34,7 +34,7 @@ "access": "public" }, "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" + "react": "^16.3.0-0" }, "dependencies": { "@types/react": "*",