prosekit 0.18.0 → 0.18.1
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 +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.18.
|
|
4
|
+
"version": "0.18.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -528,15 +528,15 @@
|
|
|
528
528
|
"src"
|
|
529
529
|
],
|
|
530
530
|
"dependencies": {
|
|
531
|
+
"@prosekit/basic": "0.7.1",
|
|
532
|
+
"@prosekit/core": "0.10.0",
|
|
531
533
|
"@prosekit/extensions": "0.14.0",
|
|
532
534
|
"@prosekit/lit": "0.5.6",
|
|
533
|
-
"@prosekit/core": "0.10.0",
|
|
534
|
-
"@prosekit/basic": "0.7.1",
|
|
535
|
-
"@prosekit/pm": "0.1.15",
|
|
536
535
|
"@prosekit/preact": "0.6.5",
|
|
537
536
|
"@prosekit/react": "0.6.6",
|
|
537
|
+
"@prosekit/pm": "0.1.15",
|
|
538
538
|
"@prosekit/solid": "0.6.5",
|
|
539
|
-
"@prosekit/svelte": "0.8.
|
|
539
|
+
"@prosekit/svelte": "0.8.6",
|
|
540
540
|
"@prosekit/vue": "0.6.5",
|
|
541
541
|
"@prosekit/web": "0.7.10"
|
|
542
542
|
},
|
|
@@ -606,8 +606,8 @@
|
|
|
606
606
|
"vue": "^3.5.27",
|
|
607
607
|
"y-prosemirror": "^1.3.7",
|
|
608
608
|
"yjs": "^13.6.29",
|
|
609
|
-
"@prosekit/
|
|
610
|
-
"@prosekit/
|
|
609
|
+
"@prosekit/config-tsdown": "0.0.0",
|
|
610
|
+
"@prosekit/typedoc-plugin": "0.0.0"
|
|
611
611
|
},
|
|
612
612
|
"publishConfig": {
|
|
613
613
|
"dev": {}
|