From 5a1b62d34309c3e423efc5bf6d07221ee6badcdb Mon Sep 17 00:00:00 2001 From: lruzicki Date: Fri, 24 May 2024 15:44:23 +0200 Subject: [PATCH] Added missing requirement --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28cd8aa..494fc1e 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ ] }, "dependencies": { - "@material-ui/lab": "^4.0.0-alpha.60" + "@material-ui/lab": "^4.0.0-alpha.60", + "zxcvbn": "^4.4.2" } -} \ No newline at end of file +}