@haklex/rich-ext-gallery 0.23.0 → 0.25.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -10,12 +10,12 @@ pnpm add @haklex/rich-ext-gallery
10
10
 
11
11
  ## Peer Dependencies
12
12
 
13
- | Package | Version |
14
- | -------------- | ---------- |
15
- | `lexical` | `^0.41.0` |
16
- | `lucide-react` | `^0.574.0` |
17
- | `react` | `>= 19` |
18
- | `react-dom` | `>= 19` |
13
+ | Package | Version |
14
+ | -------------- | --------- |
15
+ | `lexical` | `^0.45.0` |
16
+ | `lucide-react` | `^1.0.0` |
17
+ | `react` | `>= 19` |
18
+ | `react-dom` | `>= 19` |
19
19
 
20
20
  ## Usage
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-ext-gallery",
3
- "version": "0.23.0",
3
+ "version": "0.25.0",
4
4
  "description": "Image gallery extension with drag-and-drop",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,9 +60,9 @@
60
60
  "lucide-react": "^1.0.0",
61
61
  "react": ">=19",
62
62
  "react-dom": ">=19",
63
- "@haklex/rich-editor": "0.23.0",
64
- "@haklex/rich-editor-ui": "0.23.0",
65
- "@haklex/rich-style-token": "0.23.0"
63
+ "@haklex/rich-editor": "0.25.0",
64
+ "@haklex/rich-editor-ui": "0.25.0",
65
+ "@haklex/rich-style-token": "0.25.0"
66
66
  },
67
67
  "publishConfig": {
68
68
  "access": "public"