@carbon/charts 1.13.1 → 1.13.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/CHANGELOG.md +9 -0
- package/dist/color-scale-utils-2eb80bd2.mjs.map +1 -1
- package/dist/demo/index.mjs +71 -142
- package/dist/demo/index.mjs.map +1 -1
- package/dist/demo/styles.css +3176 -2894
- package/dist/demo/styles.css.map +1 -1
- package/dist/styles.css +538 -441
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/dist/umd/bundle.umd.js.map +1 -1
- package/package.json +16 -29
- package/styles.css +538 -441
- package/styles.min.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"main": "./dist/umd/bundle.umd.js",
|
|
@@ -105,46 +105,33 @@
|
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@babel/core": "^7.22.10",
|
|
109
108
|
"@carbon/import-once": "^10.7.0",
|
|
110
109
|
"@carbon/layout": "^11.19.0",
|
|
111
|
-
"@carbon/styles": "^1.
|
|
112
|
-
"@carbon/themes": "^11.
|
|
110
|
+
"@carbon/styles": "^1.38.0",
|
|
111
|
+
"@carbon/themes": "^11.25.0",
|
|
113
112
|
"@rollup/plugin-replace": "^5.0.2",
|
|
114
|
-
"@rushstack/eslint-patch": "^1.
|
|
113
|
+
"@rushstack/eslint-patch": "^1.4.0",
|
|
115
114
|
"@stackblitz/sdk": "^1.9.0",
|
|
116
|
-
"@storybook/addon-essentials": "^7.3.2",
|
|
117
|
-
"@storybook/addon-interactions": "^7.3.2",
|
|
118
|
-
"@storybook/addon-links": "^7.3.2",
|
|
119
|
-
"@storybook/blocks": "^7.3.2",
|
|
120
|
-
"@storybook/html": "^7.3.2",
|
|
121
|
-
"@storybook/html-vite": "^7.3.2",
|
|
122
|
-
"@storybook/manager-api": "^7.3.2",
|
|
123
|
-
"@storybook/testing-library": "^0.2.0",
|
|
124
|
-
"@storybook/theming": "^7.3.2",
|
|
125
115
|
"@types/d3": "^7.4.0",
|
|
126
116
|
"@types/d3-cloud": "^1.2.5",
|
|
127
117
|
"@types/d3-sankey": "^0.12.1",
|
|
128
|
-
"@types/lodash-es": "^4.17.
|
|
129
|
-
"@types/topojson": "^3.2.
|
|
130
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
131
|
-
"@typescript-eslint/parser": "^6.
|
|
118
|
+
"@types/lodash-es": "^4.17.9",
|
|
119
|
+
"@types/topojson": "^3.2.4",
|
|
120
|
+
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
121
|
+
"@typescript-eslint/parser": "^6.7.2",
|
|
132
122
|
"concurrently": "^8.2.1",
|
|
133
123
|
"downlevel-dts": "^0.11.0",
|
|
134
|
-
"eslint": "^8.
|
|
124
|
+
"eslint": "^8.49.0",
|
|
135
125
|
"eslint-config-prettier": "^9.0.0",
|
|
136
|
-
"eslint-plugin-storybook": "^0.6.13",
|
|
137
126
|
"jsdom": "^22.1.0",
|
|
138
|
-
"react": "^18.2.0",
|
|
139
|
-
"react-dom": "^18.2.0",
|
|
140
127
|
"resize-observer-polyfill": "^1.5.1",
|
|
141
|
-
"sass": "^1.
|
|
142
|
-
"storybook": "^7.3
|
|
143
|
-
"typedoc": "^0.
|
|
144
|
-
"typescript": "^5.
|
|
128
|
+
"sass": "^1.68.0",
|
|
129
|
+
"storybook": "^7.4.3",
|
|
130
|
+
"typedoc": "^0.25.1",
|
|
131
|
+
"typescript": "^5.2.2",
|
|
145
132
|
"vite": "^4.4.9",
|
|
146
|
-
"vite-plugin-dts": "^3.5.
|
|
147
|
-
"vitest": "^0.34.
|
|
133
|
+
"vite-plugin-dts": "^3.5.4",
|
|
134
|
+
"vitest": "^0.34.4"
|
|
148
135
|
},
|
|
149
136
|
"publishConfig": {
|
|
150
137
|
"access": "public"
|
|
@@ -193,5 +180,5 @@
|
|
|
193
180
|
"url": "https://github.com/theiliad"
|
|
194
181
|
}
|
|
195
182
|
],
|
|
196
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "b274fe8f5474c5ace5cddfa68bf537a24a33f692"
|
|
197
184
|
}
|