prosekit 0.13.0 → 0.13.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 +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.13.
|
|
4
|
+
"version": "0.13.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -484,14 +484,14 @@
|
|
|
484
484
|
],
|
|
485
485
|
"dependencies": {
|
|
486
486
|
"@prosekit/basic": "0.5.0",
|
|
487
|
+
"@prosekit/extensions": "0.9.0",
|
|
487
488
|
"@prosekit/lit": "0.4.12",
|
|
488
489
|
"@prosekit/core": "0.8.1",
|
|
490
|
+
"@prosekit/preact": "0.4.13",
|
|
489
491
|
"@prosekit/pm": "0.1.10",
|
|
490
|
-
"@prosekit/extensions": "0.9.0",
|
|
491
|
-
"@prosekit/preact": "0.4.12",
|
|
492
492
|
"@prosekit/react": "0.4.13",
|
|
493
|
-
"@prosekit/solid": "0.4.13",
|
|
494
493
|
"@prosekit/svelte": "0.6.8",
|
|
494
|
+
"@prosekit/solid": "0.4.13",
|
|
495
495
|
"@prosekit/vue": "0.4.13",
|
|
496
496
|
"@prosekit/web": "0.5.8"
|
|
497
497
|
},
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"typedoc-plugin-mdn-links": "^5.0.1",
|
|
557
557
|
"typescript": "~5.8.3",
|
|
558
558
|
"vue": "^3.5.13",
|
|
559
|
-
"y-prosemirror": "^1.3.
|
|
559
|
+
"y-prosemirror": "^1.3.5",
|
|
560
560
|
"yjs": "^13.6.26",
|
|
561
561
|
"@prosekit/config-tsdown": "0.0.0",
|
|
562
562
|
"@prosekit/config-vitest": "0.0.0"
|