prosekit 0.9.7 → 0.9.8

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 +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prosekit",
3
3
  "type": "module",
4
- "version": "0.9.7",
4
+ "version": "0.9.8",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -500,14 +500,14 @@
500
500
  "@prosekit/basic": "0.3.15",
501
501
  "@prosekit/core": "0.7.3",
502
502
  "@prosekit/extensions": "0.7.3",
503
- "@prosekit/lit": "0.3.10",
503
+ "@prosekit/lit": "0.3.11",
504
504
  "@prosekit/pm": "0.1.6",
505
- "@prosekit/react": "0.3.14",
506
- "@prosekit/preact": "0.3.13",
507
- "@prosekit/svelte": "0.4.4",
508
- "@prosekit/solid": "0.3.12",
509
- "@prosekit/vue": "0.3.13",
510
- "@prosekit/web": "0.3.2"
505
+ "@prosekit/preact": "0.3.14",
506
+ "@prosekit/react": "0.3.15",
507
+ "@prosekit/solid": "0.3.13",
508
+ "@prosekit/svelte": "0.4.5",
509
+ "@prosekit/vue": "0.3.14",
510
+ "@prosekit/web": "0.3.3"
511
511
  },
512
512
  "peerDependencies": {
513
513
  "preact": ">= 10.11.0",