prosekit 0.20.0-beta.0 → 0.20.0-beta.1
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 +6 -6
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.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "ProseKit: A toolkit for building rich text editors.",
|
|
7
7
|
"author": {
|
|
@@ -541,15 +541,15 @@
|
|
|
541
541
|
"dependencies": {
|
|
542
542
|
"@prosekit/basic": "0.9.0-beta.0",
|
|
543
543
|
"@prosekit/core": "0.12.0-beta.0",
|
|
544
|
-
"@prosekit/lit": "0.6.0-beta.0",
|
|
545
|
-
"@prosekit/extensions": "0.16.0-beta.0",
|
|
546
544
|
"@prosekit/preact": "0.7.0-beta.0",
|
|
545
|
+
"@prosekit/react": "0.7.0-beta.0",
|
|
546
|
+
"@prosekit/solid": "0.7.0-beta.1",
|
|
547
547
|
"@prosekit/pm": "0.1.15",
|
|
548
|
-
"@prosekit/solid": "0.7.0-beta.0",
|
|
549
548
|
"@prosekit/svelte": "0.9.0-beta.0",
|
|
550
|
-
"@prosekit/vue": "0.7.0-beta.
|
|
549
|
+
"@prosekit/vue": "0.7.0-beta.1",
|
|
550
|
+
"@prosekit/lit": "0.6.0-beta.0",
|
|
551
551
|
"@prosekit/web": "0.8.0-beta.0",
|
|
552
|
-
"@prosekit/
|
|
552
|
+
"@prosekit/extensions": "0.16.0-beta.0"
|
|
553
553
|
},
|
|
554
554
|
"peerDependencies": {
|
|
555
555
|
"loro-crdt": ">= 1.10.0",
|