@jbpark/live-editor 1.4.0 → 1.6.0

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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.4.0",
7
+ "version": "1.6.0",
8
8
  "type": "module",
9
9
  "module": "./dist/index.js",
10
10
  "types": "./dist/index.d.ts",
@@ -70,6 +70,7 @@
70
70
  "lint": "eslint .",
71
71
  "test": "vitest run",
72
72
  "test:watch": "vitest",
73
+ "bench": "vitest bench",
73
74
  "preview": "vite preview",
74
75
  "sync:draggable-items": "node scripts/sync-draggable-items.mjs",
75
76
  "prepublishOnly": "pnpm build",
@@ -83,7 +84,7 @@
83
84
  "@dnd-kit/modifiers": "^9.0.0",
84
85
  "@dnd-kit/sortable": "^10.0.0",
85
86
  "@dnd-kit/utilities": "^3.2.2",
86
- "@jbpark/ui-kit": "^3.2.1",
87
+ "@jbpark/ui-kit": "^3.3.0",
87
88
  "@jbpark/use-hooks": "^2.7.0",
88
89
  "@tailwindcss/vite": "^4.1.13",
89
90
  "@tiptap/core": "^3.22.5",
@@ -142,5 +143,10 @@
142
143
  "bash -c 'pnpm lint'",
143
144
  "bash -c 'tsc -b'"
144
145
  ]
146
+ },
147
+ "pnpm": {
148
+ "overrides": {
149
+ "@codemirror/state": "^6.7.1"
150
+ }
145
151
  }
146
152
  }