prosekit 0.10.2 → 0.10.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/dist/basic/style.css +2 -0
- package/dist/extensions/table/style.css +2 -0
- package/package.json +12 -12
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.10.
|
|
4
|
+
"version": "0.10.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -566,17 +566,17 @@
|
|
|
566
566
|
"dist"
|
|
567
567
|
],
|
|
568
568
|
"dependencies": {
|
|
569
|
-
"@prosekit/basic": "0.3.
|
|
569
|
+
"@prosekit/basic": "0.3.33",
|
|
570
570
|
"@prosekit/core": "0.7.12",
|
|
571
|
-
"@prosekit/
|
|
571
|
+
"@prosekit/extensions": "0.7.21",
|
|
572
|
+
"@prosekit/lit": "0.4.4",
|
|
572
573
|
"@prosekit/pm": "0.1.8",
|
|
573
|
-
"@prosekit/preact": "0.4.
|
|
574
|
-
"@prosekit/
|
|
575
|
-
"@prosekit/
|
|
576
|
-
"@prosekit/
|
|
577
|
-
"@prosekit/svelte": "0.5.
|
|
578
|
-
"@prosekit/
|
|
579
|
-
"@prosekit/web": "0.4.2"
|
|
574
|
+
"@prosekit/preact": "0.4.4",
|
|
575
|
+
"@prosekit/react": "0.4.4",
|
|
576
|
+
"@prosekit/solid": "0.4.4",
|
|
577
|
+
"@prosekit/vue": "0.4.4",
|
|
578
|
+
"@prosekit/svelte": "0.5.4",
|
|
579
|
+
"@prosekit/web": "0.5.0"
|
|
580
580
|
},
|
|
581
581
|
"peerDependencies": {
|
|
582
582
|
"loro-crdt": ">= 0.16.7",
|
|
@@ -634,11 +634,11 @@
|
|
|
634
634
|
"react-dom": "^18.3.1",
|
|
635
635
|
"solid-js": "^1.9.3",
|
|
636
636
|
"svelte": "^4.2.19",
|
|
637
|
-
"tsup": "^8.3.
|
|
637
|
+
"tsup": "^8.3.5",
|
|
638
638
|
"typedoc": "^0.26.10",
|
|
639
639
|
"typedoc-plugin-external-package-links": "^0.1.0",
|
|
640
640
|
"typedoc-plugin-md": "^0.3.1",
|
|
641
|
-
"typedoc-plugin-mdn-links": "^3.3.
|
|
641
|
+
"typedoc-plugin-mdn-links": "^3.3.5",
|
|
642
642
|
"typescript": "^5.6.3",
|
|
643
643
|
"vue": "^3.5.12",
|
|
644
644
|
"y-prosemirror": "^1.2.12",
|