prosekit 0.20.0 → 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 +10 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prosekit",
3
3
  "type": "module",
4
- "version": "0.20.0",
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": {
@@ -569,13 +572,13 @@
569
572
  "dependencies": {
570
573
  "@prosekit/basic": "0.9.0",
571
574
  "@prosekit/core": "0.12.0",
572
- "@prosekit/lit": "0.6.0",
573
575
  "@prosekit/extensions": "0.16.0",
576
+ "@prosekit/lit": "0.6.1",
577
+ "@prosekit/preact": "0.7.0",
574
578
  "@prosekit/pm": "0.1.16",
575
- "@prosekit/svelte": "0.9.0",
576
579
  "@prosekit/react": "0.7.0",
577
580
  "@prosekit/solid": "0.7.0",
578
- "@prosekit/preact": "0.7.0",
581
+ "@prosekit/svelte": "0.9.0",
579
582
  "@prosekit/vue": "0.7.0",
580
583
  "@prosekit/web": "0.8.0"
581
584
  },
@@ -626,7 +629,7 @@
626
629
  "devDependencies": {
627
630
  "@types/react": "^19.2.14",
628
631
  "@types/react-dom": "^19.2.3",
629
- "loro-crdt": "^1.11.1",
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",
@@ -640,7 +643,7 @@
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",
646
+ "typescript": "~6.0.3",
644
647
  "vue": "^3.5.33",
645
648
  "y-prosemirror": "^1.3.7",
646
649
  "yjs": "^13.6.30",