Skip to content

Commit b2f6a1d

Browse files
chore(deps): update all non-major dependencies
1 parent c737325 commit b2f6a1d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
# env:
2121
# BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2222
with:
23-
bun-version: 1.2.18
23+
bun-version: 1.3.1
2424

2525
- name: Use cached node_modules
26-
uses: actions/cache@v4.2.4
26+
uses: actions/cache@v4.3.0
2727
with:
2828
path: node_modules
2929
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,7 +44,7 @@ jobs:
4444
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545

4646
- name: Attach Binaries
47-
uses: stacksjs/action-releaser@v1.1.0
47+
uses: stacksjs/action-releaser@v1.2.7
4848
with:
4949
files: |
5050
packages/logsmith/bin/logsmith-linux-x64.zip

bun.lock

Lines changed: 6 additions & 6 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
@@ -40,7 +40,7 @@
4040
"@stacksjs/eslint-config": "^4.14.0-beta.3",
4141
"@stacksjs/gitlint": "^0.1.5",
4242
"@stacksjs/logsmith": "workspace:*",
43-
"@types/bun": "^1.3.0",
43+
"@types/bun": "^1.3.1",
4444
"buddy-bot": "^0.9.9",
4545
"bun-git-hooks": "^0.3.1",
4646
"bun-plugin-dtsx": "0.9.5",

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@actions/core": "^1.11.1",
35-
"@actions/github": "^6.0.0",
35+
"@actions/github": "^6.0.1",
3636
"@stacksjs/logsmith": "workspace:*"
3737
}
3838
}

packages/logsmith/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@stacksjs/clapp": "^0.2.0",
63-
"bunfig": "^0.15.0",
63+
"bunfig": "^0.15.1",
6464
"pickier": "^0.1.7"
6565
}
6666
}

0 commit comments

Comments
 (0)