diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 807fb97..dbe75f1 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -10,7 +10,4 @@ steps: matrix: BUN_VERSION: - - 1.0.30 - - 1.0.31 - - 1.0.32 - - 1.0.33 \ No newline at end of file + - 1.1.0 \ No newline at end of file diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index 5ea367c..cc674e9 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -12,9 +12,7 @@ steps: matrix: BUN_VERSION: - - 1.0.31 - - 1.0.32 - - 1.0.33 + - 1.1.0 services: nats: diff --git a/biome.json b/biome.json index 0473834..f08699f 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.1/schema.json", + "$schema": "https://biomejs.dev/schemas/1.6.3/schema.json", "organizeImports": { "enabled": true }, diff --git a/bun.lockb b/bun.lockb index c576a94..9b93697 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 288363b..2a2d711 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "tsc --project tsconfig.build.json" }, "devDependencies": { - "@biomejs/biome": "1.6.1", + "@biomejs/biome": "1.6.3", "@types/bun": "latest", "typescript": "^5.0.0" },