prosekit 0.22.0-beta.5 → 0.22.0-beta.6
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 +11 -11
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.6",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -586,17 +586,17 @@
|
|
|
586
586
|
"src"
|
|
587
587
|
],
|
|
588
588
|
"dependencies": {
|
|
589
|
-
"@prosekit/basic": "0.9.6-beta.
|
|
590
|
-
"@prosekit/
|
|
591
|
-
"@prosekit/
|
|
589
|
+
"@prosekit/basic": "0.9.6-beta.5",
|
|
590
|
+
"@prosekit/extensions": "0.17.5-beta.5",
|
|
591
|
+
"@prosekit/lit": "0.7.0-beta.6",
|
|
592
592
|
"@prosekit/pm": "0.1.19-beta.0",
|
|
593
|
-
"@prosekit/
|
|
594
|
-
"@prosekit/react": "0.8.0-beta.
|
|
595
|
-
"@prosekit/
|
|
596
|
-
"@prosekit/
|
|
597
|
-
"@prosekit/vue": "0.8.0-beta.
|
|
598
|
-
"@prosekit/
|
|
599
|
-
"@prosekit/web": "0.9.0-beta.
|
|
593
|
+
"@prosekit/core": "0.13.0-beta.3",
|
|
594
|
+
"@prosekit/react": "0.8.0-beta.6",
|
|
595
|
+
"@prosekit/solid": "0.8.0-beta.6",
|
|
596
|
+
"@prosekit/svelte": "0.10.0-beta.6",
|
|
597
|
+
"@prosekit/vue": "0.8.0-beta.6",
|
|
598
|
+
"@prosekit/preact": "0.8.0-beta.6",
|
|
599
|
+
"@prosekit/web": "0.9.0-beta.6"
|
|
600
600
|
},
|
|
601
601
|
"peerDependencies": {
|
|
602
602
|
"loro-crdt": ">= 1.10.0",
|