@panneau/action-upload 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
@@ -1,5 +1,5 @@
1
1
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
2
- import React, { useCallback } from 'react';
2
+ import { useCallback } from 'react';
3
3
  import { FormattedMessage } from 'react-intl';
4
4
  import { useFieldsComponentsManager } from '@panneau/core/contexts';
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/action-upload",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "Upload action",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,10 +49,10 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.12.5",
52
- "@panneau/core": "^4.0.0",
53
- "@panneau/element-button": "^4.0.0",
54
- "@panneau/field-upload": "^4.0.0",
55
- "@panneau/themes": "^4.0.0",
52
+ "@panneau/core": "^4.0.2",
53
+ "@panneau/element-button": "^4.0.2",
54
+ "@panneau/field-upload": "^4.0.2",
55
+ "@panneau/themes": "^4.0.2",
56
56
  "classnames": "^2.5.1",
57
57
  "prop-types": "^15.7.2",
58
58
  "react-intl": "^5.15.8 || ^6.0.0 || ^7.0.0"
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "2cca874e0388b4a20c39aadb205c0e67d5a946fc"
63
+ "gitHead": "53ad0f27e467992c23158732e0f7d39d8615780b"
64
64
  }