Skip to content

Commit

Permalink
refactor: relax peer dependencies
Browse files Browse the repository at this point in the history
resolves #113
  • Loading branch information
pi0 committed Oct 8, 2024
1 parent 086317e commit a80b62c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"vitest": "^2.1.2"
},
"peerDependencies": {
"@libsql/client": "^0.6.0",
"better-sqlite3": "^9.6.0",
"drizzle-orm": "^0.30.9"
"@libsql/client": "*",
"better-sqlite3": "*",
"drizzle-orm": "*"
},
"peerDependenciesMeta": {
"@libsql/client": {
Expand All @@ -87,4 +87,4 @@
}
},
"packageManager": "pnpm@9.12.1"
}
}

0 comments on commit a80b62c

Please sign in to comment.