prosekit 0.22.0-beta.13 → 0.22.0-beta.14
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 +10 -10
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.14",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -588,15 +588,15 @@
|
|
|
588
588
|
"dependencies": {
|
|
589
589
|
"@prosekit/basic": "0.9.6-beta.11",
|
|
590
590
|
"@prosekit/extensions": "0.18.0-beta.11",
|
|
591
|
-
"@prosekit/lit": "0.7.0-beta.
|
|
591
|
+
"@prosekit/lit": "0.7.0-beta.14",
|
|
592
592
|
"@prosekit/core": "0.13.0-beta.4",
|
|
593
593
|
"@prosekit/pm": "0.1.19-beta.1",
|
|
594
|
-
"@prosekit/
|
|
595
|
-
"@prosekit/
|
|
596
|
-
"@prosekit/
|
|
597
|
-
"@prosekit/vue": "0.8.0-beta.
|
|
598
|
-
"@prosekit/
|
|
599
|
-
"@prosekit/
|
|
594
|
+
"@prosekit/solid": "0.8.0-beta.14",
|
|
595
|
+
"@prosekit/react": "0.8.0-beta.14",
|
|
596
|
+
"@prosekit/svelte": "0.10.0-beta.14",
|
|
597
|
+
"@prosekit/vue": "0.8.0-beta.14",
|
|
598
|
+
"@prosekit/web": "0.9.0-beta.14",
|
|
599
|
+
"@prosekit/preact": "0.8.0-beta.14"
|
|
600
600
|
},
|
|
601
601
|
"peerDependencies": {
|
|
602
602
|
"loro-crdt": ">= 1.10.0",
|
|
@@ -663,8 +663,8 @@
|
|
|
663
663
|
"vue": "^3.5.35",
|
|
664
664
|
"y-prosemirror": "^1.3.7",
|
|
665
665
|
"yjs": "^13.6.31",
|
|
666
|
-
"@prosekit/
|
|
667
|
-
"@prosekit/
|
|
666
|
+
"@prosekit/config-tsdown": "0.0.0",
|
|
667
|
+
"@prosekit/typedoc-plugin": "0.0.0"
|
|
668
668
|
},
|
|
669
669
|
"scripts": {
|
|
670
670
|
"build:tsc": "tsc -b tsconfig.json",
|