diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb18c3e20..1eed61833 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Bun.js uses: oven-sh/setup-bun@v1 with: - bun-version: 1.1.38 + bun-version: 1.1.40 - name: Install dependencies run: bun install - name: Build project @@ -45,7 +45,7 @@ jobs: - name: Setup Bun.js uses: oven-sh/setup-bun@v1 with: - bun-version: 1.1.38 + bun-version: 1.1.40 - name: Install dependencies run: bun install - name: Build project @@ -63,7 +63,7 @@ jobs: - name: Setup Bun.js uses: oven-sh/setup-bun@v1 with: - bun-version: 1.1.38 + bun-version: 1.1.40 - uses: actions/checkout@v4 - name: Setup Deno uses: denoland/setup-deno@v1 diff --git a/bun.lockb b/bun.lockb index 07c7e6e9f..cfc68146e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/building-your-application/deploying/docker.md b/docs/building-your-application/deploying/docker.md index 848c56f56..cfd33d690 100644 --- a/docs/building-your-application/deploying/docker.md +++ b/docs/building-your-application/deploying/docker.md @@ -14,7 +14,7 @@ To _containerize_ our application, we define a `Dockerfile`. This file contains ```dockerfile # Adjust BUN_VERSION as desired -ARG BUN_VERSION=1.1.38 +ARG BUN_VERSION=1.1.40 FROM oven/bun:${BUN_VERSION}-slim AS base # Brisa app lives here diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md index 15ae1587a..6de6911bb 100644 --- a/docs/getting-started/quick-start.md +++ b/docs/getting-started/quick-start.md @@ -11,7 +11,7 @@ related: ### System Requirements -- Bun [](https://bun.sh/) or later +- Bun [](https://bun.sh/) or later - macOS, Windows (including WSL), and Linux are supported. ### Automatic Installation diff --git a/package.json b/package.json index 746ab64cb..7352b42fa 100644 --- a/package.json +++ b/package.json @@ -47,9 +47,9 @@ "www:deploy": "bun run build && bun run www:build && vercel --prod", "prepare": "husky && bun run packages/brisa-tailwindcss/scripts/generate-json-deps.ts" }, - "packageManager": "bun@1.1.38", + "packageManager": "bun@1.1.40", "engines": { - "bun": ">= 1.1.38", + "bun": ">= 1.1.40", "npm": ">= 10.0.0", "yarn": ">= 3.0.0", "pnpm": ">= 9.8.0" @@ -58,4 +58,4 @@ "@biomejs/biome": "1.9.4", "husky": "9.1.6" } -} +} \ No newline at end of file diff --git a/packages/adapter-vercel/package.json b/packages/adapter-vercel/package.json index 07dcf6313..b5db75876 100644 --- a/packages/adapter-vercel/package.json +++ b/packages/adapter-vercel/package.json @@ -22,9 +22,9 @@ "devDependencies": { "brisa": "workspace:*" }, - "packageManager": "bun@1.1.38", + "packageManager": "bun@1.1.40", "engines": { - "bun": ">= 1.1.38", + "bun": ">= 1.1.40", "npm": ">= 10.0.0", "yarn": ">= 3.0.0", "pnpm": ">= 9.8.0" diff --git a/packages/brisa-pandacss/package.json b/packages/brisa-pandacss/package.json index eec6d50fc..9dcc2d1a9 100644 --- a/packages/brisa-pandacss/package.json +++ b/packages/brisa-pandacss/package.json @@ -20,9 +20,9 @@ "@pandacss/dev": "0.47.0", "postcss": "8.4.47" }, - "packageManager": "bun@1.1.38", + "packageManager": "bun@1.1.40", "engines": { - "bun": ">= 1.1.38", + "bun": ">= 1.1.40", "npm": ">= 10.0.0", "yarn": ">= 3.0.0", "pnpm": ">= 9.8.0" diff --git a/packages/brisa-tailwindcss/package.json b/packages/brisa-tailwindcss/package.json index 27e211e29..090346a0a 100644 --- a/packages/brisa-tailwindcss/package.json +++ b/packages/brisa-tailwindcss/package.json @@ -29,9 +29,9 @@ "postcss": "8.4.48", "tailwindcss": "4.0.0-alpha.33" }, - "packageManager": "bun@1.1.38", + "packageManager": "bun@1.1.40", "engines": { - "bun": ">= 1.1.38", + "bun": ">= 1.1.40", "npm": ">= 10.0.0", "yarn": ">= 3.0.0", "pnpm": ">= 9.8.0" diff --git a/packages/brisa/package.json b/packages/brisa/package.json index 158cd3362..7d283028e 100644 --- a/packages/brisa/package.json +++ b/packages/brisa/package.json @@ -143,9 +143,9 @@ "brisa-tailwindcss": "workspace:*", "brisa-pandacss": "workspace:*" }, - "packageManager": "bun@1.1.38", + "packageManager": "bun@1.1.40", "engines": { - "bun": ">= 1.1.38", + "bun": ">= 1.1.40", "npm": ">= 10.0.0", "yarn": ">= 3.0.0", "pnpm": ">= 9.8.0" diff --git a/packages/create-brisa/package.json b/packages/create-brisa/package.json index 14c6c6f25..a2be4e6f7 100644 --- a/packages/create-brisa/package.json +++ b/packages/create-brisa/package.json @@ -21,9 +21,9 @@ "bin": { "create-brisa": "./create-brisa.cjs" }, - "packageManager": "bun@1.1.38", + "packageManager": "bun@1.1.40", "engines": { - "bun": ">= 1.1.38", + "bun": ">= 1.1.40", "npm": ">= 10.0.0", "yarn": ">= 3.0.0", "pnpm": ">= 9.8.0" diff --git a/packages/www/package.json b/packages/www/package.json index d9cf4deda..84934a36b 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -36,9 +36,9 @@ "@types/jsdom": "21.1.7", "sharp": "0.33.5" }, - "packageManager": "bun@1.1.38", + "packageManager": "bun@1.1.40", "engines": { - "bun": ">= 1.1.38", + "bun": ">= 1.1.40", "npm": ">= 10.0.0", "yarn": ">= 3.0.0", "pnpm": ">= 9.8.0"