Skip to content

Commit d0d0c02

Browse files
chore: update Kysely version in driver package (#568)
Co-authored-by: Christiaan Landman <[email protected]> Co-authored-by: Christiaan Landman <[email protected]>
1 parent 81045a5 commit d0d0c02

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

.changeset/moody-fans-knock.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/kysely-driver': minor
3+
---
4+
5+
Updated Kysely depedency to ^0.28.0. Introduces new features to the PowerSync Kysely wrapper. See https://github.com/kysely-org/kysely/releases/tag/0.28.0

packages/kysely-driver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@powersync/common": "workspace:^1.27.1"
3030
},
3131
"dependencies": {
32-
"kysely": "^0.27.4"
32+
"kysely": "^0.28.0"
3333
},
3434
"devDependencies": {
3535
"@powersync/web": "workspace:*",

pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)