1
0
mirror of https://github.com/flarum/core.git synced 2025-09-03 05:02:45 +02:00

Replace classList with clsx library (#2760)

This commit is contained in:
David Wheatley
2021-04-05 16:27:16 +01:00
committed by GitHub
parent e7837baa63
commit ce453096ec
4 changed files with 27 additions and 38 deletions

View File

@@ -5,7 +5,7 @@
"@babel/preset-typescript": "^7.10.1",
"@types/mithril": "^2.0.3",
"bootstrap": "^3.4.1",
"classnames": "^2.2.5",
"clsx": "^1.1.1",
"color-thief-browser": "^2.0.2",
"dayjs": "^1.8.28",
"expose-loader": "^0.7.5",