diff --git a/biome.json b/biome.json index d8d8db0..747c52c 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.4/schema.json", + "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json", "organizeImports": { "enabled": true, "ignore": ["node_modules", "dist"] diff --git a/bun.lockb b/bun.lockb index 7ec9665..e639731 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7550aec..f52dbc0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "bun run build.ts" }, "devDependencies": { - "@biomejs/biome": "^1.7.3", + "@biomejs/biome": "^1.8.0", "@types/bun": "^1.1.3", "bun-plugin-dts": "^0.2.3" },