From e852e18289d10008992546fa5283033d23d28b0d Mon Sep 17 00:00:00 2001 From: guidozam Date: Sat, 16 Dec 2023 10:44:06 +0100 Subject: [PATCH] Fix #1719 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1577f41dc..f120af0a6 100644 --- a/package.json +++ b/package.json @@ -82,10 +82,10 @@ "react-quill": "2.0.0", "regexify-string": "^1.0.16", "spfx-uifabric-themes": "^0.9.0", - "swiper": "^8.2.6" + "swiper": "^8.2.6", + "@iconify/react": "^4.1.1" }, "devDependencies": { - "@iconify/react": "^4.1.1", "@microsoft/eslint-config-spfx": "1.18.2", "@microsoft/eslint-plugin-spfx": "1.18.2", "@microsoft/microsoft-graph-types": "^2.1.0",