@vidispine/vdt-materialui 25.4.2 → 25.4.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 +38 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-materialui",
|
|
3
|
-
"version": "25.4.
|
|
3
|
+
"version": "25.4.4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -35,55 +35,55 @@
|
|
|
35
35
|
"format": "prettier . --check"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@babel/runtime": "
|
|
39
|
-
"@vidispine/proptypes": "25.4.
|
|
40
|
-
"@vidispine/vdt-api": "25.4.
|
|
41
|
-
"@vidispine/vdt-js": "25.4.
|
|
42
|
-
"@vidispine/vdt-react": "25.4.
|
|
43
|
-
"@vidispine/vdt-videojs-react": "25.4.
|
|
44
|
-
"clsx": "
|
|
45
|
-
"filesize": "
|
|
46
|
-
"final-form": "
|
|
47
|
-
"lodash.clonedeep": "
|
|
48
|
-
"lodash.constant": "
|
|
49
|
-
"lodash.debounce": "
|
|
50
|
-
"lodash.get": "
|
|
51
|
-
"lodash.merge": "
|
|
52
|
-
"lodash.truncate": "
|
|
53
|
-
"lodash.update": "
|
|
54
|
-
"lodash.updatewith": "
|
|
55
|
-
"moment": "
|
|
56
|
-
"react-beautiful-dnd": "
|
|
57
|
-
"react-dnd": "
|
|
58
|
-
"react-dnd-html5-backend": "
|
|
59
|
-
"react-dropzone": "
|
|
60
|
-
"react-final-form": "
|
|
61
|
-
"react-select": "
|
|
62
|
-
"typeface-exo-2": "
|
|
63
|
-
"typeface-roboto": "
|
|
38
|
+
"@babel/runtime": "7.26.10",
|
|
39
|
+
"@vidispine/proptypes": "25.4.4",
|
|
40
|
+
"@vidispine/vdt-api": "25.4.4",
|
|
41
|
+
"@vidispine/vdt-js": "25.4.4",
|
|
42
|
+
"@vidispine/vdt-react": "25.4.4",
|
|
43
|
+
"@vidispine/vdt-videojs-react": "25.4.4",
|
|
44
|
+
"clsx": "1.2.1",
|
|
45
|
+
"filesize": "10.1.0",
|
|
46
|
+
"final-form": "4.20.10",
|
|
47
|
+
"lodash.clonedeep": "4.5.0",
|
|
48
|
+
"lodash.constant": "3.0.0",
|
|
49
|
+
"lodash.debounce": "4.0.8",
|
|
50
|
+
"lodash.get": "4.4.2",
|
|
51
|
+
"lodash.merge": "4.6.2",
|
|
52
|
+
"lodash.truncate": "4.4.2",
|
|
53
|
+
"lodash.update": "4.10.2",
|
|
54
|
+
"lodash.updatewith": "4.10.2",
|
|
55
|
+
"moment": "2.29.4",
|
|
56
|
+
"react-beautiful-dnd": "13.1.1",
|
|
57
|
+
"react-dnd": "11.1.3",
|
|
58
|
+
"react-dnd-html5-backend": "11.1.3",
|
|
59
|
+
"react-dropzone": "11.7.1",
|
|
60
|
+
"react-final-form": "6.5.9",
|
|
61
|
+
"react-select": "5.8.0",
|
|
62
|
+
"typeface-exo-2": "1.1.13",
|
|
63
|
+
"typeface-roboto": "1.1.13"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@material-ui/core": "
|
|
67
|
-
"@material-ui/icons": "
|
|
68
|
-
"@material-ui/lab": "
|
|
69
|
-
"react": "
|
|
70
|
-
"react-dom": "
|
|
66
|
+
"@material-ui/core": "4.0.0",
|
|
67
|
+
"@material-ui/icons": "4.0.0",
|
|
68
|
+
"@material-ui/lab": "4.0.0-alpha.0",
|
|
69
|
+
"react": "16.0.0 || 17.0.0",
|
|
70
|
+
"react-dom": "16.0.0 || 17.0.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@material-ui/core": "4.12.4",
|
|
74
74
|
"@material-ui/icons": "4.11.3",
|
|
75
75
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
76
76
|
"@types/jest": "29.5.11",
|
|
77
|
-
"@vidispine/eslint-config-mdx": "25.4.
|
|
78
|
-
"@vidispine/eslint-config-react": "25.4.
|
|
79
|
-
"@vidispine/eslint-config-storybook": "25.4.
|
|
80
|
-
"@vidispine/prettier-config": "25.4.
|
|
81
|
-
"@vidispine/proptypes": "25.4.
|
|
77
|
+
"@vidispine/eslint-config-mdx": "25.4.4",
|
|
78
|
+
"@vidispine/eslint-config-react": "25.4.4",
|
|
79
|
+
"@vidispine/eslint-config-storybook": "25.4.4",
|
|
80
|
+
"@vidispine/prettier-config": "25.4.4",
|
|
81
|
+
"@vidispine/proptypes": "25.4.4",
|
|
82
82
|
"@vitejs/plugin-react": "4.2.1",
|
|
83
83
|
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
|
|
84
84
|
"axios": "1.7.7",
|
|
85
85
|
"axios-mock-adapter": "1.22.0",
|
|
86
|
-
"core-js": "
|
|
86
|
+
"core-js": "3.34.0",
|
|
87
87
|
"enzyme": "3.11.0",
|
|
88
88
|
"eslint": "8.55.0",
|
|
89
89
|
"faker": "5.5.3",
|