@panneau/display-text-description 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 +2 -2
- package/package.json +5 -5
package/es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
import get from 'lodash/get';
|
|
4
|
-
import isObject from 'lodash/isObject';
|
|
3
|
+
import get from 'lodash-es/get';
|
|
4
|
+
import isObject from 'lodash-es/isObject';
|
|
5
5
|
import PropTypes from 'prop-types';
|
|
6
6
|
import React, { useMemo } from 'react';
|
|
7
7
|
import { useIntl } from 'react-intl';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/display-text-description",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.274",
|
|
4
4
|
"description": "Text with description in list",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.12.5",
|
|
52
|
-
"@panneau/core": "^3.0.
|
|
53
|
-
"@panneau/themes": "^3.0.
|
|
52
|
+
"@panneau/core": "^3.0.274",
|
|
53
|
+
"@panneau/themes": "^3.0.274",
|
|
54
54
|
"classnames": "^2.5.1",
|
|
55
|
-
"lodash": "^4.17.21",
|
|
55
|
+
"lodash-es": "^4.17.21",
|
|
56
56
|
"prop-types": "^15.7.2",
|
|
57
57
|
"react-intl": "^5.15.8||^6.0.0"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "019b9b0485dfb058e086af0d4714eafbe09773cd"
|
|
63
63
|
}
|