prosekit 0.13.2 → 0.13.3

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.
@@ -1,4 +1,4 @@
1
- /* ../../node_modules/.pnpm/prosemirror-view@1.39.2/node_modules/prosemirror-view/style/prosemirror.css */
1
+ /* ../../node_modules/.pnpm/prosemirror-view@1.39.3/node_modules/prosemirror-view/style/prosemirror.css */
2
2
  .ProseMirror {
3
3
  position: relative;
4
4
  }
@@ -1,4 +1,4 @@
1
- /* ../../node_modules/.pnpm/prosemirror-view@1.39.2/node_modules/prosemirror-view/style/prosemirror.css */
1
+ /* ../../node_modules/.pnpm/prosemirror-view@1.39.3/node_modules/prosemirror-view/style/prosemirror.css */
2
2
  .ProseMirror {
3
3
  position: relative;
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prosekit",
3
3
  "type": "module",
4
- "version": "0.13.2",
4
+ "version": "0.13.3",
5
5
  "private": false,
6
6
  "description": "ProseKit: A toolkit for building rich text editors.",
7
7
  "author": {
@@ -483,17 +483,17 @@
483
483
  "dist"
484
484
  ],
485
485
  "dependencies": {
486
- "@prosekit/basic": "0.5.0",
487
486
  "@prosekit/core": "0.8.1",
488
- "@prosekit/extensions": "0.9.0",
489
- "@prosekit/lit": "0.4.12",
487
+ "@prosekit/basic": "0.5.1",
488
+ "@prosekit/lit": "0.4.13",
489
+ "@prosekit/extensions": "0.9.1",
490
490
  "@prosekit/pm": "0.1.10",
491
- "@prosekit/react": "0.4.13",
492
- "@prosekit/preact": "0.4.13",
493
- "@prosekit/solid": "0.4.13",
494
- "@prosekit/svelte": "0.6.8",
495
- "@prosekit/vue": "0.4.13",
496
- "@prosekit/web": "0.5.8"
491
+ "@prosekit/preact": "0.4.14",
492
+ "@prosekit/react": "0.4.14",
493
+ "@prosekit/solid": "0.4.14",
494
+ "@prosekit/svelte": "0.6.9",
495
+ "@prosekit/vue": "0.4.14",
496
+ "@prosekit/web": "0.5.9"
497
497
  },
498
498
  "peerDependencies": {
499
499
  "loro-crdt": ">= 0.16.7",
@@ -540,27 +540,27 @@
540
540
  }
541
541
  },
542
542
  "devDependencies": {
543
- "@types/react": "^19.1.3",
544
- "@types/react-dom": "^19.1.3",
545
- "loro-crdt": "^1.5.4",
546
- "loro-prosemirror": "^0.2.1",
547
- "postcss": "^8.5.3",
543
+ "@types/react": "^19.1.6",
544
+ "@types/react-dom": "^19.1.5",
545
+ "loro-crdt": "^1.5.7",
546
+ "loro-prosemirror": "^0.2.3",
547
+ "postcss": "^8.5.4",
548
548
  "postcss-import": "^16.1.0",
549
- "preact": "^10.26.6",
549
+ "preact": "^10.26.7",
550
550
  "react": "^19.1.0",
551
551
  "react-dom": "^19.1.0",
552
- "solid-js": "^1.9.6",
553
- "svelte": "^5.28.2",
554
- "tsdown": "^0.11.2",
555
- "tsup": "^8.4.0",
552
+ "solid-js": "^1.9.7",
553
+ "svelte": "^5.33.6",
554
+ "tsdown": "^0.12.4",
555
+ "tsup": "^8.5.0",
556
556
  "typedoc": "^0.27.9",
557
557
  "typedoc-plugin-external-package-links": "^0.1.0",
558
558
  "typedoc-plugin-md": "^0.6.0",
559
- "typedoc-plugin-mdn-links": "^5.0.1",
559
+ "typedoc-plugin-mdn-links": "^5.0.2",
560
560
  "typescript": "~5.8.3",
561
- "vue": "^3.5.13",
561
+ "vue": "^3.5.16",
562
562
  "y-prosemirror": "^1.3.5",
563
- "yjs": "^13.6.26",
563
+ "yjs": "^13.6.27",
564
564
  "@prosekit/config-tsdown": "0.0.0",
565
565
  "@prosekit/config-vitest": "0.0.0"
566
566
  },