@narmi/design_system 6.16.4 → 6.16.5

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 CHANGED
@@ -21,7 +21,8 @@ npm install @narmi/design_system --save
21
21
 
22
22
  Your project must provide the following packages as peer dependencies:
23
23
 
24
- - React (>=16.9, supports Hooks)
24
+ - `react` (`^18 || ^19`)
25
+ - `react-dom` (`^18 || ^19`)
25
26
 
26
27
  ### Documentation
27
28