From 15756bd240f7bbf4d6fd76f11b7751c045dfc2ac Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 13 Sep 2022 11:56:26 +0300 Subject: [PATCH] add dependencies + prettier --- package.json | 5 +++-- src/StatisticBlock/styles.less | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4df26e1..2929571 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,9 @@ "volto-slate" ], "dependencies": { - "volto-slate": "*", - "@plone/scripts": "*" + "@plone/scripts": "*", + "react-countup": "6.3.1", + "volto-slate": "*" }, "devDependencies": { "@cypress/code-coverage": "^3.9.5", diff --git a/src/StatisticBlock/styles.less b/src/StatisticBlock/styles.less index 36a2ad2..c7ee611 100644 --- a/src/StatisticBlock/styles.less +++ b/src/StatisticBlock/styles.less @@ -5,4 +5,4 @@ color: inherit; } } -} \ No newline at end of file +}