Skip to content

Commit 6a86c19

Browse files
committed
bump prettier. 3.7 was raising issues in CI (using 3.7.1) that 3.6.2 was not.
1 parent 927098f commit 6a86c19

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

client/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
asChild?: boolean;
4142
}

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
@@ -68,7 +68,7 @@
6868
"jest-fixed-jsdom": "^0.0.9",
6969
"lint-staged": "^16.1.5",
7070
"playwright": "^1.56.1",
71-
"prettier": "^3.6.2",
71+
"prettier": "^3.7.1",
7272
"rimraf": "^6.0.1",
7373
"typescript": "^5.4.2"
7474
},

0 commit comments

Comments
 (0)