prosekit 0.0.12 → 0.0.13
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 +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.13",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
"@prosekit/preact": "0.0.7",
|
|
482
482
|
"@prosekit/react": "0.0.10",
|
|
483
483
|
"@prosekit/solid": "0.0.8",
|
|
484
|
-
"@prosekit/svelte": "0.0.
|
|
484
|
+
"@prosekit/svelte": "0.0.8",
|
|
485
485
|
"@prosekit/vue": "0.0.10"
|
|
486
486
|
},
|
|
487
487
|
"peerDependencies": {
|
|
@@ -514,15 +514,15 @@
|
|
|
514
514
|
},
|
|
515
515
|
"devDependencies": {
|
|
516
516
|
"@prosekit/dev": "*",
|
|
517
|
-
"@types/react": "^18.2.
|
|
517
|
+
"@types/react": "^18.2.21",
|
|
518
518
|
"@types/react-dom": "^18.2.7",
|
|
519
|
-
"preact": "^10.
|
|
519
|
+
"preact": "^10.17.1",
|
|
520
520
|
"react": "^18.2.0",
|
|
521
521
|
"react-dom": "^18.2.0",
|
|
522
522
|
"solid-js": "^1.7.11",
|
|
523
523
|
"svelte": "^4.2.0",
|
|
524
524
|
"tsup": "^7.2.0",
|
|
525
|
-
"typescript": "^5.
|
|
525
|
+
"typescript": "^5.2.2",
|
|
526
526
|
"vue": "^3.3.4"
|
|
527
527
|
},
|
|
528
528
|
"scripts": {
|