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
.DS_Store
.npmrc

View file

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

View file

@ -12,9 +12,7 @@ steps:
matrix:
BUN_VERSION:
- 1.0.31
- 1.0.32
- 1.0.33
- 1.1.0
services:
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": {
"enabled": true
},

BIN
bun.lockb

Binary file not shown.

View file

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