We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae989ae commit 9877ebbCopy full SHA for 9877ebb
biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
3
"assist": { "actions": { "source": { "organizeImports": "on" } } },
4
"formatter": {
5
"enabled": true,
package.json
@@ -15,12 +15,12 @@
15
"sync-locales": "node scripts/sync-locales.js"
16
},
17
"devDependencies": {
18
- "@biomejs/biome": "2.3.10",
+ "@biomejs/biome": "2.4.4",
19
"lefthook": "^2.0.12",
20
"tsx": "^4.21.0"
21
22
"type": "module",
23
- "packageManager": "pnpm@10.18.3",
+ "packageManager": "pnpm@10.30.3",
24
"engines": {
25
"node": ">=20"
26
0 commit comments