@carbon/charts-react 1.16.10 → 1.16.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.
Files changed (2) hide show
  1. package/dist/index.umd.js +119 -0
  2. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-react",
3
- "version": "1.16.10",
3
+ "version": "1.16.11",
4
4
  "description": "Carbon Charts component library for React",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",
@@ -28,7 +28,7 @@
28
28
  "file:styles": "cp ../core/dist/styles.* dist",
29
29
  "file:downlevel:dts": "downlevel-dts dist dist",
30
30
  "postbundle": "concurrently \"yarn:file:*\"",
31
- "build:package": "vite build && yarn postbundle",
31
+ "build:package": "vite build && cp dist/index.umd.cjs dist/index.umd.js && yarn postbundle",
32
32
  "demo:mdx:react": "cp ../core/src/stories/getting-started/react.stories.mdx src/stories",
33
33
  "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories",
34
34
  "demo:mdx": "concurrently \"yarn:demo:mdx:*\"",
@@ -42,7 +42,7 @@
42
42
  "pub:demo": "cp -a demo/bundle/. ../../pages/react"
43
43
  },
44
44
  "dependencies": {
45
- "@carbon/charts": "1.16.10",
45
+ "@carbon/charts": "1.16.11",
46
46
  "@carbon/icons-react": "^11.43.0",
47
47
  "@ibm/telemetry-js": "^1.5.2"
48
48
  },
@@ -62,7 +62,7 @@
62
62
  "prettier": "^3.3.2",
63
63
  "react": "^18.3.1",
64
64
  "react-dom": "^18.3.1",
65
- "sass": "^1.77.5",
65
+ "sass": "^1.77.6",
66
66
  "storybook": "^7.6.19",
67
67
  "typescript": "^5.4.5",
68
68
  "vite": "^5.3.1",
@@ -125,5 +125,5 @@
125
125
  "url": "https://github.com/theiliad"
126
126
  }
127
127
  ],
128
- "gitHead": "0e0db116ababa2aee9f09cad82107d3994965c6c"
128
+ "gitHead": "08318c67c93dd53e31cb968976397f3068864e63"
129
129
  }