prosekit 0.14.1 → 0.14.2
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/dist/basic/style.css
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.14.
|
|
4
|
+
"version": "0.14.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -484,15 +484,15 @@
|
|
|
484
484
|
],
|
|
485
485
|
"dependencies": {
|
|
486
486
|
"@prosekit/basic": "0.5.4",
|
|
487
|
-
"@prosekit/
|
|
488
|
-
"@prosekit/extensions": "0.10.0",
|
|
487
|
+
"@prosekit/extensions": "0.10.1",
|
|
489
488
|
"@prosekit/lit": "0.4.16",
|
|
490
|
-
"@prosekit/
|
|
489
|
+
"@prosekit/core": "0.8.3",
|
|
491
490
|
"@prosekit/pm": "0.1.11",
|
|
492
|
-
"@prosekit/
|
|
491
|
+
"@prosekit/react": "0.5.3",
|
|
492
|
+
"@prosekit/preact": "0.4.17",
|
|
493
493
|
"@prosekit/solid": "0.4.17",
|
|
494
494
|
"@prosekit/vue": "0.4.17",
|
|
495
|
-
"@prosekit/
|
|
495
|
+
"@prosekit/svelte": "0.6.12",
|
|
496
496
|
"@prosekit/web": "0.6.1"
|
|
497
497
|
},
|
|
498
498
|
"peerDependencies": {
|
|
@@ -550,21 +550,21 @@
|
|
|
550
550
|
"react": "^19.1.0",
|
|
551
551
|
"react-dom": "^19.1.0",
|
|
552
552
|
"solid-js": "^1.9.7",
|
|
553
|
-
"svelte": "^5.
|
|
554
|
-
"tsdown": "^0.
|
|
553
|
+
"svelte": "^5.36.13",
|
|
554
|
+
"tsdown": "^0.13.0",
|
|
555
555
|
"tsup": "^8.5.0",
|
|
556
|
-
"typedoc": "^0.28.
|
|
556
|
+
"typedoc": "^0.28.7",
|
|
557
557
|
"typedoc-plugin-external-package-links": "^0.1.0",
|
|
558
558
|
"typedoc-plugin-frontmatter": "^1.3.0",
|
|
559
|
-
"typedoc-plugin-markdown": "^4.7.
|
|
560
|
-
"typedoc-plugin-mdn-links": "^5.0.
|
|
559
|
+
"typedoc-plugin-markdown": "^4.7.1",
|
|
560
|
+
"typedoc-plugin-mdn-links": "^5.0.5",
|
|
561
561
|
"typescript": "~5.8.3",
|
|
562
|
-
"vue": "^3.5.
|
|
562
|
+
"vue": "^3.5.18",
|
|
563
563
|
"y-prosemirror": "^1.3.7",
|
|
564
564
|
"yjs": "^13.6.27",
|
|
565
565
|
"@prosekit/config-tsdown": "0.0.0",
|
|
566
|
-
"@prosekit/
|
|
567
|
-
"@prosekit/
|
|
566
|
+
"@prosekit/config-vitest": "0.0.0",
|
|
567
|
+
"@prosekit/typedoc-plugin": "0.0.0"
|
|
568
568
|
},
|
|
569
569
|
"publishConfig": {
|
|
570
570
|
"dev": {}
|