Change opencost plugin to use @date-io/luxon instead of @date-io/date-fns

Signed-off-by: Neal Ormsbee <neal.ormsbee@gmail.com>
This commit is contained in:
Neal Ormsbee
2023-08-14 10:59:07 -06:00
committed by Fredrik Adelöw
parent ff83a7f394
commit ef6eeff534
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"@backstage/core-components": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/theme": "workspace:^",
"@date-io/date-fns": "^2.16.0",
"@date-io/luxon": "1.x",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.60",