Merge pull request 'upgrade to bun 1.1.0' (#6) from bun1.1 into main
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

Reviewed-on: #6
This commit is contained in:
qpismont 2024-04-01 19:24:59 +02:00
commit bf7037eb15
6 changed files with 6 additions and 9 deletions

2
.gitignore vendored
View file

@ -173,3 +173,5 @@ dist
# Finder (MacOS) folder config # Finder (MacOS) folder config
.DS_Store .DS_Store
.npmrc

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"
}, },