prosekit 0.11.1 → 0.11.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/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.2",
|
|
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.
|
|
570
|
-
"@prosekit/
|
|
569
|
+
"@prosekit/basic": "0.3.35",
|
|
570
|
+
"@prosekit/core": "0.7.14",
|
|
571
|
+
"@prosekit/lit": "0.4.6",
|
|
572
|
+
"@prosekit/extensions": "0.7.23",
|
|
571
573
|
"@prosekit/pm": "0.1.9",
|
|
572
|
-
"@prosekit/
|
|
573
|
-
"@prosekit/
|
|
574
|
-
"@prosekit/
|
|
575
|
-
"@prosekit/
|
|
576
|
-
"@prosekit/
|
|
577
|
-
"@prosekit/
|
|
578
|
-
"@prosekit/vue": "0.4.6",
|
|
579
|
-
"@prosekit/web": "0.5.1"
|
|
574
|
+
"@prosekit/react": "0.4.7",
|
|
575
|
+
"@prosekit/solid": "0.4.7",
|
|
576
|
+
"@prosekit/preact": "0.4.6",
|
|
577
|
+
"@prosekit/svelte": "0.6.2",
|
|
578
|
+
"@prosekit/vue": "0.4.7",
|
|
579
|
+
"@prosekit/web": "0.5.2"
|
|
580
580
|
},
|
|
581
581
|
"peerDependencies": {
|
|
582
582
|
"loro-crdt": ">= 0.16.7",
|