prosekit 0.13.3 → 0.13.4
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 +8 -8
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.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -483,16 +483,16 @@
|
|
|
483
483
|
"dist"
|
|
484
484
|
],
|
|
485
485
|
"dependencies": {
|
|
486
|
-
"@prosekit/core": "0.8.1",
|
|
487
486
|
"@prosekit/basic": "0.5.1",
|
|
488
|
-
"@prosekit/
|
|
487
|
+
"@prosekit/core": "0.8.1",
|
|
489
488
|
"@prosekit/extensions": "0.9.1",
|
|
489
|
+
"@prosekit/lit": "0.4.13",
|
|
490
490
|
"@prosekit/pm": "0.1.10",
|
|
491
491
|
"@prosekit/preact": "0.4.14",
|
|
492
|
-
"@prosekit/react": "0.
|
|
492
|
+
"@prosekit/react": "0.5.0",
|
|
493
493
|
"@prosekit/solid": "0.4.14",
|
|
494
|
-
"@prosekit/svelte": "0.6.9",
|
|
495
494
|
"@prosekit/vue": "0.4.14",
|
|
495
|
+
"@prosekit/svelte": "0.6.9",
|
|
496
496
|
"@prosekit/web": "0.5.9"
|
|
497
497
|
},
|
|
498
498
|
"peerDependencies": {
|
|
@@ -546,12 +546,12 @@
|
|
|
546
546
|
"loro-prosemirror": "^0.2.3",
|
|
547
547
|
"postcss": "^8.5.4",
|
|
548
548
|
"postcss-import": "^16.1.0",
|
|
549
|
-
"preact": "^10.26.
|
|
549
|
+
"preact": "^10.26.8",
|
|
550
550
|
"react": "^19.1.0",
|
|
551
551
|
"react-dom": "^19.1.0",
|
|
552
552
|
"solid-js": "^1.9.7",
|
|
553
|
-
"svelte": "^5.33.
|
|
554
|
-
"tsdown": "^0.12.
|
|
553
|
+
"svelte": "^5.33.10",
|
|
554
|
+
"tsdown": "^0.12.5",
|
|
555
555
|
"tsup": "^8.5.0",
|
|
556
556
|
"typedoc": "^0.27.9",
|
|
557
557
|
"typedoc-plugin-external-package-links": "^0.1.0",
|