@carbon/charts-react 1.11.3 → 1.11.5
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/dist/index.js +25 -25
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7217 -7239
- package/dist/index.mjs.map +1 -1
- package/dist/stories/0-docs-getting-started-welcome.stories.d.ts +1 -0
- package/dist/stories/1-charts.stories.d.ts +1 -0
- package/dist/stories/2a-diagrams-start-here.stories.d.ts +1 -0
- package/dist/stories/2b-diagrams-cards.stories.d.ts +1 -0
- package/package.json +20 -22
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-react",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.5",
|
|
4
4
|
"description": "Carbon Charts component library for React",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"clean": "rm -rf dist demo/bundle"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@carbon/charts": "1.11.
|
|
44
|
+
"@carbon/charts": "1.11.5",
|
|
45
45
|
"@carbon/icons-react": "^11.21.0",
|
|
46
46
|
"@carbon/telemetry": "~0.1.0"
|
|
47
47
|
},
|
|
@@ -50,31 +50,31 @@
|
|
|
50
50
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@babel/core": "^7.22.
|
|
53
|
+
"@babel/core": "^7.22.8",
|
|
54
54
|
"@babel/plugin-external-helpers": "^7.22.5",
|
|
55
55
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
56
56
|
"@babel/plugin-transform-react-jsx": "^7.22.5",
|
|
57
|
-
"@babel/preset-env": "^7.22.
|
|
57
|
+
"@babel/preset-env": "^7.22.7",
|
|
58
58
|
"@babel/preset-react": "^7.22.5",
|
|
59
59
|
"@babel/preset-typescript": "^7.22.5",
|
|
60
60
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
61
61
|
"@stackblitz/sdk": "1.9.0",
|
|
62
|
-
"@storybook/addon-essentials": "^7.0.
|
|
63
|
-
"@storybook/addon-interactions": "^7.0.
|
|
64
|
-
"@storybook/addon-links": "^7.0.
|
|
65
|
-
"@storybook/blocks": "^7.0.
|
|
66
|
-
"@storybook/manager-api": "^7.0.
|
|
67
|
-
"@storybook/react": "^7.0.
|
|
68
|
-
"@storybook/react-vite": "^7.0.
|
|
69
|
-
"@storybook/react-webpack5": "^7.0.
|
|
62
|
+
"@storybook/addon-essentials": "^7.0.26",
|
|
63
|
+
"@storybook/addon-interactions": "^7.0.26",
|
|
64
|
+
"@storybook/addon-links": "^7.0.26",
|
|
65
|
+
"@storybook/blocks": "^7.0.26",
|
|
66
|
+
"@storybook/manager-api": "^7.0.26",
|
|
67
|
+
"@storybook/react": "^7.0.26",
|
|
68
|
+
"@storybook/react-vite": "^7.0.26",
|
|
69
|
+
"@storybook/react-webpack5": "^7.0.26",
|
|
70
70
|
"@storybook/testing-library": "^0.2.0",
|
|
71
|
-
"@storybook/theming": "^7.0.
|
|
71
|
+
"@storybook/theming": "^7.0.26",
|
|
72
72
|
"@types/carbon__icons-react": "^11.20.0",
|
|
73
73
|
"@types/react": "^18.2.14",
|
|
74
74
|
"@types/react-dom": "^18.2.6",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
76
|
-
"@typescript-eslint/parser": "^5.
|
|
77
|
-
"@vitejs/plugin-react": "^4.0.
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
76
|
+
"@typescript-eslint/parser": "^5.61.0",
|
|
77
|
+
"@vitejs/plugin-react": "^4.0.2",
|
|
78
78
|
"classnames": "^2.3.2",
|
|
79
79
|
"concurrently": "^8.2.0",
|
|
80
80
|
"css-loader": "6.8.1",
|
|
@@ -87,18 +87,16 @@
|
|
|
87
87
|
"eslint-plugin-prettier": "^4.2.1",
|
|
88
88
|
"eslint-plugin-react": "^7.32.2",
|
|
89
89
|
"eslint-plugin-storybook": "^0.6.12",
|
|
90
|
-
"prettier": "^2.8.8",
|
|
91
90
|
"react": "^18.2.0",
|
|
92
91
|
"react-dom": "^18.2.0",
|
|
93
92
|
"sass": "^1.63.6",
|
|
94
|
-
"storybook": "^7.0.
|
|
93
|
+
"storybook": "^7.0.26",
|
|
95
94
|
"style-loader": "^3.3.3",
|
|
96
95
|
"typescript": "^5.1.6",
|
|
97
|
-
"vite": "^4.
|
|
98
|
-
"vite-plugin-dts": "^
|
|
96
|
+
"vite": "^4.4.1",
|
|
97
|
+
"vite-plugin-dts": "^3.1.0",
|
|
99
98
|
"webpack": "5.88.1"
|
|
100
99
|
},
|
|
101
|
-
"prettier": "../../prettier.config.cjs",
|
|
102
100
|
"publishConfig": {
|
|
103
101
|
"access": "public"
|
|
104
102
|
},
|
|
@@ -150,5 +148,5 @@
|
|
|
150
148
|
"url": "https://github.com/theiliad"
|
|
151
149
|
}
|
|
152
150
|
],
|
|
153
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "f2bb3514bdc11cf2c6c3cb2df4ce26c39152fa28"
|
|
154
152
|
}
|