From 35d30613f4229ca2c0a613571921bab6d7dfce2e Mon Sep 17 00:00:00 2001 From: Jake Crews Date: Thu, 7 Jul 2022 08:29:33 -0500 Subject: [PATCH] update react-use to 17.4.0 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 c9171a211d..f65ad9bf72 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.3.0" + "react-use": "^17.4.0" }, "devDependencies": { "@backstage/cli": "^0.18.0-next.2",