prosekit 0.15.3 → 0.15.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.
Files changed (1) hide show
  1. 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.15.3",
4
+ "version": "0.15.4",
5
5
  "private": false,
6
6
  "description": "ProseKit: A toolkit for building rich text editors.",
7
7
  "author": {
@@ -520,15 +520,15 @@
520
520
  ],
521
521
  "dependencies": {
522
522
  "@prosekit/basic": "0.6.1",
523
- "@prosekit/extensions": "0.11.3",
524
523
  "@prosekit/core": "0.8.3",
525
524
  "@prosekit/lit": "0.5.0",
526
525
  "@prosekit/pm": "0.1.11",
527
526
  "@prosekit/preact": "0.5.0",
528
527
  "@prosekit/solid": "0.5.0",
529
- "@prosekit/react": "0.6.0",
528
+ "@prosekit/extensions": "0.11.4",
530
529
  "@prosekit/svelte": "0.7.0",
531
- "@prosekit/web": "0.7.2",
530
+ "@prosekit/react": "0.6.0",
531
+ "@prosekit/web": "0.7.3",
532
532
  "@prosekit/vue": "0.5.0"
533
533
  },
534
534
  "peerDependencies": {
@@ -599,8 +599,8 @@
599
599
  "y-prosemirror": "^1.3.7",
600
600
  "yjs": "^13.6.27",
601
601
  "@prosekit/config-tsdown": "0.0.0",
602
- "@prosekit/config-vitest": "0.0.0",
603
- "@prosekit/typedoc-plugin": "0.0.0"
602
+ "@prosekit/typedoc-plugin": "0.0.0",
603
+ "@prosekit/config-vitest": "0.0.0"
604
604
  },
605
605
  "publishConfig": {
606
606
  "dev": {}