File tree 8 files changed +40
-33
lines changed
8 files changed +40
-33
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @powersync/kysely-driver " : patch
3
+ " @powersync/react-native " : patch
4
+ " @powersync/attachments " : patch
5
+ " @powersync/react " : patch
6
+ " @powersync/vue " : patch
7
+ " @powersync/web " : patch
8
+ ---
9
+
10
+ Add @powersync/common as peer dependency
Original file line number Diff line number Diff line change 26
26
"clean" : " rm -rf lib tsconfig.tsbuildinfo" ,
27
27
"watch" : " tsc -b -w"
28
28
},
29
- "devDependencies" : {},
30
- "dependencies" : {
31
- "@powersync/common" : " workspace:*"
29
+ "peerDependencies" : {
30
+ "@powersync/common" : " workspace:1.x"
32
31
}
33
32
}
Original file line number Diff line number Diff line change 24
24
"watch" : " tsc --build -w" ,
25
25
"test" : " pnpm build && vitest"
26
26
},
27
+ "peerDependencies" : {
28
+ "@powersync/common" : " workspace:1.x"
29
+ },
27
30
"dependencies" : {
28
- "@powersync/common" : " workspace:*" ,
29
31
"kysely" : " ^0.27.2"
30
32
},
31
33
"devDependencies" : {
Original file line number Diff line number Diff line change 30
30
"@journeyapps/react-native-quick-sqlite" : " ^1.1.6" ,
31
31
"react" : " *" ,
32
32
"react-native" : " *" ,
33
- "react-native-polyfill-globals" : " ^3.1.0"
33
+ "react-native-polyfill-globals" : " ^3.1.0" ,
34
+ "@powersync/common" : " workspace:1.x"
34
35
},
35
36
"dependencies" : {
36
37
"@powersync/react" : " workspace:*" ,
37
- "@powersync/common" : " workspace:*" ,
38
38
"async-lock" : " ^1.4.0"
39
39
},
40
40
"devDependencies" : {
Original file line number Diff line number Diff line change 27
27
"url" : " https://github.com/powersync-ja/powersync-js/issues"
28
28
},
29
29
"homepage" : " https://docs.powersync.com/resources/api-reference" ,
30
- "dependencies" : {
31
- "@powersync/common" : " workspace:*"
32
- },
33
30
"peerDependencies" : {
34
- "react" : " *"
31
+ "react" : " *" ,
32
+ "@powersync/common" : " workspace:1.x"
35
33
},
36
34
"devDependencies" : {
37
35
"@testing-library/react" : " ^15.0.2" ,
Original file line number Diff line number Diff line change 27
27
"url" : " https://github.com/powersync-ja/powersync-js/issues"
28
28
},
29
29
"homepage" : " https://docs.powersync.com/resources/api-reference" ,
30
- "dependencies" : {
31
- "@powersync/common" : " workspace:*"
32
- },
33
30
"peerDependencies" : {
34
- "vue" : " *"
31
+ "vue" : " *" ,
32
+ "@powersync/common" : " workspace:1.x"
35
33
},
36
34
"devDependencies" : {
37
35
"flush-promises" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 32
32
],
33
33
"author" : " JOURNEYAPPS" ,
34
34
"license" : " Apache-2.0" ,
35
+ "peerDependencies" : {
36
+ "@journeyapps/wa-sqlite" : " ~0.2.0" ,
37
+ "@powersync/common" : " workspace:1.x"
38
+ },
39
+ "dependencies" : {
40
+ "async-mutex" : " ^0.4.0" ,
41
+ "buffer" : " ^6.0.3" ,
42
+ "comlink" : " ^4.4.1" ,
43
+ "js-logger" : " ^1.6.1" ,
44
+ "lodash" : " ^4.17.21"
45
+ },
35
46
"devDependencies" : {
36
47
"@journeyapps/wa-sqlite" : " ~0.2.0" ,
37
48
"@types/lodash" : " ^4.14.200" ,
44
55
"vitest" : " ^1.3.1" ,
45
56
"webdriverio" : " ^8.32.3" ,
46
57
"uuid" : " ^9.0.1"
47
- },
48
- "peerDependencies" : {
49
- "@journeyapps/wa-sqlite" : " ~0.2.0"
50
- },
51
- "dependencies" : {
52
- "@powersync/common" : " workspace:*" ,
53
- "async-mutex" : " ^0.4.0" ,
54
- "buffer" : " ^6.0.3" ,
55
- "comlink" : " ^4.4.1" ,
56
- "js-logger" : " ^1.6.1" ,
57
- "lodash" : " ^4.17.21"
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments