Skip to content

Commit c848dc3

Browse files
chore(deps): update dependency prettier to ^3.7.4 (#71)
* chore(deps): update dependency prettier to ^3.7.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * style: format code --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Seren_Modz 21 <seren@kings-world.net>
1 parent fd8645a commit c848dc3

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint": "^9.39.1",
4949
"eslint-config-next": "16.0.8",
5050
"eslint-config-prettier": "^10.1.8",
51-
"prettier": "^3.6.2",
51+
"prettier": "^3.7.4",
5252
"prettier-plugin-tailwindcss": "^0.7.1",
5353
"pretty-quick": "^4.2.2",
5454
"react-scan": "^0.4.3",

src/components/ui/file-upload.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,10 @@ function useFileUploadContext(consumerName: string) {
291291
return context;
292292
}
293293

294-
interface FileUploadRootProps
295-
extends Omit<React.ComponentProps<"div">, "defaultValue" | "onChange"> {
294+
interface FileUploadRootProps extends Omit<
295+
React.ComponentProps<"div">,
296+
"defaultValue" | "onChange"
297+
> {
296298
value?: File[];
297299
defaultValue?: File[];
298300
onValueChange?: (files: File[]) => void;

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,7 +3144,7 @@ __metadata:
31443144
nanoid: "npm:^5.1.6"
31453145
next: "npm:^16.0.8"
31463146
next-themes: "npm:^0.4.6"
3147-
prettier: "npm:^3.6.2"
3147+
prettier: "npm:^3.7.4"
31483148
prettier-plugin-tailwindcss: "npm:^0.7.1"
31493149
pretty-quick: "npm:^4.2.2"
31503150
react: "npm:^19.2.0"
@@ -6461,12 +6461,12 @@ __metadata:
64616461
languageName: node
64626462
linkType: hard
64636463

6464-
"prettier@npm:^3.6.2":
6465-
version: 3.6.2
6466-
resolution: "prettier@npm:3.6.2"
6464+
"prettier@npm:^3.7.4":
6465+
version: 3.7.4
6466+
resolution: "prettier@npm:3.7.4"
64676467
bin:
64686468
prettier: bin/prettier.cjs
6469-
checksum: 10/1213691706bcef1371d16ef72773c8111106c3533b660b1cc8ec158bd109cdf1462804125f87f981f23c4a3dba053b6efafda30ab0114cc5b4a725606bb9ff26
6469+
checksum: 10/b4d00ea13baed813cb777c444506632fb10faaef52dea526cacd03085f01f6db11fc969ccebedf05bf7d93c3960900994c6adf1b150e28a31afd5cfe7089b313
64706470
languageName: node
64716471
linkType: hard
64726472

0 commit comments

Comments
 (0)