Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: stacksjs/action-releaser@v1.2.7
uses: stacksjs/action-releaser@v1.2.6
with:
files: |
packages/bun-query-builder/bin/qbx-linux-x64.zip
Expand Down
2 changes: 1 addition & 1 deletion deps.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
bun: ^1.3.0
bun: ^1.3.1
mysql: latest
postgres: latest
sqlite: latest
6 changes: 3 additions & 3 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"clean": "bun run src/clean.ts"
},
"dependencies": {
"@prisma/client": "^6.19.0",
"@prisma/client": "^6.20.0-integration-oidc-truster-publishers.2",
"better-sqlite3": "^12.4.1",
"bun-query-builder": "workspace:*",
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"drizzle-orm": "^0.44.7",
"drizzle-orm": "^0.45.0-82993ae",
"kysely": "^0.28.8",
"mitata": "^1.0.34",
"prisma": "^6.19.0",
"prisma": "^6.20.0-integration-oidc-truster-publishers.2",
"typeorm": "^0.3.27"
},
"devDependencies": {
Expand Down
Loading