Skip to content

Commit

Permalink
@lucia-auth/adapter-sqlite: Update better-sqlite3 peer dependency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowOnPaper committed Jul 3, 2024
1 parent aee376d commit cff6de3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .auri/$22fxc9cy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
package: "@lucia-auth/adapter-sqlite" # package name
type: "patch" # "major", "minor", "patch"
---

Update `better-sqlite3` peer dependency
4 changes: 2 additions & 2 deletions packages/adapter-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"@libsql/client": "^0.3.0",
"better-sqlite3": "8.x - 9.x",
"better-sqlite3": "8.x - 11.x",
"lucia": "3.x"
},
"peerDependenciesMeta": {
Expand All @@ -61,7 +61,7 @@
"@miniflare/d1": "^2.14.0",
"@miniflare/web-sockets": "^2.14.1",
"@types/better-sqlite3": "^7.6.3",
"better-sqlite3": "^8.4.0",
"better-sqlite3": "^11.1.2",
"bun-types": "^1.0.12",
"lucia": "workspace:*",
"tsx": "^3.12.6"
Expand Down

0 comments on commit cff6de3

Please sign in to comment.