@panneau/field-text 3.0.256 → 3.0.271

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +6 -6
package/es/index.js CHANGED
@@ -2,7 +2,7 @@ import React, { useMemo } from 'react';
2
2
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
3
3
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
4
4
  import classNames from 'classnames';
5
- import isEmpty from 'lodash/isEmpty';
5
+ import isEmpty from 'lodash-es/isEmpty';
6
6
  import PropTypes from 'prop-types';
7
7
  import { v1 } from 'uuid';
8
8
  import InputGroup from '@panneau/field-input-group';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-text",
3
- "version": "3.0.256",
3
+ "version": "3.0.271",
4
4
  "description": "A text 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.256",
63
- "@panneau/field-input-group": "^3.0.256",
64
- "@panneau/themes": "^3.0.256",
62
+ "@panneau/core": "^3.0.271",
63
+ "@panneau/field-input-group": "^3.0.271",
64
+ "@panneau/themes": "^3.0.271",
65
65
  "classnames": "^2.5.1",
66
- "lodash": "^4.17.21",
66
+ "lodash-es": "^4.17.21",
67
67
  "prop-types": "^15.7.2",
68
68
  "uuid": "^9.0.1"
69
69
  },
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "d841aee21fa1e406ed2674e9f7fb5622d185b05c"
73
+ "gitHead": "017c943c9f29e78d1bb46c46108e9182bb9d9c80"
74
74
  }