Skip to content

Commit

Permalink
chore(adapter-drizzle): mark drizzle-orm as a peer dependency (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored May 6, 2024
1 parent d5fc0e5 commit e70e08e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/adapter-drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "3.x"
"lucia": "3.x",
"drizzle-orm": ">= 0.29 <1"
},
"devDependencies": {
"@lucia-auth/adapter-test": "workspace:*",
"@types/better-sqlite3": "^7.6.3",
"better-sqlite3": "^8.4.0",
"dotenv": "^16.0.3",
"drizzle-orm": "^0.29.0",
"drizzle-orm": "^0",
"lucia": "workspace:*",
"mysql2": "^3.2.3",
"pg": "^8.8.0",
Expand Down

0 comments on commit e70e08e

Please sign in to comment.