@oliasoft-open-source/charts-library 4.3.7-beta-1 → 4.3.7
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 +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/charts-library",
|
|
3
|
-
"version": "4.3.7
|
|
3
|
+
"version": "4.3.7",
|
|
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": {
|
|
@@ -88,8 +88,9 @@
|
|
|
88
88
|
"eslint-plugin-vitest": "^0.3.2",
|
|
89
89
|
"eslint-plugin-vitest-globals": "^1.3.1",
|
|
90
90
|
"http-server": "^14.1.1",
|
|
91
|
+
"prop-types": "^15",
|
|
91
92
|
"husky": "^8.0.1",
|
|
92
|
-
"immer": "^
|
|
93
|
+
"immer": "^9",
|
|
93
94
|
"jsdom": "^22.1.0",
|
|
94
95
|
"less": "^4.1.3",
|
|
95
96
|
"lint-staged": "^14.0.1",
|
|
@@ -113,8 +114,9 @@
|
|
|
113
114
|
"ajv": "^8.12.0",
|
|
114
115
|
"ajv-errors": "^3.0.0",
|
|
115
116
|
"ajv-keywords": "^5.1.0",
|
|
117
|
+
"prop-types": "^15",
|
|
116
118
|
"classnames": "^2.3.2",
|
|
117
|
-
"immer": "^
|
|
119
|
+
"immer": "^9",
|
|
118
120
|
"lodash": "^4.17.21",
|
|
119
121
|
"react": "^17",
|
|
120
122
|
"react-dom": "^17"
|