mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 23:44:22 +00:00
Add classnames
depedency
This commit is contained in:
parent
ad2505165e
commit
80a0368880
2 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
"@matejmazur/react-katex": "^3.1.3",
|
||||
"@sentry/nextjs": "^7.3.1",
|
||||
"@steffo/bluelib": "^7.0.0",
|
||||
"classnames": "^2.3.2",
|
||||
"katex": "^0.16.0",
|
||||
"next": "^13.2.4",
|
||||
"react": "^18.2.0",
|
||||
|
|
|
@ -610,6 +610,11 @@ chalk@^4.0.0:
|
|||
ansi-styles "^4.1.0"
|
||||
supports-color "^7.1.0"
|
||||
|
||||
classnames@^2.3.2:
|
||||
version "2.3.2"
|
||||
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924"
|
||||
integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==
|
||||
|
||||
client-only@0.0.1:
|
||||
version "0.0.1"
|
||||
resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
|
||||
|
|
Loading…
Reference in a new issue