From c00f41ee353613bd361fcb81c8a7715ac7a957f7 Mon Sep 17 00:00:00 2001 From: Jake Crews Date: Thu, 7 Jul 2022 08:11:23 -0500 Subject: [PATCH] update react-use to fix bug in 17.2.x Signed-off-by: Jake Crews --- plugins/newrelic-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/newrelic-dashboard/package.json b/plugins/newrelic-dashboard/package.json index a0a21fcf9c..c9171a211d 100644 --- a/plugins/newrelic-dashboard/package.json +++ b/plugins/newrelic-dashboard/package.json @@ -31,7 +31,7 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "react-use": "^17.2.4" + "react-use": "^17.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.0-next.2",