Skip to content

Commit

Permalink
Fix use of db.batch in Stackblitz (#10384)
Browse files Browse the repository at this point in the history
* Fix use of db.batch in Stackblitz

* Update .changeset/rare-items-protect.md

---------

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
  • Loading branch information
matthewp and natemoo-re authored Mar 11, 2024
1 parent 8cceab5 commit cd5e8d4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 39 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-items-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/db": patch
---

Upgrades the `@libsql/client` dependency to fix the use of `db.batch` in StackBlitz
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"test:match": "mocha --timeout 20000 \"test/*.js\" \"test/unit/*.js\" -g"
},
"dependencies": {
"@libsql/client": "^0.4.3",
"@libsql/client": "^0.5.5",
"async-listen": "^3.0.1",
"deep-diff": "^1.0.2",
"drizzle-orm": "^0.29.5",
Expand Down
72 changes: 34 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd5e8d4

Please sign in to comment.