diff --git a/biome.json b/biome.json index 2359ad0..99be543 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.1/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, diff --git a/bun.lockb b/bun.lockb index 3411d8d..4951ddd 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 48dd39a..dcc4d1c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "zod": "^3.22.4" }, "devDependencies": { - "@biomejs/biome": "1.8.0", + "@biomejs/biome": "1.8.1", "@types/bun": "latest", "typescript": "^5.2.2" }