@panneau/field-number 4.0.0 → 4.0.2

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