Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 819469e

Browse files
feat: Update all packages and pin Bun version (#15)
This commit updates all dependencies to their latest versions using `bun update --latest`. It also pins the Bun version to 1.2.21 in the GitHub workflow files and pins `@types/bun` to 1.2.21 in `package.json`. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent bc95ba6 commit 819469e

5 files changed

Lines changed: 37 additions & 37 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Bun
1818
uses: oven-sh/setup-bun@v2
1919
with:
20-
bun-version: 1.2.19
20+
bun-version: 1.2.21
2121

2222
- name: Install dependencies
2323
run: bun install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Bun
2323
uses: oven-sh/setup-bun@v2
2424
with:
25-
bun-version: 1.2.19
25+
bun-version: 1.2.21
2626

2727
- name: Set package version
2828
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Bun
1818
uses: oven-sh/setup-bun@v2
1919
with:
20-
bun-version: 1.2.19
20+
bun-version: 1.2.21
2121

2222
- name: Install dependencies
2323
run: bun install --frozen-lockfile

bun.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)