Skip to content

Commit

Permalink
[fix] adding classnames dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Animenosekai committed Jun 6, 2022
1 parent 55dcaa0 commit ba14ab9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.7",
"@tabler/icons": "^1.68.0",
"classnames": "^2.3.1",
"next": "12.1.6",
"react": "18.1.0",
"react-content-loader": "^6.2.0",
Expand Down
5 changes: 5 additions & 0 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,11 @@
optionalDependencies:
"fsevents" "~2.3.2"

"classnames@^2.3.1":
"integrity" "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA=="
"resolved" "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz"
"version" "2.3.1"

"clsx@^1.1.1":
"integrity" "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA=="
"resolved" "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz"
Expand Down

1 comment on commit ba14ab9

@vercel
Copy link

@vercel vercel bot commented on ba14ab9 Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.