prosekit 0.4.0 → 0.4.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 +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prosekit",
3
3
  "type": "module",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -596,7 +596,7 @@
596
596
  "@prosekit/basic": "0.3.0",
597
597
  "@prosekit/core": "0.3.0",
598
598
  "@prosekit/extensions": "0.3.0",
599
- "@prosekit/lit": "0.2.2",
599
+ "@prosekit/lit": "0.2.3",
600
600
  "@prosekit/pm": "0.1.1",
601
601
  "@prosekit/preact": "0.2.4",
602
602
  "@prosekit/react": "0.2.4",
@@ -638,16 +638,16 @@
638
638
  },
639
639
  "devDependencies": {
640
640
  "@prosekit/dev": "*",
641
- "@types/react": "^18.2.52",
641
+ "@types/react": "^18.2.54",
642
642
  "@types/react-dom": "^18.2.18",
643
- "postcss": "^8.4.33",
643
+ "postcss": "^8.4.34",
644
644
  "postcss-nesting": "^12.0.2",
645
645
  "preact": "^10.19.3",
646
646
  "react": "^18.2.0",
647
647
  "react-dom": "^18.2.0",
648
648
  "shikiji": "^0.10.2",
649
- "solid-js": "^1.8.12",
650
- "svelte": "^4.2.9",
649
+ "solid-js": "^1.8.14",
650
+ "svelte": "^4.2.10",
651
651
  "tsup": "^8.0.1",
652
652
  "typescript": "^5.3.3",
653
653
  "vue": "^3.4.15"