@vidispine/vdt-materialui 22.3.0-pre.3 → 22.3.0
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.es.js +791 -624
- package/dist/index.js +789 -622
- package/package.json +40 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-materialui",
|
|
3
|
-
"version": "22.3.0
|
|
3
|
+
"version": "22.3.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"new:component": "hygen new component"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.
|
|
30
|
-
"@vidispine/vdt-api": "22.3.0
|
|
31
|
-
"@vidispine/vdt-js": "22.3.0
|
|
32
|
-
"@vidispine/vdt-react": "22.3.0
|
|
33
|
-
"@vidispine/vdt-videojs-react": "22.3.0
|
|
34
|
-
"clsx": "^1.
|
|
35
|
-
"core-js": "^3.
|
|
36
|
-
"filesize": "^6.
|
|
37
|
-
"final-form": "^4.20.
|
|
29
|
+
"@babel/runtime": "^7.18.9",
|
|
30
|
+
"@vidispine/vdt-api": "22.3.0",
|
|
31
|
+
"@vidispine/vdt-js": "22.3.0",
|
|
32
|
+
"@vidispine/vdt-react": "22.3.0",
|
|
33
|
+
"@vidispine/vdt-videojs-react": "22.3.0",
|
|
34
|
+
"clsx": "^1.2.1",
|
|
35
|
+
"core-js": "^3.24.1",
|
|
36
|
+
"filesize": "^6.4.0",
|
|
37
|
+
"final-form": "^4.20.7",
|
|
38
38
|
"lodash.clonedeep": "^4.5.0",
|
|
39
39
|
"lodash.constant": "^3.0.0",
|
|
40
40
|
"lodash.debounce": "^4.0.8",
|
|
@@ -43,49 +43,49 @@
|
|
|
43
43
|
"lodash.truncate": "^4.4.2",
|
|
44
44
|
"lodash.update": "^4.10.2",
|
|
45
45
|
"lodash.updatewith": "^4.10.2",
|
|
46
|
-
"moment": "2.
|
|
47
|
-
"pdfjs-dist": "2.
|
|
46
|
+
"moment": "^2.29.4",
|
|
47
|
+
"pdfjs-dist": "^2.15.349",
|
|
48
48
|
"react-beautiful-dnd": "^13.1.0",
|
|
49
49
|
"react-dnd": "^11.1.3",
|
|
50
50
|
"react-dnd-html5-backend": "^11.1.3",
|
|
51
|
-
"react-dropzone": "^11.
|
|
52
|
-
"react-final-form": "^6.5.
|
|
53
|
-
"react-pdf": "^5.
|
|
54
|
-
"react-select": "^4.
|
|
51
|
+
"react-dropzone": "^11.7.1",
|
|
52
|
+
"react-final-form": "^6.5.9",
|
|
53
|
+
"react-pdf": "^5.7.2",
|
|
54
|
+
"react-select": "^5.4.0",
|
|
55
55
|
"react-sizeme": "^3.0.2",
|
|
56
|
-
"typeface-exo-2": "^1.1.
|
|
57
|
-
"typeface-roboto": "^
|
|
56
|
+
"typeface-exo-2": "^1.1.13",
|
|
57
|
+
"typeface-roboto": "^1.1.13"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@material-ui/core": "^4.
|
|
61
|
-
"@material-ui/icons": "^4.
|
|
62
|
-
"@material-ui/lab": "^4.0.0-alpha.
|
|
63
|
-
"react": "^17.0.
|
|
64
|
-
"react-dom": "^17.0.
|
|
60
|
+
"@material-ui/core": "^4.0.0",
|
|
61
|
+
"@material-ui/icons": "^4.0.0",
|
|
62
|
+
"@material-ui/lab": "^4.0.0-alpha.0",
|
|
63
|
+
"react": "^17.0.0",
|
|
64
|
+
"react-dom": "^17.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@babel/core": "^7.
|
|
68
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
69
|
-
"@babel/preset-env": "^7.
|
|
70
|
-
"@babel/preset-react": "^7.
|
|
71
|
-
"@rollup/plugin-babel": "^5.3.
|
|
72
|
-
"@rollup/plugin-commonjs": "^21.0
|
|
73
|
-
"@rollup/plugin-node-resolve": "^13.
|
|
74
|
-
"@svgr/rollup": "^6.
|
|
75
|
-
"@vidispine/eslint-config-react": "22.3.0
|
|
76
|
-
"@vidispine/eslint-config-storybook": "22.3.0
|
|
77
|
-
"@vidispine/prettier-config": "22.3.0
|
|
78
|
-
"@vidispine/proptypes": "22.3.0
|
|
79
|
-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.
|
|
80
|
-
"axios-mock-adapter": "^1.
|
|
67
|
+
"@babel/core": "^7.18.10",
|
|
68
|
+
"@babel/plugin-transform-runtime": "^7.18.10",
|
|
69
|
+
"@babel/preset-env": "^7.18.10",
|
|
70
|
+
"@babel/preset-react": "^7.18.6",
|
|
71
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
72
|
+
"@rollup/plugin-commonjs": "^21.1.0",
|
|
73
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
74
|
+
"@svgr/rollup": "^6.3.1",
|
|
75
|
+
"@vidispine/eslint-config-react": "22.3.0",
|
|
76
|
+
"@vidispine/eslint-config-storybook": "22.3.0",
|
|
77
|
+
"@vidispine/prettier-config": "22.3.0",
|
|
78
|
+
"@vidispine/proptypes": "22.3.0",
|
|
79
|
+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
|
80
|
+
"axios-mock-adapter": "^1.21.2",
|
|
81
81
|
"enzyme": "^3.11.0",
|
|
82
82
|
"faker": "^5.5.3",
|
|
83
|
-
"hygen": "^6.
|
|
83
|
+
"hygen": "^6.2.8",
|
|
84
84
|
"lodash.sample": "^4.2.1",
|
|
85
85
|
"lodash.times": "^4.3.2",
|
|
86
86
|
"moment-duration-format": "^2.3.2",
|
|
87
87
|
"prop-types": "^15.8.1",
|
|
88
|
-
"rollup": "^2.
|
|
88
|
+
"rollup": "^2.78.0",
|
|
89
89
|
"rollup-plugin-peer-deps-external": "^2.2.4"
|
|
90
90
|
},
|
|
91
91
|
"scarfSettings": {
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"prettier": "@vidispine/prettier-config",
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "bf53eaf85f596bc3cc70b490d18dbf3c59045350"
|
|
114
114
|
}
|