prosekit 0.21.2 → 0.21.3
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 +12 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.21.
|
|
4
|
+
"version": "0.21.3",
|
|
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.
|
|
589
|
+
"@prosekit/basic": "0.9.4",
|
|
590
590
|
"@prosekit/core": "0.12.2",
|
|
591
|
-
"@prosekit/
|
|
592
|
-
"@prosekit/extensions": "0.17.2",
|
|
593
|
-
"@prosekit/react": "0.7.4",
|
|
594
|
-
"@prosekit/solid": "0.7.4",
|
|
595
|
-
"@prosekit/preact": "0.7.4",
|
|
591
|
+
"@prosekit/extensions": "0.17.3",
|
|
596
592
|
"@prosekit/pm": "0.1.17",
|
|
597
|
-
"@prosekit/
|
|
598
|
-
"@prosekit/
|
|
599
|
-
"@prosekit/
|
|
593
|
+
"@prosekit/lit": "0.6.6",
|
|
594
|
+
"@prosekit/react": "0.7.5",
|
|
595
|
+
"@prosekit/svelte": "0.9.5",
|
|
596
|
+
"@prosekit/web": "0.8.5",
|
|
597
|
+
"@prosekit/solid": "0.7.5",
|
|
598
|
+
"@prosekit/vue": "0.7.5",
|
|
599
|
+
"@prosekit/preact": "0.7.5"
|
|
600
600
|
},
|
|
601
601
|
"peerDependencies": {
|
|
602
602
|
"loro-crdt": ">= 1.10.0",
|
|
@@ -663,8 +663,8 @@
|
|
|
663
663
|
"vue": "^3.5.34",
|
|
664
664
|
"y-prosemirror": "^1.3.7",
|
|
665
665
|
"yjs": "^13.6.30",
|
|
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",
|