Skip to content

Commit 8ba2195

Browse files
chore(deps): update all non-major dependencies
1 parent 59af369 commit 8ba2195

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6.0.2
2222

2323
- name: Install Bun
24-
uses: oven-sh/setup-bun@v2.1.2
24+
uses: oven-sh/setup-bun@v2.1.3
2525

2626
- name: Use cached node_modules
2727
uses: actions/cache@v5.0.3
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v6.0.2
4545

4646
- name: Install Bun
47-
uses: oven-sh/setup-bun@v2.1.2
47+
uses: oven-sh/setup-bun@v2.1.3
4848

4949
- name: Use cached node_modules
5050
uses: actions/cache@v5.0.3
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v6.0.2
6868

6969
- name: Install Bun
70-
uses: oven-sh/setup-bun@v2.1.2
70+
uses: oven-sh/setup-bun@v2.1.3
7171

7272
- name: Use cached node_modules
7373
uses: actions/cache@v5.0.3
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v6.0.2
9191

9292
- name: Install Bun
93-
uses: oven-sh/setup-bun@v2.1.2
93+
uses: oven-sh/setup-bun@v2.1.3
9494

9595
- name: Use cached node_modules
9696
uses: actions/cache@v5.0.3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Install Bun
19-
uses: oven-sh/setup-bun@v2.1.2
19+
uses: oven-sh/setup-bun@v2.1.3
2020

2121
- name: Use cached node_modules
2222
uses: actions/cache@v5.0.3

bun.lock

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@
6161
"format:fix": "bunx --bun pickier . --format --write"
6262
},
6363
"dependencies": {
64-
"shiki": "^3.22.0"
64+
"shiki": "^3.23.0"
6565
},
6666
"devDependencies": {
67-
"@happy-dom/global-registrator": "^20.6.1",
67+
"@happy-dom/global-registrator": "^20.8.3",
6868
"@stacksjs/bumpx": "^0.2.4",
6969
"@stacksjs/clarity": "^0.3.24",
7070
"@stacksjs/docs": "^0.70.23",
7171
"@stacksjs/gitlint": "^0.1.5",
7272
"@stacksjs/logsmith": "^0.2.1",
73-
"@types/bun": "^1.3.9",
73+
"@types/bun": "^1.3.10",
7474
"@types/rangy": "^1.3.0",
75-
"buddy-bot": "^0.9.14",
75+
"buddy-bot": "^0.9.17",
7676
"bun-git-hooks": "^0.3.1",
7777
"bun-plugin-dtsx": "^0.21.17",
7878
"rangy": "^1.3.2",

0 commit comments

Comments
 (0)