Skip to content

Commit c1843ef

Browse files
committed
chore: Update dependencies
1 parent 4fddffe commit c1843ef

3 files changed

Lines changed: 37 additions & 28 deletions

File tree

biome.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
66
"useIgnoreFile": true
77
},
88
"files": {
99
"ignoreUnknown": true,
10-
"includes": ["**", "!**/.next", "!**/node_modules", "!**/*.log"]
10+
"includes": [
11+
"**",
12+
"!**/.next",
13+
"!**/node_modules",
14+
"!**/*.log"
15+
]
1116
},
1217
"formatter": {
1318
"enabled": true,
@@ -83,11 +88,15 @@
8388
"level": "error",
8489
"fix": "safe",
8590
"options": {
86-
"attributes": ["className"],
87-
"functions": ["cn"]
91+
"attributes": [
92+
"className"
93+
],
94+
"functions": [
95+
"cn"
96+
]
8897
}
8998
}
9099
}
91100
}
92101
}
93-
}
102+
}

bun.lock

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"picocolors": "^1.1.1"
7272
},
7373
"devDependencies": {
74-
"@biomejs/biome": "^2.3.10",
74+
"@biomejs/biome": "^2.4.11",
7575
"@tsconfig/bun": "^1.0.10",
76-
"@types/bun": "^1.3.5",
77-
"bunup": "^0.16.17",
76+
"@types/bun": "^1.3.11",
77+
"bunup": "^0.16.31",
7878
"typescript": "^5.9.3"
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)