@panneau/medias 3.0.273 → 3.0.275
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/es/index.js +2 -2
- package/package.json +18 -18
package/es/index.js
CHANGED
@@ -15,8 +15,8 @@ import MediaPlayer from '@panneau/element-media-player';
|
|
15
15
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
16
16
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
17
17
|
import _objectSpread from '@babel/runtime/helpers/objectSpread2';
|
18
|
-
import isArray from 'lodash/isArray';
|
19
|
-
import uniqBy from 'lodash/uniqBy';
|
18
|
+
import isArray from 'lodash-es/isArray';
|
19
|
+
import uniqBy from 'lodash-es/uniqBy';
|
20
20
|
import { PropTypes as PropTypes$1 } from '@panneau/core';
|
21
21
|
import Buttons from '@panneau/element-buttons';
|
22
22
|
import Grid from '@panneau/element-grid';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/medias",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.275",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -51,28 +51,28 @@
|
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
53
|
"@babel/runtime": "^7.12.5",
|
54
|
-
"@panneau/core": "^3.0.
|
55
|
-
"@panneau/data": "^3.0.
|
56
|
-
"@panneau/display-image": "^3.0.
|
57
|
-
"@panneau/element-button": "^3.0.
|
58
|
-
"@panneau/element-buttons": "^3.0.
|
59
|
-
"@panneau/element-form": "^3.0.
|
60
|
-
"@panneau/element-form-status": "^3.0.
|
61
|
-
"@panneau/element-grid": "^3.0.
|
62
|
-
"@panneau/element-icon": "^3.0.
|
63
|
-
"@panneau/element-media-card": "^3.0.
|
64
|
-
"@panneau/element-media-player": "^3.0.
|
65
|
-
"@panneau/element-pagination": "^3.0.
|
66
|
-
"@panneau/element-table": "^3.0.
|
67
|
-
"@panneau/field-upload": "^3.0.
|
68
|
-
"@panneau/filter-filters": "^3.0.
|
54
|
+
"@panneau/core": "^3.0.274",
|
55
|
+
"@panneau/data": "^3.0.274",
|
56
|
+
"@panneau/display-image": "^3.0.274",
|
57
|
+
"@panneau/element-button": "^3.0.274",
|
58
|
+
"@panneau/element-buttons": "^3.0.274",
|
59
|
+
"@panneau/element-form": "^3.0.274",
|
60
|
+
"@panneau/element-form-status": "^3.0.274",
|
61
|
+
"@panneau/element-grid": "^3.0.274",
|
62
|
+
"@panneau/element-icon": "^3.0.274",
|
63
|
+
"@panneau/element-media-card": "^3.0.274",
|
64
|
+
"@panneau/element-media-player": "^3.0.274",
|
65
|
+
"@panneau/element-pagination": "^3.0.274",
|
66
|
+
"@panneau/element-table": "^3.0.274",
|
67
|
+
"@panneau/field-upload": "^3.0.275",
|
68
|
+
"@panneau/filter-filters": "^3.0.274",
|
69
69
|
"classnames": "^2.5.1",
|
70
|
-
"lodash": "^4.17.21",
|
70
|
+
"lodash-es": "^4.17.21",
|
71
71
|
"prop-types": "^15.7.2",
|
72
72
|
"react-intl": "^5.15.8||^6.0.0"
|
73
73
|
},
|
74
74
|
"publishConfig": {
|
75
75
|
"access": "public"
|
76
76
|
},
|
77
|
-
"gitHead": "
|
77
|
+
"gitHead": "36a6e4da0e3d8a95bec31c10990b2573c9558f33"
|
78
78
|
}
|