Skip to content

Commit c3159ed

Browse files
committed
chore: update prettier
1 parent 753e9e2 commit c3159ed

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-plugin-react-hooks": "^7.0.1",
8888
"lint-staged": "^15.5.2",
8989
"postcss": "^8.5.6",
90-
"prettier": "^3.6.2",
90+
"prettier": "^3.7.4",
9191
"react-resizable-panels": "^3.0.6",
9292
"tailwindcss": "^3.4.18",
9393
"typescript": "^5.9.3",

src/components/ui/button.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const buttonVariants = cva(
3535
);
3636

3737
export interface ButtonProps
38-
extends React.ButtonHTMLAttributes<HTMLButtonElement>,
38+
extends
39+
React.ButtonHTMLAttributes<HTMLButtonElement>,
3940
VariantProps<typeof buttonVariants>,
4041
React.RefAttributes<HTMLButtonElement> {
4142
asChild?: boolean;

0 commit comments

Comments
 (0)