From bd93a7811b8b5511488f50a0d782005366f055b1 Mon Sep 17 00:00:00 2001 From: Lykke Axlin Date: Thu, 4 Nov 2021 16:48:30 +0100 Subject: [PATCH] changed @date-io/luxon from 2.x to 1.0 to be compatible with material-ui-pickers Signed-off-by: Lykke Axlin --- plugins/ilert/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json index f33e34beed..f93a5b4870 100644 --- a/plugins/ilert/package.json +++ b/plugins/ilert/package.json @@ -27,7 +27,7 @@ "@backstage/errors": "^0.1.3", "@backstage/plugin-catalog-react": "^0.6.1", "@backstage/theme": "^0.2.12", - "@date-io/luxon": "2.x", + "@date-io/luxon": "1.x", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57",