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 - uses: oven-sh/setup-bun@v2
name: Install Bun name: Install Bun
with: with:
bun-version: "1.3.9" bun-version: "1.3.6"
- name: Install dependencies - name: Install dependencies
shell: bash 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 FROM oven/bun:${BUN_VERSION}-alpine AS base

View file

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

View file

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