Skip to content

Commit 4c732e2

Browse files
chore(deps): update all non-major dependencies
1 parent bc5f97e commit 4c732e2

4 files changed

Lines changed: 12 additions & 12 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.0.5
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.0.5
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.0.5
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}

bun.lock

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

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"ts-jpeg": "^0.3.1"
8484
},
8585
"devDependencies": {
86-
"@stacksjs/clapp": "^0.2.0",
87-
"bunfig": "^0.15.9"
86+
"@stacksjs/clapp": "^0.2.10",
87+
"bunfig": "^0.15.13"
8888
},
8989
"simple-git-hooks": {
9090
"pre-commit": "bunx lint-staged"

0 commit comments

Comments
 (0)