diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94fcd6a..3cf1f09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: softprops/action-gh-release@v2.3.3 + uses: softprops/action-gh-release@v2.4.1 with: files: | packages/qrx/bin/qrx-linux-x64 diff --git a/package.json b/package.json index 425e4ae..eb9a6da 100644 --- a/package.json +++ b/package.json @@ -43,18 +43,18 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.84", + "@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", + "@stacksjs/logsmith": "^0.2.1", "@stacksjs/qrx": "workspace:*", - "@types/bun": "^1.2.23", - "buddy-bot": "^0.9.7", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.12", - "typescript": "^5.9.2", - "unocss": "^66.5.2" + "@types/bun": "^1.3.1", + "buddy-bot": "^0.9.11", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dtsx": "^0.21.17", + "typescript": "^5.9.3", + "unocss": "^66.5.5" }, "overrides": { "unconfig": "0.3.10" diff --git a/packages/qrx/package.json b/packages/qrx/package.json index bf2ad87..c4ab33a 100644 --- a/packages/qrx/package.json +++ b/packages/qrx/package.json @@ -81,8 +81,8 @@ "devDependencies": { "@types/bun": "^1.1.14", "bun-plugin-dtsx": "^0.21.9", - "bunfig": "^0.15.0", - "lint-staged": "^16.2.3", + "bunfig": "^0.15.6", + "lint-staged": "^16.2.6", "simple-git-hooks": "^2.13.1", "typescript": "^5.7.2" },