stacks/bun-query-builder
chore(deps): update all non-major dependencies
#171
Closed
chrisbbreuer
wants to merge
buddy-bot/update-non-major-updates-1761818897177
into
main
2 files
+3
-3
.github/workflows/release.ymlmodified+1-1Changes to .github/workflows/release.yml | @@ -40,7 +40,7 @@ jobs: |
| 40 | 40 | GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
| 41 | 41 | |
| 42 | 42 | - name: Attach Binaries |
| 43 | | - uses: stacksjs/action-releaser@v1.2.7 |
| 43 | + uses: stacksjs/action-releaser@v1.2.6 |
| 44 | 44 | with: |
| 45 | 45 | files: | |
| 46 | 46 | packages/bun-query-builder/bin/qbx-linux-x64.zip |
Changes to package.json | @@ -77,11 +77,11 @@ |
| 77 | 77 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 78 | 78 | "@stacksjs/gitlint": "^0.1.5", |
| 79 | 79 | "@stacksjs/launchpad": "^0.6.4", |
| 80 | | - "@stacksjs/logsmith": "^0.2.0", |
| 80 | + "@stacksjs/logsmith": "^0.2.1", |
| 81 | 81 | "@types/bun": "^1.3.1", |
| 82 | 82 | "buddy-bot": "^0.9.9", |
| 83 | 83 | "bun-git-hooks": "^0.3.1", |
| 84 | | - "bun-plugin-dtsx": "^0.9.6", |
| 84 | + "bun-plugin-dtsx": "^0.9.7", |
| 85 | 85 | "typescript": "^5.9.3" |
| 86 | 86 | }, |
| 87 | 87 | "overrides": { |