react-headless-dock-layout 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,10 @@ A lightweight, headless dock layout library for React.
21
21
  - You want a complete IDE-like layout system
22
22
 
23
23
 
24
+ ## Requirements
25
+
26
+ - React >= 18.0.0
27
+
24
28
  ## Installation
25
29
 
26
30
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-headless-dock-layout",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "A lightweight, headless dock layout library for React.",
5
5
  "type": "module",
6
6
  "exports": {