@matthieumordrel/chart-studio 0.2.0 → 0.2.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -301,7 +301,7 @@ Minimal example:
301
301
  ## Compatibility
302
302
 
303
303
  - `react`: `>=18.2.0 <20`
304
- - `recharts`: `>=2.15.4 <3` for the UI layer
304
+ - `recharts`: `>=3.0.0 <4` for the UI layer
305
305
  - `lucide-react`: `>=0.577.0 <1` for the UI layer
306
306
 
307
307
  ## Common Questions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matthieumordrel/chart-studio",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Headless, composable charting for React with an optional batteries-included UI layer.",
5
5
  "type": "module",
6
6
  "sideEffects": false,