@lyfie/luthor-headless 2.7.5 → 2.7.7

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +32 -32
  3. package/package.json +1 -7
package/README.md CHANGED
@@ -34,7 +34,7 @@ pnpm add @lyfie/luthor-headless lexical @lexical/code @lexical/link @lexical/lis
34
34
  Optional:
35
35
 
36
36
  ```bash
37
- pnpm add highlight.js @emoji-mart/data
37
+ pnpm add @emoji-mart/data
38
38
  ```
39
39
 
40
40
  ## Quick Usage
@@ -85,7 +85,7 @@ export function Editor() {
85
85
  - Node: `>=20` (workspace development)
86
86
  - React: `^18.0.0 || ^19.0.0`
87
87
  - Lexical + `@lexical/*`: `>=0.40.0`
88
- - Optional `highlight.js`: `>=11.0.0`
88
+ - Optional `@emoji-mart/data`: `^1.2.1`
89
89
 
90
90
  ## Documentation
91
91