@haklex/rich-editor 0.24.0 → 0.25.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 +9 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -15,15 +15,15 @@ Lexical 0.44+ exposes code blocks in `@lexical/code-core` (no Prism). This packa
15
15
  | Package | Version | Required |
16
16
  | -------------------- | ---------- | -------- |
17
17
  | `@base-ui/react` | `^1.1.0` | Yes |
18
- | `@lexical/extension` | `^0.44.0` | Yes |
19
- | `@lexical/link` | `^0.44.0` | Yes |
20
- | `@lexical/list` | `^0.44.0` | Yes |
21
- | `@lexical/markdown` | `^0.44.0` | Yes |
22
- | `@lexical/react` | `^0.44.0` | Yes |
23
- | `@lexical/rich-text` | `^0.44.0` | Yes |
24
- | `@lexical/table` | `^0.44.0` | Yes |
25
- | `lexical` | `^0.44.0` | Yes |
26
- | `lucide-react` | `^0.574.0` | Yes |
18
+ | `@lexical/extension` | `^0.45.0` | Yes |
19
+ | `@lexical/link` | `^0.45.0` | Yes |
20
+ | `@lexical/list` | `^0.45.0` | Yes |
21
+ | `@lexical/markdown` | `^0.45.0` | Yes |
22
+ | `@lexical/react` | `^0.45.0` | Yes |
23
+ | `@lexical/rich-text` | `^0.45.0` | Yes |
24
+ | `@lexical/table` | `^0.45.0` | Yes |
25
+ | `lexical` | `^0.45.0` | Yes |
26
+ | `lucide-react` | `^1.0.0` | Yes |
27
27
  | `react` | `>=19` | Yes |
28
28
  | `react-dom` | `>=19` | Yes |
29
29
  | `katex` | `>=0.16.0` | Optional |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-editor",
3
- "version": "0.24.0",
3
+ "version": "0.25.1",
4
4
  "description": "Core rich text editor based on Lexical",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,9 +48,9 @@
48
48
  "@lexical/code-core": "^0.45.0",
49
49
  "nanoid": "^5.1.11",
50
50
  "thumbhash": "^0.1.1",
51
- "@haklex/rich-editor-ui": "0.24.0",
52
- "@haklex/rich-headless": "0.24.0",
53
- "@haklex/rich-style-token": "0.24.0"
51
+ "@haklex/rich-editor-ui": "0.25.1",
52
+ "@haklex/rich-headless": "0.25.1",
53
+ "@haklex/rich-style-token": "0.25.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@lexical/extension": "^0.45.0",