diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae6e7b7..3a4c02e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - name: Create GitHub Release - uses: stacksjs/action-releaser@v1.2.6 + uses: stacksjs/action-releaser@v1.2.7 with: files: | packages/besting/bin/besting-linux-x64.zip diff --git a/package.json b/package.json index 7a68006..95f19f9 100644 --- a/package.json +++ b/package.json @@ -39,16 +39,16 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.2.2", + "@stacksjs/bumpx": "^0.2.4", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.3.0", - "buddy-bot": "^0.9.9", + "@stacksjs/logsmith": "^0.2.1", + "@types/bun": "^1.3.6", + "buddy-bot": "^0.9.12", "bun-git-hooks": "^0.3.1", - "bun-plugin-dtsx": "0.9.5", - "bunfig": "^0.15.0", + "bun-plugin-dtsx": "0.9.9", + "bunfig": "^0.15.6", "typescript": "^5.9.3" }, "overrides": { diff --git a/packages/benchmarks/package.json b/packages/benchmarks/package.json index feca681..adf4d74 100644 --- a/packages/benchmarks/package.json +++ b/packages/benchmarks/package.json @@ -41,7 +41,7 @@ "test": "bun test" }, "devDependencies": { - "happy-dom": "^20.0.2", + "happy-dom": "^20.3.7", "jsdom": "^25.0.1", "mitata": "^1.0.34" } diff --git a/packages/besting/package.json b/packages/besting/package.json index b3f873d..4cc1ebd 100644 --- a/packages/besting/package.json +++ b/packages/besting/package.json @@ -80,6 +80,6 @@ }, "devDependencies": { "@stacksjs/clapp": "^0.2.0", - "bunfig": "^0.15.0" + "bunfig": "^0.15.6" } }