prosekit 0.1.9 → 0.1.10
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
CHANGED
package/dist/core/style.css
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.10",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
"@prosekit/core": "0.1.7",
|
|
528
528
|
"@prosekit/extensions": "0.1.4",
|
|
529
529
|
"@prosekit/lit": "0.1.3",
|
|
530
|
-
"@prosekit/pm": "0.1.
|
|
530
|
+
"@prosekit/pm": "0.1.1",
|
|
531
531
|
"@prosekit/preact": "0.1.2",
|
|
532
532
|
"@prosekit/react": "0.1.2",
|
|
533
533
|
"@prosekit/solid": "0.1.3",
|
|
@@ -564,12 +564,12 @@
|
|
|
564
564
|
},
|
|
565
565
|
"devDependencies": {
|
|
566
566
|
"@prosekit/dev": "*",
|
|
567
|
-
"@types/react": "^18.2.
|
|
567
|
+
"@types/react": "^18.2.41",
|
|
568
568
|
"@types/react-dom": "^18.2.17",
|
|
569
569
|
"preact": "^10.19.2",
|
|
570
570
|
"react": "^18.2.0",
|
|
571
571
|
"react-dom": "^18.2.0",
|
|
572
|
-
"solid-js": "^1.8.
|
|
572
|
+
"solid-js": "^1.8.7",
|
|
573
573
|
"svelte": "^4.2.8",
|
|
574
574
|
"tsup": "^8.0.1",
|
|
575
575
|
"typescript": "^5.3.2",
|