@arcgis/charts-components-react 4.32.0-next.99 → 4.33.0-next.0

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
@@ -29,7 +29,7 @@ Samples for how to use this package are available on github in the [jsapi-resour
29
29
 
30
30
  ## License
31
31
 
32
- COPYRIGHT © 2024 Esri
32
+ COPYRIGHT © 2025 Esri
33
33
 
34
34
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "4.32.0-next.99",
3
+ "version": "4.33.0-next.0",
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.99",
16
- "@arcgis/charts-shared-utils": "4.32.0-next.99",
17
- "@arcgis/charts-spec": "4.32.0-next.99"
15
+ "@arcgis/charts-components": "4.33.0-next.0",
16
+ "@arcgis/charts-shared-utils": "4.33.0-next.0",
17
+ "@arcgis/charts-spec": "4.33.0-next.0"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@arcgis/core": ">=4.32.0-next <4.33",