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