prosekit 0.15.6 → 0.15.7
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.15.
|
|
4
|
+
"version": "0.15.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -522,15 +522,15 @@
|
|
|
522
522
|
"dependencies": {
|
|
523
523
|
"@prosekit/basic": "0.6.2",
|
|
524
524
|
"@prosekit/extensions": "0.11.6",
|
|
525
|
+
"@prosekit/lit": "0.5.1",
|
|
525
526
|
"@prosekit/pm": "0.1.12",
|
|
526
|
-
"@prosekit/preact": "0.
|
|
527
|
+
"@prosekit/preact": "0.6.0",
|
|
527
528
|
"@prosekit/react": "0.6.1",
|
|
528
|
-
"@prosekit/solid": "0.5.2",
|
|
529
529
|
"@prosekit/svelte": "0.7.1",
|
|
530
|
-
"@prosekit/
|
|
531
|
-
"@prosekit/web": "0.7.4",
|
|
530
|
+
"@prosekit/solid": "0.5.2",
|
|
532
531
|
"@prosekit/vue": "0.5.1",
|
|
533
|
-
"@prosekit/core": "0.8.4"
|
|
532
|
+
"@prosekit/core": "0.8.4",
|
|
533
|
+
"@prosekit/web": "0.7.4"
|
|
534
534
|
},
|
|
535
535
|
"peerDependencies": {
|
|
536
536
|
"loro-crdt": ">= 0.16.7",
|
|
@@ -577,17 +577,17 @@
|
|
|
577
577
|
}
|
|
578
578
|
},
|
|
579
579
|
"devDependencies": {
|
|
580
|
-
"@types/react": "^19.
|
|
581
|
-
"@types/react-dom": "^19.
|
|
580
|
+
"@types/react": "^19.2.0",
|
|
581
|
+
"@types/react-dom": "^19.2.0",
|
|
582
582
|
"esbuild": "^0.25.10",
|
|
583
|
-
"loro-crdt": "^1.8.
|
|
583
|
+
"loro-crdt": "^1.8.2",
|
|
584
584
|
"loro-prosemirror": "^0.3.1",
|
|
585
585
|
"preact": "^10.27.2",
|
|
586
|
-
"react": "^19.
|
|
587
|
-
"react-dom": "^19.
|
|
586
|
+
"react": "^19.2.0",
|
|
587
|
+
"react-dom": "^19.2.0",
|
|
588
588
|
"solid-js": "^1.9.9",
|
|
589
|
-
"svelte": "^5.39.
|
|
590
|
-
"tsdown": "^0.15.
|
|
589
|
+
"svelte": "^5.39.9",
|
|
590
|
+
"tsdown": "^0.15.6",
|
|
591
591
|
"typedoc": "^0.28.13",
|
|
592
592
|
"typedoc-plugin-external-package-links": "^0.1.0",
|
|
593
593
|
"typedoc-plugin-frontmatter": "^1.3.0",
|
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
"typedoc-plugin-md": "^0.7.1",
|
|
596
596
|
"typedoc-plugin-mdn-links": "^5.0.9",
|
|
597
597
|
"typescript": "~5.9.2",
|
|
598
|
-
"vue": "^3.5.
|
|
598
|
+
"vue": "^3.5.22",
|
|
599
599
|
"y-prosemirror": "^1.3.7",
|
|
600
600
|
"yjs": "^13.6.27",
|
|
601
601
|
"@prosekit/config-tsdown": "0.0.0",
|