From 43333a0fa2e527b9dfb2e871366e403eae32eff8 Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Fri, 17 Dec 2021 01:22:16 +0530 Subject: [PATCH] package.json updated Signed-off-by: mufaddal motiwala --- plugins/newrelic-dashboard/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/newrelic-dashboard/package.json b/plugins/newrelic-dashboard/package.json index 2f307af8c1..4f16d3a103 100644 --- a/plugins/newrelic-dashboard/package.json +++ b/plugins/newrelic-dashboard/package.json @@ -39,5 +39,8 @@ }, "files": [ "dist" - ] + ], + "peerDependencies": { + "react": "^16.13.1 || ^17.0.0" + } }