@oliasoft-open-source/charts-library 4.0.2 → 4.0.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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "4.0.2",
3
+ "version": "4.0.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": {
@@ -15,6 +15,7 @@
15
15
  },
16
16
  "license": "MIT",
17
17
  "author": "Oliasoft AS and contributors",
18
+ "type": "module",
18
19
  "main": "./dist/index.js",
19
20
  "module": "./dist/index.js",
20
21
  "types": "./dist/index.d.ts",
@@ -22,7 +23,7 @@
22
23
  "dist"
23
24
  ],
24
25
  "scripts": {
25
- "build:package": "vite build --config vite.config.mjs",
26
+ "build:package": "vite build --config vite.config.ts",
26
27
  "build": "yarn build:package && storybook build --quiet --output-dir ./public",
27
28
  "dev:storybook": "storybook dev -p 6006",
28
29
  "lint:check": "eslint \"**/*.{js,jsx,ts,tsx}\"",
@@ -109,8 +110,8 @@
109
110
  "@oliasoft-open-source/units": "^3.4.2",
110
111
  "classnames": "^2.3.2",
111
112
  "immer": "^10.0.2",
112
- "lodash": "^4.17.21",
113
113
  "react": "^17",
114
- "react-dom": "^17"
114
+ "react-dom": "^17",
115
+ "lodash": "^4.17.21"
115
116
  }
116
117
  }