@arcgis/charts-components-react 4.34.0-next.143 → 4.34.0-next.145

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 +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ArcGIS Maps SDK for JavaScript - React wrapper for Charts Components
1
+ # ArcGIS Maps SDK for JavaScript - React 18 wrapper for Charts Components
2
2
 
3
3
  **No Esri Technical Support during beta.**
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "4.34.0-next.143",
3
+ "version": "4.34.0-next.145",
4
4
  "description": "A set of React components that wrap ArcGIS charts components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -27,8 +27,8 @@
27
27
  ],
28
28
  "license": "SEE LICENSE.md",
29
29
  "dependencies": {
30
- "@arcgis/charts-components": "4.34.0-next.143",
31
- "@arcgis/lumina": "4.34.0-next.143",
30
+ "@arcgis/charts-components": "4.34.0-next.145",
31
+ "@arcgis/lumina": "4.34.0-next.145",
32
32
  "@lit/react": "^1.0.7",
33
33
  "lit": "^3.3.0",
34
34
  "tslib": "^2.8.1"