prosekit 0.16.0 → 0.16.1

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.16.0",
4
+ "version": "0.16.1",
5
5
  "private": false,
6
6
  "description": "ProseKit: A toolkit for building rich text editors.",
7
7
  "author": {
@@ -520,17 +520,17 @@
520
520
  "src"
521
521
  ],
522
522
  "dependencies": {
523
+ "@prosekit/core": "0.8.5",
523
524
  "@prosekit/basic": "0.6.4",
524
- "@prosekit/core": "0.8.4",
525
525
  "@prosekit/extensions": "0.12.0",
526
- "@prosekit/lit": "0.5.1",
527
526
  "@prosekit/pm": "0.1.13",
527
+ "@prosekit/lit": "0.5.1",
528
528
  "@prosekit/preact": "0.6.0",
529
- "@prosekit/svelte": "0.8.0",
530
- "@prosekit/solid": "0.6.0",
531
529
  "@prosekit/react": "0.6.1",
532
- "@prosekit/vue": "0.6.0",
533
- "@prosekit/web": "0.7.5"
530
+ "@prosekit/solid": "0.6.0",
531
+ "@prosekit/svelte": "0.8.0",
532
+ "@prosekit/web": "0.7.5",
533
+ "@prosekit/vue": "0.6.0"
534
534
  },
535
535
  "peerDependencies": {
536
536
  "loro-crdt": ">= 0.16.7",
@@ -587,7 +587,7 @@
587
587
  "react-dom": "^19.2.0",
588
588
  "solid-js": "^1.9.10",
589
589
  "svelte": "^5.43.0",
590
- "tsdown": "^0.15.12",
590
+ "tsdown": "^0.16.0",
591
591
  "typedoc": "^0.28.14",
592
592
  "typedoc-plugin-external-package-links": "^0.2.0",
593
593
  "typedoc-plugin-frontmatter": "^1.3.0",