@corva/ui 0.98.0-2 → 0.98.0-4
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@corva/ui",
|
|
3
|
-
"version": "0.98.0-
|
|
3
|
+
"version": "0.98.0-4",
|
|
4
4
|
"description": "Shared components/utils for Corva ui projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"corva-ui"
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"chroma-js": "1.4.1",
|
|
101
101
|
"classnames": "2.2.6",
|
|
102
102
|
"corva-convert-units": "1.24.0",
|
|
103
|
-
"dompurify": "3.
|
|
103
|
+
"dompurify": "3.1.3",
|
|
104
104
|
"dotenv": "^10.0.0",
|
|
105
105
|
"echarts": "^5.4.3",
|
|
106
106
|
"echarts-for-react": "^3.0.2",
|
|
@@ -168,7 +168,6 @@
|
|
|
168
168
|
"xlsx": "0.12.13"
|
|
169
169
|
},
|
|
170
170
|
"devDependencies": {
|
|
171
|
-
"@types/xlsx": "^0.0.36",
|
|
172
171
|
"@babel/core": "^7.12.10",
|
|
173
172
|
"@babel/plugin-transform-react-jsx": "^7.12.11",
|
|
174
173
|
"@babel/plugin-transform-runtime": "^7.12.10",
|
|
@@ -203,6 +202,7 @@
|
|
|
203
202
|
"@types/jest": "^29.2.0",
|
|
204
203
|
"@types/react": "^18.0.21",
|
|
205
204
|
"@types/react-dom": "^18.0.6",
|
|
205
|
+
"@types/xlsx": "^0.0.36",
|
|
206
206
|
"babel-eslint": "^10.1.0",
|
|
207
207
|
"babel-jest": "^26.3.0",
|
|
208
208
|
"babel-loader": "8.1.0",
|