Skip to content

Commit

Permalink
fix: install missing clsx in lab package (#3337)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno <zettca@users.noreply.github.com>
  • Loading branch information
zettca and zettca committed May 17, 2023
1 parent 0f7b8de commit 22877e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions packages/lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,17 @@
"dependencies": {
"@emotion/cache": "^11.10.5",
"@hitachivantara/uikit-react-core": "^5.6.0",
"usehooks-ts": "^2.9.1",
"react-color": "^2.19.3"
"clsx": "^1.2.1",
"react-color": "^2.19.3",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-color": "^2.17.5",
"@types/react-dom": "^18.0.11",
"@vitest/coverage-c8": "^0.29.7",
"npm-run-all": "^4.1.5",
"tsc-alias": "^1.8.2",
"@types/react-color": "^2.17.5"
"tsc-alias": "^1.8.2"
},
"files": [
"dist"
Expand Down

0 comments on commit 22877e2

Please sign in to comment.