Skip to content
Prev Previous commit
chore(deps): update all non-major dependencies (updated)
  • Loading branch information
github-actions[bot] committed Nov 8, 2025
commit e64ff9fb53dd5a63da16a1ed686a14b52cb776ec
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Attach Binaries
uses: softprops/[email protected].0
uses: softprops/[email protected].1
with:
files: |
packages/qrx/bin/qrx-linux-x64
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
"typecheck": "bun --bun tsc --noEmit"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.86",
"@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.8",
"@types/bun": "^1.3.1",
"buddy-bot": "^0.9.11",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.12",
"bun-plugin-dtsx": "^0.21.17",
"typescript": "^5.9.3",
"unocss": "^66.5.3"
"unocss": "^66.5.5"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/qrx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Loading