@haklex/rich-plugin-block-handle 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.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,15 +10,15 @@ pnpm add @haklex/rich-plugin-block-handle
|
|
|
10
10
|
|
|
11
11
|
## Peer Dependencies
|
|
12
12
|
|
|
13
|
-
This plugin depends on `@lexical/code-core` (Lexical 0.
|
|
13
|
+
This plugin depends on `@lexical/code-core` (Lexical 0.44+). Add `@lexical/code-core` yourself only if your app imports it directly.
|
|
14
14
|
|
|
15
15
|
| Package | Version |
|
|
16
16
|
| -------------------- | ---------- |
|
|
17
|
-
| `@lexical/list` | `^0.
|
|
18
|
-
| `@lexical/react` | `^0.
|
|
19
|
-
| `@lexical/rich-text` | `^0.
|
|
20
|
-
| `@lexical/selection` | `^0.
|
|
21
|
-
| `lexical` | `^0.
|
|
17
|
+
| `@lexical/list` | `^0.44.0` |
|
|
18
|
+
| `@lexical/react` | `^0.44.0` |
|
|
19
|
+
| `@lexical/rich-text` | `^0.44.0` |
|
|
20
|
+
| `@lexical/selection` | `^0.44.0` |
|
|
21
|
+
| `lexical` | `^0.44.0` |
|
|
22
22
|
| `lucide-react` | `^0.574.0` |
|
|
23
23
|
| `react` | `>= 19` |
|
|
24
24
|
| `react-dom` | `>= 19` |
|