Skip to content

Commit 860697c

Browse files
authored
refactor: change kysely dependency from peer to regular (#386)
1 parent 2f17553 commit 860697c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"@zenstackhq/common-helpers": "workspace:*",
6868
"decimal.js": "catalog:",
6969
"json-stable-stringify": "^1.3.0",
70+
"kysely": "catalog:",
7071
"nanoid": "^5.0.9",
7172
"toposort": "^2.0.2",
7273
"ts-pattern": "catalog:",
@@ -76,7 +77,6 @@
7677
},
7778
"peerDependencies": {
7879
"better-sqlite3": "catalog:",
79-
"kysely": "catalog:",
8080
"pg": "catalog:",
8181
"zod": "catalog:"
8282
},

0 commit comments

Comments
 (0)