@panneau/field-resource-item 3.0.273 → 3.0.274
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 +3 -3
- package/package.json +13 -13
package/es/index.js
CHANGED
@@ -3,9 +3,9 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
3
|
import _objectSpread from '@babel/runtime/helpers/objectSpread2';
|
4
4
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
5
5
|
import classNames from 'classnames';
|
6
|
-
import isArray from 'lodash/isArray';
|
7
|
-
import isEmpty from 'lodash/isEmpty';
|
8
|
-
import uniqBy from 'lodash/uniqBy';
|
6
|
+
import isArray from 'lodash-es/isArray';
|
7
|
+
import isEmpty from 'lodash-es/isEmpty';
|
8
|
+
import uniqBy from 'lodash-es/uniqBy';
|
9
9
|
import PropTypes from 'prop-types';
|
10
10
|
import React, { useMemo, useState, useCallback, useEffect } from 'react';
|
11
11
|
import { useIntl, FormattedMessage } from 'react-intl';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/field-resource-item",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.274",
|
4
4
|
"description": "An item mapping a resource",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -49,23 +49,23 @@
|
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
51
|
"@babel/runtime": "^7.12.5",
|
52
|
-
"@panneau/core": "^3.0.
|
53
|
-
"@panneau/data": "^3.0.
|
54
|
-
"@panneau/element-button": "^3.0.
|
55
|
-
"@panneau/element-resource-card": "^3.0.
|
56
|
-
"@panneau/element-select": "^3.0.
|
57
|
-
"@panneau/form-resource": "^3.0.
|
58
|
-
"@panneau/intl": "^3.0.
|
59
|
-
"@panneau/modal-dialog": "^3.0.
|
60
|
-
"@panneau/modal-resource-form": "^3.0.
|
61
|
-
"@panneau/modal-resource-items": "^3.0.
|
52
|
+
"@panneau/core": "^3.0.274",
|
53
|
+
"@panneau/data": "^3.0.274",
|
54
|
+
"@panneau/element-button": "^3.0.274",
|
55
|
+
"@panneau/element-resource-card": "^3.0.274",
|
56
|
+
"@panneau/element-select": "^3.0.274",
|
57
|
+
"@panneau/form-resource": "^3.0.274",
|
58
|
+
"@panneau/intl": "^3.0.274",
|
59
|
+
"@panneau/modal-dialog": "^3.0.274",
|
60
|
+
"@panneau/modal-resource-form": "^3.0.274",
|
61
|
+
"@panneau/modal-resource-items": "^3.0.274",
|
62
62
|
"classnames": "^2.5.1",
|
63
|
-
"lodash": "^4.17.21",
|
63
|
+
"lodash-es": "^4.17.21",
|
64
64
|
"prop-types": "^15.7.2",
|
65
65
|
"react-intl": "^5.15.8||^6.0.0"
|
66
66
|
},
|
67
67
|
"publishConfig": {
|
68
68
|
"access": "public"
|
69
69
|
},
|
70
|
-
"gitHead": "
|
70
|
+
"gitHead": "019b9b0485dfb058e086af0d4714eafbe09773cd"
|
71
71
|
}
|