prosekit 0.20.0-beta.4 → 0.20.0-beta.5
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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.20.0-beta.
|
|
4
|
+
"version": "0.20.0-beta.5",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -568,14 +568,14 @@
|
|
|
568
568
|
],
|
|
569
569
|
"dependencies": {
|
|
570
570
|
"@prosekit/basic": "0.9.0-beta.1",
|
|
571
|
-
"@prosekit/
|
|
571
|
+
"@prosekit/core": "0.12.0-beta.0",
|
|
572
572
|
"@prosekit/lit": "0.6.0-beta.3",
|
|
573
|
+
"@prosekit/extensions": "0.16.0-beta.0",
|
|
573
574
|
"@prosekit/pm": "0.1.15",
|
|
574
575
|
"@prosekit/preact": "0.7.0-beta.3",
|
|
576
|
+
"@prosekit/react": "0.7.0-beta.4",
|
|
575
577
|
"@prosekit/solid": "0.7.0-beta.4",
|
|
576
578
|
"@prosekit/svelte": "0.9.0-beta.3",
|
|
577
|
-
"@prosekit/core": "0.12.0-beta.0",
|
|
578
|
-
"@prosekit/react": "0.7.0-beta.3",
|
|
579
579
|
"@prosekit/vue": "0.7.0-beta.4",
|
|
580
580
|
"@prosekit/web": "0.8.0-beta.3"
|
|
581
581
|
},
|