prosekit 0.3.0 → 0.3.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.
@@ -52,7 +52,7 @@ img.ProseMirror-separator {
52
52
 
53
53
  /* ../pm/src/view/style/prosemirror.css */
54
54
 
55
- /* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.5/node_modules/prosemirror-flat-list/dist/style.css */
55
+ /* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.6/node_modules/prosemirror-flat-list/dist/style.css */
56
56
  .prosemirror-flat-list {
57
57
  padding: 0;
58
58
  margin-top: 0;
@@ -1,4 +1,4 @@
1
- /* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.5/node_modules/prosemirror-flat-list/dist/style.css */
1
+ /* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.6/node_modules/prosemirror-flat-list/dist/style.css */
2
2
  .prosemirror-flat-list {
3
3
  padding: 0;
4
4
  margin-top: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prosekit",
3
3
  "type": "module",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -588,7 +588,7 @@
588
588
  "@prosekit/basic": "0.2.5",
589
589
  "@prosekit/core": "0.2.6",
590
590
  "@prosekit/extensions": "0.2.5",
591
- "@prosekit/lit": "0.2.0",
591
+ "@prosekit/lit": "0.2.1",
592
592
  "@prosekit/pm": "0.1.1",
593
593
  "@prosekit/preact": "0.2.0",
594
594
  "@prosekit/react": "0.2.0",
@@ -630,19 +630,19 @@
630
630
  },
631
631
  "devDependencies": {
632
632
  "@prosekit/dev": "*",
633
- "@types/react": "^18.2.47",
633
+ "@types/react": "^18.2.48",
634
634
  "@types/react-dom": "^18.2.18",
635
635
  "postcss": "^8.4.33",
636
636
  "postcss-nesting": "^12.0.2",
637
637
  "preact": "^10.19.3",
638
638
  "react": "^18.2.0",
639
639
  "react-dom": "^18.2.0",
640
- "shikiji": "^0.9.19",
641
- "solid-js": "^1.8.11",
642
- "svelte": "^4.2.8",
640
+ "shikiji": "^0.10.0",
641
+ "solid-js": "^1.8.12",
642
+ "svelte": "^4.2.9",
643
643
  "tsup": "^8.0.1",
644
644
  "typescript": "^5.3.3",
645
- "vue": "^3.4.13"
645
+ "vue": "^3.4.15"
646
646
  },
647
647
  "scripts": {
648
648
  "build:tsup": "tsup",
package/src/index.ts DELETED
@@ -1 +0,0 @@
1
- export {}