Skip to content

Commit

Permalink
chore(deps): update dependency @libsql/client to v0.6.1 (#24363)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent 4c09fb9 commit 729c664
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-libsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"async-mutex": "0.5.0"
},
"devDependencies": {
"@libsql/client": "0.6.0"
"@libsql/client": "0.6.1"
},
"peerDependencies": {
"@libsql/client": "^0.3.5 || ^0.4.0 || ^0.5.0 || ^0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Pierre-Antoine Mills",
"license": "Apache-2.0",
"dependencies": {
"@libsql/client": "0.6.0",
"@libsql/client": "0.6.1",
"@neondatabase/serverless": "0.9.3",
"@planetscale/database": "1.18.0",
"@prisma/adapter-neon": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundled-js-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "tsx helpers/build.ts"
},
"dependencies": {
"@libsql/client": "0.6.0",
"@libsql/client": "0.6.1",
"@neondatabase/serverless": "0.9.3",
"@planetscale/database": "1.18.0",
"@types/pg": "8.11.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"@jest/create-cache-key-function": "29.7.0",
"@jest/globals": "29.7.0",
"@jest/test-sequencer": "29.7.0",
"@libsql/client": "0.6.0",
"@libsql/client": "0.6.1",
"@neondatabase/serverless": "0.9.3",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/context-async-hooks": "1.24.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@cloudflare/workers-types": "4.20240524.0",
"@libsql/client": "0.6.0",
"@libsql/client": "0.6.1",
"@neondatabase/serverless": "0.9.3",
"@planetscale/database": "1.18.0",
"@prisma/adapter-d1": "/tmp/prisma-adapter-d1-0.0.0.tgz",
Expand Down
26 changes: 13 additions & 13 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 729c664

Please sign in to comment.