Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade bun & deps #562

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Bun.js
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.30
bun-version: 1.1.31
- name: Install dependencies
run: bun install
- name: Build project
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Setup Bun.js
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.30
bun-version: 1.1.31
- name: Install dependencies
run: bun install
- name: Build project
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.30
ARG BUN_VERSION=1.1.31
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.30" />](https://bun.sh/) or later
- Bun [<w-badge type="tip" text="1.1.31" />](https://bun.sh/) or later
- macOS, Windows (including WSL), and Linux are supported.

### Automatic Installation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"www:deploy": "bun run build && bun run www:build && vercel --prod",
"prepare": "husky"
},
"packageManager": "[email protected].30",
"packageManager": "[email protected].31",
"engines": {
"bun": ">= 1.1.30",
"bun": ">= 1.1.31",
"npm": "please-use-bun",
"yarn": "please-use-bun",
"pnpm": "please-use-bun"
Expand Down
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].30",
"packageManager": "[email protected].31",
"engines": {
"bun": ">= 1.1.30",
"bun": ">= 1.1.31",
"npm": "please-use-bun",
"yarn": "please-use-bun",
"pnpm": "please-use-bun"
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.46.1",
"postcss": "8.4.47"
},
"packageManager": "[email protected].30",
"packageManager": "[email protected].31",
"engines": {
"bun": ">= 1.1.30",
"bun": ">= 1.1.31",
"npm": "please-use-bun",
"yarn": "please-use-bun",
"pnpm": "please-use-bun"
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 @@ -21,9 +21,9 @@
"postcss": "8.4.47",
"tailwindcss": "4.0.0-alpha.25"
},
"packageManager": "[email protected].30",
"packageManager": "[email protected].31",
"engines": {
"bun": ">= 1.1.30",
"bun": ">= 1.1.31",
"npm": "please-use-bun",
"yarn": "please-use-bun",
"pnpm": "please-use-bun"
Expand Down
10 changes: 5 additions & 5 deletions packages/brisa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@
"brisa-tailwindcss": "workspace:*",
"brisa-pandacss": "workspace:*"
},
"packageManager": "[email protected].30",
"packageManager": "[email protected].31",
"engines": {
"bun": ">= 1.1.30",
"npm": ">= 10.0.0",
"yarn": ">= 3.0.0",
"pnpm": ">= 9.8.0"
"bun": ">= 1.1.31",
"npm": "please-use-bun",
"yarn": "please-use-bun",
"pnpm": "please-use-bun"
}
}
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].30",
"packageManager": "[email protected].31",
"engines": {
"bun": ">= 1.1.30",
"bun": ">= 1.1.31",
"npm": "please-use-bun",
"yarn": "please-use-bun",
"pnpm": "please-use-bun"
Expand Down
10 changes: 5 additions & 5 deletions packages/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"search-engine-wc": "0.2.3",
"shikiji-transformers": "0.10.2",
"slugify": "1.6.6",
"@swc/wasm-web": "1.7.28"
"@swc/wasm-web": "1.7.36"
},
"devDependencies": {
"@types/bun": "1.1.10",
"@types/bun": "1.1.11",
"@types/markdown-it": "14.1.2",
"@types/markdown-it-container": "2.0.10",
"@types/mark.js": "8.11.12",
"jsdom": "25.0.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"@types/jsdom": "21.1.7"
},
"packageManager": "[email protected].30",
"packageManager": "[email protected].31",
"engines": {
"bun": ">= 1.1.30",
"bun": ">= 1.1.31",
"npm": "please-use-bun",
"yarn": "please-use-bun",
"pnpm": "please-use-bun"
Expand Down
Loading