Skip to content

Commit 1c50fa8

Browse files
Merge pull request #1725 from GuidoZam/fix-iconify-react-dependency
Fix #1719 @iconify/react error
2 parents 56afb24 + e852e18 commit 1c50fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
"react-quill": "2.0.0",
8383
"regexify-string": "^1.0.16",
8484
"spfx-uifabric-themes": "^0.9.0",
85-
"swiper": "^8.2.6"
85+
"swiper": "^8.2.6",
86+
"@iconify/react": "^4.1.1"
8687
},
8788
"devDependencies": {
88-
"@iconify/react": "^4.1.1",
8989
"@microsoft/eslint-config-spfx": "1.18.2",
9090
"@microsoft/eslint-plugin-spfx": "1.18.2",
9191
"@microsoft/microsoft-graph-types": "^2.1.0",

0 commit comments

Comments
 (0)