@carbon/charts 1.11.20 → 1.11.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts",
3
- "version": "1.11.20",
3
+ "version": "1.11.21",
4
4
  "description": "Carbon Charts component library",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/umd/bundle.umd.js",
@@ -110,17 +110,18 @@
110
110
  "@carbon/layout": "^11.18.0",
111
111
  "@carbon/styles": "^1.35.0",
112
112
  "@carbon/themes": "^11.23.0",
113
+ "@rollup/plugin-replace": "^5.0.2",
113
114
  "@rushstack/eslint-patch": "^1.3.3",
114
115
  "@stackblitz/sdk": "^1.9.0",
115
- "@storybook/addon-essentials": "^7.2.2",
116
- "@storybook/addon-interactions": "^7.2.2",
117
- "@storybook/addon-links": "^7.2.2",
118
- "@storybook/blocks": "^7.2.2",
119
- "@storybook/html": "^7.2.2",
120
- "@storybook/html-vite": "^7.2.2",
121
- "@storybook/manager-api": "^7.2.2",
116
+ "@storybook/addon-essentials": "^7.2.3",
117
+ "@storybook/addon-interactions": "^7.2.3",
118
+ "@storybook/addon-links": "^7.2.3",
119
+ "@storybook/blocks": "^7.2.3",
120
+ "@storybook/html": "^7.2.3",
121
+ "@storybook/html-vite": "^7.2.3",
122
+ "@storybook/manager-api": "^7.2.3",
122
123
  "@storybook/testing-library": "^0.2.0",
123
- "@storybook/theming": "^7.2.2",
124
+ "@storybook/theming": "^7.2.3",
124
125
  "@types/d3": "^7.4.0",
125
126
  "@types/d3-cloud": "^1.2.5",
126
127
  "@types/d3-sankey": "^0.12.1",
@@ -130,7 +131,7 @@
130
131
  "@typescript-eslint/parser": "^6.3.0",
131
132
  "concurrently": "^8.2.0",
132
133
  "downlevel-dts": "^0.11.0",
133
- "eslint": "^8.46.0",
134
+ "eslint": "^8.47.0",
134
135
  "eslint-config-prettier": "^9.0.0",
135
136
  "eslint-plugin-storybook": "^0.6.13",
136
137
  "jsdom": "^22.1.0",
@@ -138,11 +139,11 @@
138
139
  "react-dom": "^18.2.0",
139
140
  "resize-observer-polyfill": "^1.5.1",
140
141
  "sass": "~1.64.2",
141
- "storybook": "^7.2.2",
142
+ "storybook": "^7.2.3",
142
143
  "typedoc": "^0.24.8",
143
144
  "typescript": "^5.1.6",
144
145
  "vite": "^4.4.9",
145
- "vite-plugin-dts": "^3.5.1",
146
+ "vite-plugin-dts": "^3.5.2",
146
147
  "vitest": "^0.34.1"
147
148
  },
148
149
  "publishConfig": {
@@ -192,5 +193,5 @@
192
193
  "url": "https://github.com/theiliad"
193
194
  }
194
195
  ],
195
- "gitHead": "8ad1a690e8e336a268d15750576485ebb54307e5"
196
+ "gitHead": "6b44c05354fac8a315a54b1f576089502bdf6bb0"
196
197
  }