diff --git a/biome.json b/biome.json index 43734cc..1a5099c 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.7.2/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.1/schema.json", "organizeImports": { "enabled": true }, diff --git a/bun.lockb b/bun.lockb index 260488b..e61a574 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e208e7c..f899b68 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ }, "main": "./dist/index.js", "devDependencies": { - "@biomejs/biome": "1.7.2", - "bun-types": "1.1.9", - "rimraf": "5.0.5", + "@biomejs/biome": "1.8.1", + "bun-types": "1.1.15", + "rimraf": "5.0.7", "typescript": "5.4.5" }, "bugs": { @@ -36,7 +36,7 @@ }, "scripts": { "start": "tsc -w", - "lint": "bun biome check --apply lib", + "lint": "biome check --write lib", "test": "bun test", "prebuild:js": "rimraf dist", "build:js": "bun build lib/index.ts --minify --outdir ./dist",