@carbon/charts 1.13.17 → 1.13.18
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/CHANGELOG.md +9 -0
- package/dist/{choropleth-EFcahG_A.mjs → choropleth-bEh4R3-F.mjs} +10 -4
- package/dist/choropleth-bEh4R3-F.mjs.map +1 -0
- package/dist/color-scale-utils-GLd1MML3.mjs.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/demo/index.mjs +197 -195
- package/dist/demo/index.mjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/umd/bundle.umd.js.map +1 -1
- package/package.json +7 -7
- package/dist/choropleth-EFcahG_A.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.18",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -116,20 +116,20 @@
|
|
|
116
116
|
"@types/d3": "^7.4.3",
|
|
117
117
|
"@types/d3-cloud": "^1.2.9",
|
|
118
118
|
"@types/d3-sankey": "^0.12.4",
|
|
119
|
-
"@types/dompurify": "^3",
|
|
119
|
+
"@types/dompurify": "^3.0.5",
|
|
120
120
|
"@types/lodash-es": "^4.17.12",
|
|
121
121
|
"@types/topojson": "^3.2.6",
|
|
122
122
|
"concurrently": "^8.2.2",
|
|
123
123
|
"downlevel-dts": "^0.11.0",
|
|
124
124
|
"jsdom": "^23.0.1",
|
|
125
125
|
"resize-observer-polyfill": "^1.5.1",
|
|
126
|
-
"sass": "^1.69.
|
|
127
|
-
"storybook": "~7.6.
|
|
128
|
-
"typedoc": "^0.25.
|
|
126
|
+
"sass": "^1.69.7",
|
|
127
|
+
"storybook": "~7.6.7",
|
|
128
|
+
"typedoc": "^0.25.6",
|
|
129
129
|
"typescript": "^5.3.3",
|
|
130
130
|
"vite": "^5.0.10",
|
|
131
131
|
"vite-plugin-dts": "^3.7.0",
|
|
132
|
-
"vitest": "^1.1.
|
|
132
|
+
"vitest": "^1.1.1"
|
|
133
133
|
},
|
|
134
134
|
"publishConfig": {
|
|
135
135
|
"access": "public"
|
|
@@ -178,5 +178,5 @@
|
|
|
178
178
|
"url": "https://github.com/theiliad"
|
|
179
179
|
}
|
|
180
180
|
],
|
|
181
|
-
"gitHead": "
|
|
181
|
+
"gitHead": "bc5da5e95247793f1e70459161ca713c5aebc1d6"
|
|
182
182
|
}
|