mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-02-20 07:45:30 -05:00
chore: downgrade bun to v1.3.6 again due to user crashes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG BUN_VERSION="1.3.9"
|
||||
ARG BUN_VERSION="1.3.6"
|
||||
|
||||
FROM oven/bun:${BUN_VERSION}-alpine AS base
|
||||
|
||||
|
||||
4
bun.lock
4
bun.lock
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user