Skip to content

Commit e70e08e

Browse files
authored
chore(adapter-drizzle): mark drizzle-orm as a peer dependency (#1556)
1 parent d5fc0e5 commit e70e08e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/adapter-drizzle/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@
3636
".": "./dist/index.js"
3737
},
3838
"peerDependencies": {
39-
"lucia": "3.x"
39+
"lucia": "3.x",
40+
"drizzle-orm": ">= 0.29 <1"
4041
},
4142
"devDependencies": {
4243
"@lucia-auth/adapter-test": "workspace:*",
4344
"@types/better-sqlite3": "^7.6.3",
4445
"better-sqlite3": "^8.4.0",
4546
"dotenv": "^16.0.3",
46-
"drizzle-orm": "^0.29.0",
47+
"drizzle-orm": "^0",
4748
"lucia": "workspace:*",
4849
"mysql2": "^3.2.3",
4950
"pg": "^8.8.0",

0 commit comments

Comments
 (0)