@carbon/charts 1.11.9 → 1.11.11

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.9",
3
+ "version": "1.11.11",
4
4
  "description": "Carbon Charts component library",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",
@@ -82,7 +82,7 @@
82
82
  "homepage": "https://carbon-design-system.github.io/carbon-charts/"
83
83
  },
84
84
  "dependencies": {
85
- "@carbon/colors": "^11.17.0",
85
+ "@carbon/colors": "^11.17.1",
86
86
  "@carbon/telemetry": "~0.1.0",
87
87
  "@carbon/utils-position": "^1.1.4",
88
88
  "carbon-components": "^10.58.3",
@@ -109,32 +109,32 @@
109
109
  }
110
110
  },
111
111
  "devDependencies": {
112
- "@babel/core": "^7.22.8",
112
+ "@babel/core": "^7.22.9",
113
113
  "@carbon/import-once": "^10.7.0",
114
- "@carbon/layout": "^11.16.0",
115
- "@carbon/styles": "^1.33.0",
116
- "@carbon/themes": "^11.21.0",
114
+ "@carbon/layout": "^11.16.1",
115
+ "@carbon/styles": "^1.33.1",
116
+ "@carbon/themes": "^11.21.1",
117
117
  "@rushstack/eslint-patch": "^1.3.2",
118
118
  "@stackblitz/sdk": "^1.9.0",
119
- "@storybook/addon-essentials": "^7.0.26",
120
- "@storybook/addon-interactions": "^7.0.26",
121
- "@storybook/addon-links": "^7.0.26",
122
- "@storybook/blocks": "^7.0.26",
123
- "@storybook/html": "^7.0.26",
124
- "@storybook/html-vite": "^7.0.26",
125
- "@storybook/manager-api": "^7.0.26",
119
+ "@storybook/addon-essentials": "^7.0.27",
120
+ "@storybook/addon-interactions": "^7.0.27",
121
+ "@storybook/addon-links": "^7.0.27",
122
+ "@storybook/blocks": "^7.0.27",
123
+ "@storybook/html": "^7.0.27",
124
+ "@storybook/html-vite": "^7.0.27",
125
+ "@storybook/manager-api": "^7.0.27",
126
126
  "@storybook/testing-library": "^0.2.0",
127
- "@storybook/theming": "^7.0.26",
127
+ "@storybook/theming": "^7.0.27",
128
128
  "@types/d3": "^7.4.0",
129
129
  "@types/d3-cloud": "^1.2.5",
130
130
  "@types/d3-sankey": "^0.12.1",
131
- "@types/lodash-es": "^4.17.7",
131
+ "@types/lodash-es": "^4.17.8",
132
132
  "@types/topojson": "^3.2.3",
133
- "@typescript-eslint/eslint-plugin": "^5.61.0",
134
- "@typescript-eslint/parser": "^5.61.0",
133
+ "@typescript-eslint/eslint-plugin": "^6.1.0",
134
+ "@typescript-eslint/parser": "^6.1.0",
135
135
  "concurrently": "^8.2.0",
136
136
  "downlevel-dts": "^0.11.0",
137
- "eslint": "^8.44.0",
137
+ "eslint": "^8.45.0",
138
138
  "eslint-config-prettier": "^8.8.0",
139
139
  "eslint-plugin-storybook": "^0.6.12",
140
140
  "jsdom": "^22.1.0",
@@ -142,11 +142,11 @@
142
142
  "react-dom": "^18.2.0",
143
143
  "resize-observer-polyfill": "^1.5.1",
144
144
  "sass": "^1.63.6",
145
- "storybook": "^7.0.26",
145
+ "storybook": "^7.0.27",
146
146
  "typedoc": "^0.24.8",
147
147
  "typescript": "^5.1.6",
148
- "vite": "^4.4.2",
149
- "vite-plugin-dts": "^2.3.0",
148
+ "vite": "^4.4.4",
149
+ "vite-plugin-dts": "^3.3.1",
150
150
  "vitest": "^0.33.0"
151
151
  },
152
152
  "publishConfig": {
@@ -190,5 +190,5 @@
190
190
  "url": "https://github.com/theiliad"
191
191
  }
192
192
  ],
193
- "gitHead": "1a6b5ab369592653b8d7f197b02a996aa0a6dd03"
193
+ "gitHead": "64cb44f31f8199c2981d40d077212929df7aa39f"
194
194
  }