@haklex/rich-plugin-block-handle 0.3.4 → 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 (2) hide show
  1. package/README.md +6 -6
  2. 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.42+). Add `@lexical/code-core` yourself only if your app imports it directly.
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.42.0` |
18
- | `@lexical/react` | `^0.42.0` |
19
- | `@lexical/rich-text` | `^0.42.0` |
20
- | `@lexical/selection` | `^0.42.0` |
21
- | `lexical` | `^0.42.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` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-plugin-block-handle",
3
- "version": "0.3.4",
3
+ "version": "0.4.1",
4
4
  "description": "Block handle plugin with add button and context menu",
5
5
  "repository": {
6
6
  "type": "git",