prosekit 0.6.2 → 0.6.4
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -465,18 +465,18 @@
|
|
|
465
465
|
"@prosekit/core": "0.4.0",
|
|
466
466
|
"@prosekit/extensions": "0.4.2",
|
|
467
467
|
"@prosekit/lit": "0.3.1",
|
|
468
|
-
"@prosekit/pm": "0.1.
|
|
469
|
-
"@prosekit/preact": "0.3.
|
|
470
|
-
"@prosekit/react": "0.3.
|
|
471
|
-
"@prosekit/solid": "0.3.
|
|
472
|
-
"@prosekit/svelte": "0.3.
|
|
473
|
-
"@prosekit/vue": "0.3.
|
|
474
|
-
"@prosekit/web": "0.1.
|
|
468
|
+
"@prosekit/pm": "0.1.3",
|
|
469
|
+
"@prosekit/preact": "0.3.3",
|
|
470
|
+
"@prosekit/react": "0.3.4",
|
|
471
|
+
"@prosekit/solid": "0.3.2",
|
|
472
|
+
"@prosekit/svelte": "0.3.2",
|
|
473
|
+
"@prosekit/vue": "0.3.2",
|
|
474
|
+
"@prosekit/web": "0.1.2"
|
|
475
475
|
},
|
|
476
476
|
"peerDependencies": {
|
|
477
|
-
"preact": ">=
|
|
478
|
-
"react": ">=
|
|
479
|
-
"react-dom": ">=
|
|
477
|
+
"preact": ">= 10.11.0",
|
|
478
|
+
"react": ">= 18.2.0",
|
|
479
|
+
"react-dom": ">= 18.2.0",
|
|
480
480
|
"solid-js": ">= 1.7.0",
|
|
481
481
|
"svelte": ">= 3.0.0",
|
|
482
482
|
"vue": ">= 3.0.0"
|
|
@@ -503,18 +503,18 @@
|
|
|
503
503
|
},
|
|
504
504
|
"devDependencies": {
|
|
505
505
|
"@prosekit/dev": "*",
|
|
506
|
-
"@types/react": "^18.
|
|
507
|
-
"@types/react-dom": "^18.
|
|
506
|
+
"@types/react": "^18.3.1",
|
|
507
|
+
"@types/react-dom": "^18.3.0",
|
|
508
508
|
"postcss": "^8.4.38",
|
|
509
|
-
"postcss-nesting": "^12.1.
|
|
509
|
+
"postcss-nesting": "^12.1.2",
|
|
510
510
|
"preact": "^10.20.2",
|
|
511
|
-
"react": "^18.
|
|
512
|
-
"react-dom": "^18.
|
|
513
|
-
"solid-js": "^1.8.
|
|
511
|
+
"react": "^18.3.1",
|
|
512
|
+
"react-dom": "^18.3.1",
|
|
513
|
+
"solid-js": "^1.8.17",
|
|
514
514
|
"svelte": "^4.2.15",
|
|
515
515
|
"tsup": "^8.0.2",
|
|
516
516
|
"typescript": "^5.4.5",
|
|
517
|
-
"vue": "^3.4.
|
|
517
|
+
"vue": "^3.4.25"
|
|
518
518
|
},
|
|
519
519
|
"scripts": {
|
|
520
520
|
"build:tsup": "tsup",
|