upgrade to bun 1.1.0
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
qpismont 2024-04-01 19:14:53 +02:00
parent 3bdb12b2a9
commit aae70c59c0
5 changed files with 4 additions and 9 deletions

View file

@ -10,7 +10,4 @@ steps:
matrix: matrix:
BUN_VERSION: BUN_VERSION:
- 1.0.30 - 1.1.0
- 1.0.31
- 1.0.32
- 1.0.33

View file

@ -12,9 +12,7 @@ steps:
matrix: matrix:
BUN_VERSION: BUN_VERSION:
- 1.0.31 - 1.1.0
- 1.0.32
- 1.0.33
services: services:
nats: nats:

View file

@ -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": { "organizeImports": {
"enabled": true "enabled": true
}, },

BIN
bun.lockb

Binary file not shown.

View file

@ -12,7 +12,7 @@
"build": "tsc --project tsconfig.build.json" "build": "tsc --project tsconfig.build.json"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.6.1", "@biomejs/biome": "1.6.3",
"@types/bun": "latest", "@types/bun": "latest",
"typescript": "^5.0.0" "typescript": "^5.0.0"
}, },