Skip to content

Commit 521716c

Browse files
deps: update dependency bun to v1.3.11
1 parent e98534d commit 521716c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reusable-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
3030
with:
31-
bun-version: 1.2.19
31+
bun-version: 1.3.11
3232
- run: bun install && bun run build
3333
- run: bun install
3434
working-directory: "examples/${{matrix.folder}}"

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
- uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
3131
with:
32-
bun-version: 1.2.19
32+
bun-version: 1.3.11
3333
- run: bun install && bun run build
3434
- run: bun test
3535
working-directory: arcjet-bun

examples/bun-rate-limit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@arcjet/bun": "workspace:*"
2828
},
2929
"devDependencies": {
30-
"@types/bun": "1.3.8"
30+
"@types/bun": "1.3.11"
3131
},
3232
"peerDependencies": {
3333
"typescript": "5.4.5"

0 commit comments

Comments
 (0)