chore: bump bun to 1.3.8

This commit is contained in:
Nicolas Meienberger 2026-01-29 22:56:33 +01:00
parent da3f88f37d
commit f62ae222ca
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.8"
- name: Install dependencies
shell: bash

View file

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