Skip to content

Commit 61d1e2b

Browse files
chore(deps): update all non-major dependencies
1 parent 4bc6fd0 commit 61d1e2b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4040

4141
- name: Create GitHub Release
42-
uses: stacksjs/action-releaser@v1.2.6
42+
uses: stacksjs/action-releaser@v1.2.7
4343
with:
4444
files: |
4545
packages/besting/bin/besting-linux-x64.zip

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"typecheck": "bun --bun tsc --noEmit"
4040
},
4141
"devDependencies": {
42-
"@stacksjs/bumpx": "^0.2.2",
42+
"@stacksjs/bumpx": "^0.2.4",
4343
"@stacksjs/docs": "^0.70.23",
4444
"@stacksjs/eslint-config": "^4.14.0-beta.3",
4545
"@stacksjs/gitlint": "^0.1.5",
46-
"@stacksjs/logsmith": "^0.1.18",
47-
"@types/bun": "^1.3.0",
48-
"buddy-bot": "^0.9.9",
46+
"@stacksjs/logsmith": "^0.2.1",
47+
"@types/bun": "^1.3.4",
48+
"buddy-bot": "^0.9.12",
4949
"bun-git-hooks": "^0.3.1",
50-
"bun-plugin-dtsx": "0.9.5",
51-
"bunfig": "^0.15.0",
50+
"bun-plugin-dtsx": "0.9.9",
51+
"bunfig": "^0.15.6",
5252
"typescript": "^5.9.3"
5353
},
5454
"overrides": {

packages/benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test": "bun test"
4242
},
4343
"devDependencies": {
44-
"happy-dom": "^20.0.2",
44+
"happy-dom": "^20.0.11",
4545
"jsdom": "^25.0.1",
4646
"mitata": "^1.0.34"
4747
}

packages/besting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
},
8181
"devDependencies": {
8282
"@stacksjs/clapp": "^0.2.0",
83-
"bunfig": "^0.15.0"
83+
"bunfig": "^0.15.6"
8484
}
8585
}

0 commit comments

Comments
 (0)