@corva/ui 0.91.0-0 → 0.91.0-1
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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@corva/ui",
|
|
3
|
-
"version": "0.91.0-
|
|
3
|
+
"version": "0.91.0-1",
|
|
4
4
|
"description": "Shared components/utils for Corva ui projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"corva-ui"
|
|
@@ -94,7 +94,6 @@
|
|
|
94
94
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
95
95
|
"@material-ui/pickers": "3.2.10",
|
|
96
96
|
"@rollbar/react": "^0.11.1",
|
|
97
|
-
"@types/xlsx": "^0.0.36",
|
|
98
97
|
"auth0-js": "^9.14.0",
|
|
99
98
|
"chalk": "4.1.1",
|
|
100
99
|
"chroma-js": "1.4.1",
|
|
@@ -164,7 +163,7 @@
|
|
|
164
163
|
"uuid": "3.4.0",
|
|
165
164
|
"validate-color": "^2.2.1",
|
|
166
165
|
"video-extensions": "1.1.0",
|
|
167
|
-
"xlsx": "0.
|
|
166
|
+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
|
|
168
167
|
},
|
|
169
168
|
"devDependencies": {
|
|
170
169
|
"@babel/core": "^7.12.10",
|