@carbon/charts-react 1.9.0-next.1.0 → 1.9.0-next.2
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 +2 -5
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -13,18 +13,15 @@ The required styles should be imported from `@carbon/charts-react/styles.css` an
|
|
|
13
13
|
Run the following command using [npm](https://www.npmjs.com/):
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install -S @carbon/charts-react @carbon/styles d3
|
|
16
|
+
npm install -S @carbon/charts-react @carbon/styles d3 d3-cloud d3-sankey
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
If you prefer [Yarn](https://yarnpkg.com/en/), use the following command instead:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
yarn add @carbon/charts-react @carbon/styles d3
|
|
22
|
+
yarn add @carbon/charts-react @carbon/styles d3 d3-cloud d3-sankey
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
**Note:** you'd also need to install `carbon-components` if you're not using a bundled version of
|
|
26
|
-
the library.
|
|
27
|
-
|
|
28
25
|
## Step-by-step instructions
|
|
29
26
|
|
|
30
27
|
Read
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-react",
|
|
3
|
-
"version": "1.9.0-next.
|
|
3
|
+
"version": "1.9.0-next.2",
|
|
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": "
|
|
44
|
+
"@carbon/charts": "1.9.0-next.2",
|
|
45
45
|
"@carbon/icons-react": "^11.21.0",
|
|
46
46
|
"@carbon/telemetry": "~0.1.0"
|
|
47
47
|
},
|
|
@@ -59,22 +59,22 @@
|
|
|
59
59
|
"@babel/preset-typescript": "^7.22.5",
|
|
60
60
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
61
61
|
"@stackblitz/sdk": "1.9.0",
|
|
62
|
-
"@storybook/addon-essentials": "^7.0.
|
|
63
|
-
"@storybook/addon-interactions": "^7.0.
|
|
64
|
-
"@storybook/addon-links": "^7.0.
|
|
65
|
-
"@storybook/blocks": "^7.0.
|
|
66
|
-
"@storybook/manager-api": "^7.0.
|
|
67
|
-
"@storybook/react": "^7.0.
|
|
68
|
-
"@storybook/react-vite": "^7.0.
|
|
69
|
-
"@storybook/react-webpack5": "^7.0.
|
|
70
|
-
"@storybook/testing-library": "^0.
|
|
71
|
-
"@storybook/theming": "^7.0.
|
|
62
|
+
"@storybook/addon-essentials": "^7.0.23",
|
|
63
|
+
"@storybook/addon-interactions": "^7.0.23",
|
|
64
|
+
"@storybook/addon-links": "^7.0.23",
|
|
65
|
+
"@storybook/blocks": "^7.0.23",
|
|
66
|
+
"@storybook/manager-api": "^7.0.23",
|
|
67
|
+
"@storybook/react": "^7.0.23",
|
|
68
|
+
"@storybook/react-vite": "^7.0.23",
|
|
69
|
+
"@storybook/react-webpack5": "^7.0.23",
|
|
70
|
+
"@storybook/testing-library": "^0.2.0",
|
|
71
|
+
"@storybook/theming": "^7.0.23",
|
|
72
72
|
"@types/carbon__icons-react": "^11.20.0",
|
|
73
73
|
"@types/react": "^18.2.13",
|
|
74
74
|
"@types/react-dom": "^18.2.6",
|
|
75
75
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
76
76
|
"@typescript-eslint/parser": "^5.60.0",
|
|
77
|
-
"@vitejs/plugin-react": "^4.0.
|
|
77
|
+
"@vitejs/plugin-react": "^4.0.1",
|
|
78
78
|
"classnames": "^2.3.2",
|
|
79
79
|
"concurrently": "^8.2.0",
|
|
80
80
|
"css-loader": "6.8.1",
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"prettier": "^2.8.8",
|
|
88
88
|
"react": "^18.2.0",
|
|
89
89
|
"react-dom": "^18.2.0",
|
|
90
|
-
"sass": "^1.63.
|
|
91
|
-
"storybook": "^7.0.
|
|
90
|
+
"sass": "^1.63.6",
|
|
91
|
+
"storybook": "^7.0.23",
|
|
92
92
|
"style-loader": "^3.3.3",
|
|
93
93
|
"typescript": "^5.1.3",
|
|
94
94
|
"vite": "^4.3.9",
|
|
95
95
|
"vite-plugin-dts": "~2.3.0",
|
|
96
|
-
"webpack": "5.
|
|
96
|
+
"webpack": "5.88.0"
|
|
97
97
|
},
|
|
98
98
|
"prettier": "../../prettier.config.cjs",
|
|
99
99
|
"publishConfig": {
|
|
@@ -147,5 +147,5 @@
|
|
|
147
147
|
"url": "https://github.com/theiliad"
|
|
148
148
|
}
|
|
149
149
|
],
|
|
150
|
-
"gitHead": "
|
|
150
|
+
"gitHead": "a45e6618f25fc3b8ce7547ca4c2724d8b049175b"
|
|
151
151
|
}
|