@panneau/field-number 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 +7 -7
package/es/index.js
CHANGED
|
@@ -2,8 +2,8 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
|
2
2
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
3
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
|
-
import isNaN from 'lodash/isNaN';
|
|
6
|
-
import isNumber from 'lodash/isNumber';
|
|
5
|
+
import isNaN from 'lodash-es/isNaN';
|
|
6
|
+
import isNumber from 'lodash-es/isNumber';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import React, { useCallback, useState } from 'react';
|
|
9
9
|
import Icon from '@panneau/element-icon';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-number",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.274",
|
|
4
4
|
"description": "A number field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -59,16 +59,16 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.12.5",
|
|
62
|
-
"@panneau/core": "^3.0.
|
|
63
|
-
"@panneau/element-icon": "^3.0.
|
|
64
|
-
"@panneau/field-text": "^3.0.
|
|
65
|
-
"@panneau/themes": "^3.0.
|
|
62
|
+
"@panneau/core": "^3.0.274",
|
|
63
|
+
"@panneau/element-icon": "^3.0.274",
|
|
64
|
+
"@panneau/field-text": "^3.0.274",
|
|
65
|
+
"@panneau/themes": "^3.0.274",
|
|
66
66
|
"classnames": "^2.5.1",
|
|
67
|
-
"lodash": "^4.17.21",
|
|
67
|
+
"lodash-es": "^4.17.21",
|
|
68
68
|
"prop-types": "^15.7.2"
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "019b9b0485dfb058e086af0d4714eafbe09773cd"
|
|
74
74
|
}
|