prosekit 0.9.3 → 0.9.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 +9 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.5",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -498,16 +498,16 @@
|
|
|
498
498
|
],
|
|
499
499
|
"dependencies": {
|
|
500
500
|
"@prosekit/basic": "0.3.13",
|
|
501
|
-
"@prosekit/extensions": "0.7.1",
|
|
502
|
-
"@prosekit/lit": "0.3.7",
|
|
503
501
|
"@prosekit/core": "0.7.1",
|
|
502
|
+
"@prosekit/lit": "0.3.8",
|
|
503
|
+
"@prosekit/extensions": "0.7.1",
|
|
504
504
|
"@prosekit/pm": "0.1.5",
|
|
505
|
-
"@prosekit/preact": "0.3.
|
|
506
|
-
"@prosekit/
|
|
507
|
-
"@prosekit/
|
|
508
|
-
"@prosekit/
|
|
509
|
-
"@prosekit/
|
|
510
|
-
"@prosekit/vue": "0.3.
|
|
505
|
+
"@prosekit/preact": "0.3.11",
|
|
506
|
+
"@prosekit/react": "0.3.12",
|
|
507
|
+
"@prosekit/solid": "0.3.10",
|
|
508
|
+
"@prosekit/svelte": "0.4.2",
|
|
509
|
+
"@prosekit/web": "0.3.0",
|
|
510
|
+
"@prosekit/vue": "0.3.11"
|
|
511
511
|
},
|
|
512
512
|
"peerDependencies": {
|
|
513
513
|
"preact": ">= 10.11.0",
|