chore: downgrade bun to v1.3.6 again due to user crashes

This commit is contained in:
Nicolas
2026-02-13 18:39:12 +01:00
parent 0cf5358f77
commit 613f380ea7
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@@ -78,14 +78,14 @@
"@tailwindcss/vite": "^4.1.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/bun": "^1.3.9",
"@types/bun": "^1.3.6",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/semver": "^7.7.1",
"@vitejs/plugin-react": "^5.1.4",
"babel-plugin-react-compiler": "^1.0.0",
"bun-types": "^1.3.9",
"bun-types": "^1.3.6",
"dotenv-cli": "^11.0.0",
"drizzle-kit": "^1.0.0-beta.12-a5629fb",
"lightningcss": "^1.31.1",

View File

@@ -99,14 +99,14 @@
"@tailwindcss/vite": "^4.1.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/bun": "^1.3.9",
"@types/bun": "^1.3.6",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/semver": "^7.7.1",
"@vitejs/plugin-react": "^5.1.4",
"babel-plugin-react-compiler": "^1.0.0",
"bun-types": "^1.3.9",
"bun-types": "^1.3.6",
"dotenv-cli": "^11.0.0",
"drizzle-kit": "^1.0.0-beta.12-a5629fb",
"lightningcss": "^1.31.1",
@@ -126,5 +126,5 @@
"overrides": {
"esbuild": "^0.27.2"
},
"packageManager": "bun@1.3.9"
"packageManager": "bun@1.3.6"
}