Skip to content

Commit 37e72c0

Browse files
chore(deps): update all non-major dependencies
1 parent ba771a2 commit 37e72c0

5 files changed

Lines changed: 75 additions & 33 deletions

File tree

.github/workflows/ci.yml

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

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

2626
- name: Use cached node_modules
27-
uses: actions/cache@v5.0.2
27+
uses: actions/cache@v5.1.0
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,10 +44,10 @@ jobs:
4444
- uses: actions/checkout@v6
4545

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

4949
- name: Use cached node_modules
50-
uses: actions/cache@v5.0.2
50+
uses: actions/cache@v5.1.0
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -67,10 +67,10 @@ jobs:
6767
- uses: actions/checkout@v6
6868

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

7272
- name: Use cached node_modules
73-
uses: actions/cache@v5.0.2
73+
uses: actions/cache@v5.1.0
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"format:fix": "bunx --bun pickier . --format --write"
5050
},
5151
"devDependencies": {
52-
"better-dx": "^0.2.15"
52+
"better-dx": "^0.2.18"
5353
},
5454
"workspaces": [
5555
"packages/*"

packages/bun-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"ts-images": "workspace:*"
5858
},
5959
"devDependencies": {
60-
"bun-plugin-dtsx": "^0.21.12"
60+
"bun-plugin-dtsx": "^0.21.17"
6161
},
6262
"simple-git-hooks": {
6363
"pre-commit": "bunx lint-staged"

packages/ts-images/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@
7575
"zip:darwin-arm64": "zip -j bin/imgx-darwin-arm64.zip bin/imgx-darwin-arm64"
7676
},
7777
"dependencies": {
78-
"@stacksjs/ts-avif": "^0.1.0",
78+
"@stacksjs/ts-avif": "^0.1.2",
7979
"@stacksjs/ts-bmp": "^0.1.0",
80-
"@stacksjs/ts-png": "^0.1.2",
80+
"@stacksjs/ts-png": "^0.1.7",
8181
"@stacksjs/ts-svg": "^0.1.1",
82-
"@stacksjs/ts-webp": "^0.1.0",
82+
"@stacksjs/ts-webp": "^0.1.1",
8383
"ts-gif": "^0.1.2",
84-
"ts-jpeg": "^0.3.1"
84+
"ts-jpeg": "^0.3.3"
8585
},
8686
"devDependencies": {
87-
"@stacksjs/clapp": "^0.2.0",
88-
"bunfig": "^0.15.9"
87+
"@stacksjs/clapp": "^0.2.10",
88+
"bunfig": "^0.15.14"
8989
},
9090
"simple-git-hooks": {
9191
"pre-commit": "bunx lint-staged"

0 commit comments

Comments
 (0)