@arcgis/charts-components-react 4.32.0-next.55 → 4.32.0-next.57

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 +4 -4
package/README.md CHANGED
@@ -39,4 +39,4 @@ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
39
39
 
40
40
  For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
41
41
 
42
- email: contracts@esri.com
42
+ email: contracts@esri.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "4.32.0-next.55",
3
+ "version": "4.32.0-next.57",
4
4
  "description": "A set of React components that wrap ArcGIS charts components",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "sideEffects": false,
@@ -12,9 +12,9 @@
12
12
  ],
13
13
  "license": "SEE LICENSE.md",
14
14
  "dependencies": {
15
- "@arcgis/charts-components": "4.32.0-next.55",
16
- "@arcgis/charts-shared-utils": "4.32.0-next.55",
17
- "@arcgis/charts-spec": "4.32.0-next.55"
15
+ "@arcgis/charts-components": "4.32.0-next.57",
16
+ "@arcgis/charts-shared-utils": "4.32.0-next.57",
17
+ "@arcgis/charts-spec": "4.32.0-next.57"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@arcgis/core": ">=4.32.0-next <4.33",