@oliasoft-open-source/charts-library 4.8.3-beta-2 → 4.8.3-beta-3

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.
@@ -23,4 +23,4 @@ export type TLegendAction = {
23
23
  payload: ILegendState;
24
24
  };
25
25
  export declare const legendInitialState: ILegendState;
26
- export declare const legendReducer: (state: ILegendState, action: TLegendAction) => any;
26
+ export declare const legendReducer: (state: ILegendState, action: TLegendAction) => ILegendState;
@@ -1045,7 +1045,7 @@ export namespace TestManyLines {
1045
1045
  export namespace data_17 {
1046
1046
  let datasets_17: {
1047
1047
  label: string;
1048
- pointStyle: any;
1048
+ pointStyle: string | undefined;
1049
1049
  pointRadius: number;
1050
1050
  data: {
1051
1051
  x: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "4.8.3-beta-2",
3
+ "version": "4.8.3-beta-3",
4
4
  "description": "React Chart Library (based on Chart.js and react-chart-js-2)",
5
5
  "homepage": "https://gitlab.com/oliasoft-open-source/charts-library",
6
6
  "resolutions": {
@@ -69,6 +69,7 @@
69
69
  "@storybook/react-vite": "^8.6.4",
70
70
  "@storybook/testing-library": "^0.2.2",
71
71
  "@types/jest": "^29.5.14",
72
+ "@types/lodash": "^4.17.16",
72
73
  "@types/react": "^18.2.24",
73
74
  "@typescript-eslint/parser": "^6.7.4",
74
75
  "@vitejs/plugin-react-swc": "^3.8.0",