prosekit 0.18.3 → 0.18.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 +9 -9
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.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -533,16 +533,16 @@
|
|
|
533
533
|
],
|
|
534
534
|
"dependencies": {
|
|
535
535
|
"@prosekit/basic": "0.7.3",
|
|
536
|
-
"@prosekit/extensions": "0.14.2",
|
|
537
|
-
"@prosekit/core": "0.10.0",
|
|
538
|
-
"@prosekit/preact": "0.6.7",
|
|
539
536
|
"@prosekit/lit": "0.5.8",
|
|
540
|
-
"@prosekit/solid": "0.6.7",
|
|
541
537
|
"@prosekit/pm": "0.1.15",
|
|
542
|
-
"@prosekit/
|
|
538
|
+
"@prosekit/extensions": "0.14.2",
|
|
539
|
+
"@prosekit/react": "0.6.8",
|
|
540
|
+
"@prosekit/solid": "0.6.7",
|
|
541
|
+
"@prosekit/preact": "0.6.7",
|
|
542
|
+
"@prosekit/core": "0.10.0",
|
|
543
543
|
"@prosekit/vue": "0.6.7",
|
|
544
544
|
"@prosekit/web": "0.7.12",
|
|
545
|
-
"@prosekit/
|
|
545
|
+
"@prosekit/svelte": "0.8.9"
|
|
546
546
|
},
|
|
547
547
|
"peerDependencies": {
|
|
548
548
|
"loro-crdt": ">= 1.10.0",
|
|
@@ -598,8 +598,8 @@
|
|
|
598
598
|
"react": "^19.2.4",
|
|
599
599
|
"react-dom": "^19.2.4",
|
|
600
600
|
"solid-js": "^1.9.11",
|
|
601
|
-
"svelte": "^5.53.
|
|
602
|
-
"tsdown": "^0.
|
|
601
|
+
"svelte": "^5.53.3",
|
|
602
|
+
"tsdown": "^0.21.0-beta.1",
|
|
603
603
|
"typedoc": "^0.28.17",
|
|
604
604
|
"typedoc-plugin-external-package-links": "^0.2.0",
|
|
605
605
|
"typedoc-plugin-frontmatter": "^1.3.1",
|