Skip to content

Commit

Permalink
chore: upgrade to Bun 1.1.40 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Dec 18, 2024
1 parent 5168c66 commit bbf8e7f
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/building-your-application/deploying/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ related:

### System Requirements

- Bun [<w-badge type="tip" text="1.1.38" />](https://bun.sh/) or later
- Bun [<w-badge type="tip" text="1.1.40" />](https://bun.sh/) or later
- macOS, Windows (including WSL), and Linux are supported.

### Automatic Installation
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected].38",
"packageManager": "[email protected].40",
"engines": {
"bun": ">= 1.1.38",
"bun": ">= 1.1.40",
"npm": ">= 10.0.0",
"yarn": ">= 3.0.0",
"pnpm": ">= 9.8.0"
Expand All @@ -58,4 +58,4 @@
"@biomejs/biome": "1.9.4",
"husky": "9.1.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"devDependencies": {
"brisa": "workspace:*"
},
"packageManager": "[email protected].38",
"packageManager": "[email protected].40",
"engines": {
"bun": ">= 1.1.38",
"bun": ">= 1.1.40",
"npm": ">= 10.0.0",
"yarn": ">= 3.0.0",
"pnpm": ">= 9.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/brisa-pandacss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@pandacss/dev": "0.47.0",
"postcss": "8.4.47"
},
"packageManager": "[email protected].38",
"packageManager": "[email protected].40",
"engines": {
"bun": ">= 1.1.38",
"bun": ">= 1.1.40",
"npm": ">= 10.0.0",
"yarn": ">= 3.0.0",
"pnpm": ">= 9.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/brisa-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"postcss": "8.4.48",
"tailwindcss": "4.0.0-alpha.33"
},
"packageManager": "[email protected].38",
"packageManager": "[email protected].40",
"engines": {
"bun": ">= 1.1.38",
"bun": ">= 1.1.40",
"npm": ">= 10.0.0",
"yarn": ">= 3.0.0",
"pnpm": ">= 9.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/brisa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
"brisa-tailwindcss": "workspace:*",
"brisa-pandacss": "workspace:*"
},
"packageManager": "[email protected].38",
"packageManager": "[email protected].40",
"engines": {
"bun": ">= 1.1.38",
"bun": ">= 1.1.40",
"npm": ">= 10.0.0",
"yarn": ">= 3.0.0",
"pnpm": ">= 9.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-brisa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"bin": {
"create-brisa": "./create-brisa.cjs"
},
"packageManager": "[email protected].38",
"packageManager": "[email protected].40",
"engines": {
"bun": ">= 1.1.38",
"bun": ">= 1.1.40",
"npm": ">= 10.0.0",
"yarn": ">= 3.0.0",
"pnpm": ">= 9.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@types/jsdom": "21.1.7",
"sharp": "0.33.5"
},
"packageManager": "[email protected].38",
"packageManager": "[email protected].40",
"engines": {
"bun": ">= 1.1.38",
"bun": ">= 1.1.40",
"npm": ">= 10.0.0",
"yarn": ">= 3.0.0",
"pnpm": ">= 9.8.0"
Expand Down

0 comments on commit bbf8e7f

Please sign in to comment.