prosekit 0.20.0-beta.8 → 0.20.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 +21 -18
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prosekit",
3
3
  "type": "module",
4
- "version": "0.20.0-beta.8",
4
+ "version": "0.20.1",
5
5
  "private": false,
6
6
  "description": "ProseKit: A toolkit for building rich text editors.",
7
7
  "author": {
@@ -22,7 +22,10 @@
22
22
  "keywords": [
23
23
  "ProseMirror"
24
24
  ],
25
- "sideEffects": false,
25
+ "sideEffects": [
26
+ "./**/*.css",
27
+ "./*/lit/**/*"
28
+ ],
26
29
  "main": "./dist/index.js",
27
30
  "module": "./dist/index.js",
28
31
  "exports": {
@@ -567,17 +570,17 @@
567
570
  "src"
568
571
  ],
569
572
  "dependencies": {
570
- "@prosekit/extensions": "0.16.0-beta.1",
571
- "@prosekit/lit": "0.6.0-beta.6",
572
- "@prosekit/pm": "0.1.16-beta.0",
573
- "@prosekit/core": "0.12.0-beta.1",
574
- "@prosekit/preact": "0.7.0-beta.6",
575
- "@prosekit/basic": "0.9.0-beta.2",
576
- "@prosekit/solid": "0.7.0-beta.7",
577
- "@prosekit/react": "0.7.0-beta.7",
578
- "@prosekit/vue": "0.7.0-beta.7",
579
- "@prosekit/svelte": "0.9.0-beta.6",
580
- "@prosekit/web": "0.8.0-beta.6"
573
+ "@prosekit/basic": "0.9.0",
574
+ "@prosekit/core": "0.12.0",
575
+ "@prosekit/extensions": "0.16.0",
576
+ "@prosekit/lit": "0.6.1",
577
+ "@prosekit/preact": "0.7.0",
578
+ "@prosekit/pm": "0.1.16",
579
+ "@prosekit/react": "0.7.0",
580
+ "@prosekit/solid": "0.7.0",
581
+ "@prosekit/svelte": "0.9.0",
582
+ "@prosekit/vue": "0.7.0",
583
+ "@prosekit/web": "0.8.0"
581
584
  },
582
585
  "peerDependencies": {
583
586
  "loro-crdt": ">= 1.10.0",
@@ -626,22 +629,22 @@
626
629
  "devDependencies": {
627
630
  "@types/react": "^19.2.14",
628
631
  "@types/react-dom": "^19.2.3",
629
- "loro-crdt": "^1.11.0",
632
+ "loro-crdt": "^1.12.1",
630
633
  "loro-prosemirror": "^0.4.3",
631
634
  "preact": "^10.29.1",
632
635
  "react": "^19.2.5",
633
636
  "react-dom": "^19.2.5",
634
637
  "solid-js": "^1.9.12",
635
- "svelte": "^5.55.3",
636
- "tsdown": "^0.21.8",
638
+ "svelte": "^5.55.5",
639
+ "tsdown": "^0.21.10",
637
640
  "typedoc": "^0.28.19",
638
641
  "typedoc-plugin-external-package-links": "^0.2.0",
639
642
  "typedoc-plugin-frontmatter": "^1.3.1",
640
643
  "typedoc-plugin-markdown": "^4.11.0",
641
644
  "typedoc-plugin-md": "^0.7.1",
642
645
  "typedoc-plugin-mdn-links": "^5.1.1",
643
- "typescript": "~5.9.3",
644
- "vue": "^3.5.32",
646
+ "typescript": "~6.0.3",
647
+ "vue": "^3.5.33",
645
648
  "y-prosemirror": "^1.3.7",
646
649
  "yjs": "^13.6.30",
647
650
  "@prosekit/config-tsdown": "0.0.0",