prosekit 0.22.0-beta.16 → 0.22.0-beta.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.22.0-beta.
|
|
4
|
+
"version": "0.22.0-beta.17",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -587,16 +587,16 @@
|
|
|
587
587
|
],
|
|
588
588
|
"dependencies": {
|
|
589
589
|
"@prosekit/basic": "0.9.6-beta.12",
|
|
590
|
-
"@prosekit/extensions": "0.18.0-beta.12",
|
|
591
|
-
"@prosekit/lit": "0.7.0-beta.16",
|
|
592
590
|
"@prosekit/core": "0.13.0-beta.5",
|
|
591
|
+
"@prosekit/lit": "0.7.0-beta.17",
|
|
592
|
+
"@prosekit/extensions": "0.18.0-beta.12",
|
|
593
|
+
"@prosekit/preact": "0.8.0-beta.17",
|
|
593
594
|
"@prosekit/pm": "0.1.19-beta.2",
|
|
594
|
-
"@prosekit/
|
|
595
|
-
"@prosekit/solid": "0.8.0-beta.
|
|
596
|
-
"@prosekit/svelte": "0.10.0-beta.
|
|
597
|
-
"@prosekit/
|
|
598
|
-
"@prosekit/
|
|
599
|
-
"@prosekit/vue": "0.8.0-beta.16"
|
|
595
|
+
"@prosekit/react": "0.8.0-beta.17",
|
|
596
|
+
"@prosekit/solid": "0.8.0-beta.17",
|
|
597
|
+
"@prosekit/svelte": "0.10.0-beta.17",
|
|
598
|
+
"@prosekit/web": "0.9.0-beta.17",
|
|
599
|
+
"@prosekit/vue": "0.8.0-beta.17"
|
|
600
600
|
},
|
|
601
601
|
"peerDependencies": {
|
|
602
602
|
"loro-crdt": ">= 1.10.0",
|