Skip to content

Commit 9601603

Browse files
chore(deps): update dependency @biomejs/biome to v2.3.4 (#898)
* chore(deps): update dependency @biomejs/biome to v2.3.4 * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dominik Ferber <[email protected]>
1 parent 86f4c4a commit 9601603

File tree

3 files changed

+44
-39
lines changed

3 files changed

+44
-39
lines changed

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.7/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -45,5 +45,10 @@
4545
"formatter": {
4646
"quoteStyle": "single"
4747
}
48+
},
49+
"css": {
50+
"parser": {
51+
"tailwindDirectives": true
52+
}
4853
}
4954
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]
2828
},
2929
"devDependencies": {
30-
"@biomejs/biome": "2.2.7",
30+
"@biomejs/biome": "2.3.4",
3131
"@changesets/cli": "2.29.7",
3232
"husky": "9.1.7",
3333
"jest": "29.7.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)