@vidispine/vdt-materialui 0.15.0-pre.8 → 21.4.0-pre.2
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/dist/index.css +917 -450
- package/dist/index.es.js +14705 -2274
- package/dist/index.js +14794 -2362
- package/package.json +21 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-materialui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.4.0-pre.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"new:component": "hygen new component"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@vidispine/vdt-api": "^
|
|
20
|
-
"@vidispine/vdt-js": "^
|
|
21
|
-
"@vidispine/vdt-react": "^
|
|
22
|
-
"@vidispine/vdt-videojs-react": "^
|
|
19
|
+
"@vidispine/vdt-api": "^21.4.0-pre.2",
|
|
20
|
+
"@vidispine/vdt-js": "^21.4.0-pre.2",
|
|
21
|
+
"@vidispine/vdt-react": "^21.4.0-pre.2",
|
|
22
|
+
"@vidispine/vdt-videojs-react": "^21.4.0-pre.2",
|
|
23
23
|
"clsx": "^1.1.1",
|
|
24
24
|
"core-js": "^3.8.3",
|
|
25
25
|
"filesize": "^6.1.0",
|
|
@@ -32,18 +32,24 @@
|
|
|
32
32
|
"lodash.truncate": "^4.4.2",
|
|
33
33
|
"lodash.updatewith": "^4.10.2",
|
|
34
34
|
"moment": "2.28.0",
|
|
35
|
+
"pdfjs-dist": "2.9.359",
|
|
35
36
|
"react-beautiful-dnd": "12.2.0",
|
|
36
37
|
"react-dnd": "^11.1.3",
|
|
37
38
|
"react-dnd-html5-backend": "^11.1.3",
|
|
38
39
|
"react-dropzone": "^11.2.4",
|
|
39
40
|
"react-final-form": "^6.5.2",
|
|
41
|
+
"react-pdf": "^5.4.0",
|
|
42
|
+
"react-select": "^4.3.1",
|
|
43
|
+
"react-sizeme": "^3.0.2",
|
|
40
44
|
"typeface-roboto": "^0.0.75"
|
|
41
45
|
},
|
|
42
46
|
"peerDependencies": {
|
|
43
47
|
"@material-ui/core": "^4.11.1",
|
|
44
48
|
"@material-ui/icons": "^4.9.1",
|
|
45
49
|
"@material-ui/lab": "^4.0.0-alpha.56",
|
|
46
|
-
"react": "^16.14.0"
|
|
50
|
+
"react": "^16.14.0",
|
|
51
|
+
"react-dom": "^16.14.0",
|
|
52
|
+
"use-deep-compare-effect": "^1.3.1"
|
|
47
53
|
},
|
|
48
54
|
"devDependencies": {
|
|
49
55
|
"@babel/core": "^7.8.3",
|
|
@@ -52,9 +58,9 @@
|
|
|
52
58
|
"@storybook/addon-actions": "^6.0.0-alpha.27",
|
|
53
59
|
"@storybook/addon-knobs": "^6.0.0-alpha.27",
|
|
54
60
|
"@svgr/rollup": "^5.5.0",
|
|
55
|
-
"@vidispine/eslint-config": "^
|
|
56
|
-
"@vidispine/prettier-config": "^
|
|
57
|
-
"@vidispine/proptypes": "^
|
|
61
|
+
"@vidispine/eslint-config": "^21.4.0-pre.2",
|
|
62
|
+
"@vidispine/prettier-config": "^21.4.0-pre.2",
|
|
63
|
+
"@vidispine/proptypes": "^21.4.0-pre.2",
|
|
58
64
|
"axios-mock-adapter": "^1.19.0",
|
|
59
65
|
"enzyme": "3.8",
|
|
60
66
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
@@ -71,7 +77,8 @@
|
|
|
71
77
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
72
78
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
73
79
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
|
74
|
-
"rollup-plugin-scss": "^
|
|
80
|
+
"rollup-plugin-scss": "^3.0.0",
|
|
81
|
+
"sass": "1.43.4"
|
|
75
82
|
},
|
|
76
83
|
"scarfSettings": {
|
|
77
84
|
"enabled": false
|
|
@@ -79,7 +86,10 @@
|
|
|
79
86
|
"eslintConfig": {
|
|
80
87
|
"extends": [
|
|
81
88
|
"@vidispine/eslint-config-react"
|
|
82
|
-
]
|
|
89
|
+
],
|
|
90
|
+
"parserOptions": {
|
|
91
|
+
"ecmaVersion": 2020
|
|
92
|
+
}
|
|
83
93
|
},
|
|
84
94
|
"prettier": "@vidispine/prettier-config"
|
|
85
95
|
}
|