Skip to content

Commit

Permalink
Fix warnings from Tailwind (#259)
Browse files Browse the repository at this point in the history
* npm audit fix

* Disable telemetry

* Upgrade tailwindcss/forms to get rid of some warnings

* Supress bad lint warning
  • Loading branch information
rushi authored Sep 8, 2023
1 parent 7eef06b commit 704e1a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
stories: ["../src/**/*.stories.@(js|jsx|mdx)"],

core: {
disableTelemetry: true,
},
addons: [
"@storybook/addon-postcss",
"@storybook/addon-links",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.3.1",
"@tippyjs/react": "^4.2.6",
"clsx": "^1.1.1",
Expand Down
1 change: 1 addition & 0 deletions src/components/Buttons/ButtonGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const Button = ({
as: Tag = "button",
isActive,
shouldShowText = true,
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
isHidden = false,
size = "medium",
icon,
Expand Down

0 comments on commit 704e1a9

Please sign in to comment.