chore: bump Bun to 1.3.9
Some checks failed
Release Workflow / determine-release-type (push) Has been cancelled
Release Workflow / checks (push) Has been cancelled
Release Workflow / e2e-tests (push) Has been cancelled
Release Workflow / build-images (push) Has been cancelled
Release Workflow / publish-release (push) Has been cancelled

This commit is contained in:
Nicolas Meienberger 2026-02-08 16:44:20 +01:00
parent 2d0ae89727
commit 81d3a76518
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.6"
bun-version: "1.3.9"
- name: Install dependencies
shell: bash

View file

@ -1,4 +1,4 @@
ARG BUN_VERSION="1.3.6"
ARG BUN_VERSION="1.3.9"
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.6",
"@types/bun": "^1.3.8",
"@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.6",
"@types/bun": "^1.3.8",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
@ -123,5 +123,5 @@
"overrides": {
"esbuild": "^0.27.2"
},
"packageManager": "bun@1.3.6"
"packageManager": "bun@1.3.9"
}