fix: downgrade bun to 1.3.6

Closes #457 (related to https://github.com/oven-sh/bun/issues/26544)
This commit is contained in:
Nicolas Meienberger 2026-02-02 18:20:45 +01:00
parent 37861089ba
commit aafed6e7b1
4 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ runs:
- uses: oven-sh/setup-bun@v2
name: Install Bun
with:
bun-version: "1.3.8"
bun-version: "1.3.6"
- name: Install dependencies
shell: bash

View file

@ -1,4 +1,4 @@
ARG BUN_VERSION="1.3.8"
ARG BUN_VERSION="1.3.6"
FROM oven/bun:${BUN_VERSION}-alpine AS base

View file

@ -78,7 +78,7 @@
"@tanstack/react-query-devtools": "^5.91.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/bun": "^1.3.8",
"@types/bun": "^1.3.6",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",

View file

@ -98,7 +98,7 @@
"@tanstack/react-query-devtools": "^5.91.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/bun": "^1.3.8",
"@types/bun": "^1.3.6",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
@ -122,5 +122,5 @@
"overrides": {
"esbuild": "^0.27.2"
},
"packageManager": "bun@1.3.8"
"packageManager": "bun@1.3.6"
}