diff --git a/biome.json b/biome.json index 49582b0..1ae8bea 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.9.1/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.3/schema.json", "organizeImports": { "enabled": true }, diff --git a/bun.lockb b/bun.lockb index 71ab6eb..0fa6cb4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fed07aa..f303cf0 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "check": "bunx tsc -p ." }, "devDependencies": { - "@biomejs/biome": "^1.9.1", - "@types/bun": "^1.1.9", - "@types/node": "^22.5.5", - "bun-plugin-dts": "^0.2.3" + "@biomejs/biome": "^1.9.3", + "@types/bun": "^1.1.11", + "@types/node": "^22.7.5", + "bun-plugin-dts": "^0.3.0" }, "trustedDependencies": ["@biomejs/biome"], "dependencies": {