Skip to content

Commit

Permalink
chore :: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
phyuna0525 committed Jan 3, 2025
1 parent 6270b67 commit 404e2f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-query": "^3.39.3",
"swr": "^2.2.4",
"tailwind": "^4.0.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwind-scrollbar-hide": "^2.0.0",
"uuid": "^9.0.1",
"zustand": "^4.5.4"
},
Expand Down
3 changes: 2 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Config } from "tailwindcss";
import scrollbarHide from "tailwind-scrollbar-hide";

const config: Config = {
content: [
Expand Down Expand Up @@ -344,6 +345,6 @@ const config: Config = {
},
},
},
plugins: [require("tailwind-scrollbar-hide")],
plugins: [scrollbarHide],
};
export default config;
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3506,10 +3506,10 @@ swr@^2.2.4:
client-only "^0.0.1"
use-sync-external-store "^1.2.0"

tailwind-scrollbar-hide@^1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/tailwind-scrollbar-hide/-/tailwind-scrollbar-hide-1.1.7.tgz#90b481fb2e204030e3919427416650c54f56f847"
integrity sha512-X324n9OtpTmOMqEgDUEA/RgLrNfBF/jwJdctaPZDzB3mppxJk7TLIDmOreEDm1Bq4R9LSPu4Epf8VSdovNU+iA==
tailwind-scrollbar-hide@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/tailwind-scrollbar-hide/-/tailwind-scrollbar-hide-2.0.0.tgz#2d25a3ba383cc7ec1bd516a4416759bb3428f88b"
integrity sha512-lqiIutHliEiODwBRHy4G2+Tcayo2U7+3+4frBmoMETD72qtah+XhOk5XcPzC1nJvXhXUdfl2ajlMhUc2qC6CIg==

tailwind@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 404e2f0

Please sign in to comment.