@carbon/charts-react 1.10.3 → 1.10.4
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ yarn add @carbon/charts-react @carbon/styles d3 d3-cloud d3-sankey
|
|
|
26
26
|
|
|
27
27
|
Read [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-react--docs)
|
|
28
28
|
|
|
29
|
-
## StackBlitz
|
|
29
|
+
## Storybook and StackBlitz Examples
|
|
30
30
|
|
|
31
31
|
[Sample use cases can be seen here](https://carbon-design-system.github.io/carbon-charts/react).
|
|
32
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-react",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.4",
|
|
4
4
|
"description": "Carbon Charts component library for React",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"clean": "rm -rf dist demo/bundle"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@carbon/charts": "1.10.
|
|
44
|
+
"@carbon/charts": "1.10.4",
|
|
45
45
|
"@carbon/icons-react": "^11.21.0",
|
|
46
46
|
"@carbon/telemetry": "~0.1.0"
|
|
47
47
|
},
|
|
@@ -150,5 +150,5 @@
|
|
|
150
150
|
"url": "https://github.com/theiliad"
|
|
151
151
|
}
|
|
152
152
|
],
|
|
153
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "fa605b39d5195a72f9f618a6fcf3650d97f786c2"
|
|
154
154
|
}
|