@carbon/charts-react 1.13.14 → 1.13.15
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/dist/index.mjs.js +1 -1
- package/dist/index.mjs.js.map +1 -1
- package/package.json +4 -10
package/package.json
CHANGED
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-react",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.15",
|
|
4
4
|
"description": "Carbon Charts component library for React",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "./dist/index.js",
|
|
7
6
|
"module": "./dist/index.mjs",
|
|
8
7
|
"types": "./dist/index.d.ts",
|
|
9
8
|
"exports": {
|
|
10
9
|
"./package.json": "./package.json",
|
|
11
10
|
".": {
|
|
12
11
|
"types": "./dist/index.d.ts",
|
|
13
|
-
"
|
|
14
|
-
"import": "./dist/index.mjs",
|
|
15
|
-
"require": "./dist/index.js"
|
|
16
|
-
},
|
|
17
|
-
"import": "./dist/index.mjs",
|
|
18
|
-
"require": "./dist/index.js"
|
|
12
|
+
"import": "./dist/index.mjs"
|
|
19
13
|
},
|
|
20
14
|
"./styles.min.css": "./dist/styles.min.css",
|
|
21
15
|
"./styles.css": "./dist/styles.css"
|
|
@@ -43,7 +37,7 @@
|
|
|
43
37
|
"pub:demo": "cp -a demo/bundle/. ../../pages/react"
|
|
44
38
|
},
|
|
45
39
|
"dependencies": {
|
|
46
|
-
"@carbon/charts": "1.13.
|
|
40
|
+
"@carbon/charts": "1.13.15",
|
|
47
41
|
"@carbon/icons-react": "^11.33.0",
|
|
48
42
|
"@carbon/telemetry": "~0.1.0",
|
|
49
43
|
"react": "^18.2.0",
|
|
@@ -127,5 +121,5 @@
|
|
|
127
121
|
"url": "https://github.com/theiliad"
|
|
128
122
|
}
|
|
129
123
|
],
|
|
130
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "3e24b920093adbc60bd41ae893bd56a8f81efed2"
|
|
131
125
|
}
|