Skip to content

Commit

Permalink
update @libsql/client peer & dev dependencies to >=0.3.0 <0.8.0 (#1615)
Browse files Browse the repository at this point in the history
Co-authored-by: pilcrow <[email protected]>
  • Loading branch information
n00ki and pilcrowOnPaper committed Jul 15, 2024
1 parent 1210baf commit 9d91b75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/adapter-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
".": "./dist/index.js"
},
"peerDependencies": {
"@libsql/client": "^0.3.0",
"better-sqlite3": "8.x - 11.x",
"@libsql/client": ">= 0.3.0",
"better-sqlite3": "8.x - 9.x",
"lucia": "3.x"
},
"peerDependenciesMeta": {
Expand All @@ -56,7 +56,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@libsql/client": "^0.3.0",
"@libsql/client": "^0.8.0",
"@lucia-auth/adapter-test": "workspace:*",
"@miniflare/d1": "^2.14.0",
"@miniflare/web-sockets": "^2.14.1",
Expand Down

0 comments on commit 9d91b75

Please sign in to comment.