@panneau/field-upload 3.0.271 → 3.0.273

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 +2 -2
  2. package/package.json +10 -10
package/es/index.js CHANGED
@@ -4,8 +4,8 @@ import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
4
4
  import _objectSpread from '@babel/runtime/helpers/objectSpread2';
5
5
  import { Dashboard, DashboardModal } from '@uppy/react';
6
6
  import classNames from 'classnames';
7
- import isArray from 'lodash-es/isArray';
8
- import isObject from 'lodash-es/isObject';
7
+ import isArray from 'lodash/isArray';
8
+ import isObject from 'lodash/isObject';
9
9
  import PropTypes from 'prop-types';
10
10
  import React, { useCallback, useMemo, useState, useRef, useEffect } from 'react';
11
11
  import { FormattedMessage } from 'react-intl';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-upload",
3
- "version": "3.0.271",
3
+ "version": "3.0.273",
4
4
  "description": "An Upload field",
5
5
  "keywords": [
6
6
  "javascript"
@@ -62,13 +62,13 @@
62
62
  "@fortawesome/fontawesome-svg-core": "^6.5.1",
63
63
  "@fortawesome/free-solid-svg-icons": "^6.5.1",
64
64
  "@fortawesome/react-fontawesome": "^0.2.0",
65
- "@panneau/core": "^3.0.271",
66
- "@panneau/element-button": "^3.0.271",
67
- "@panneau/element-label": "^3.0.271",
68
- "@panneau/element-media-card": "^3.0.271",
69
- "@panneau/modal-resource-items": "^3.0.271",
70
- "@panneau/themes": "^3.0.271",
71
- "@panneau/uppy": "^3.0.271",
65
+ "@panneau/core": "^3.0.273",
66
+ "@panneau/element-button": "^3.0.273",
67
+ "@panneau/element-label": "^3.0.273",
68
+ "@panneau/element-media-card": "^3.0.273",
69
+ "@panneau/modal-resource-items": "^3.0.273",
70
+ "@panneau/themes": "^3.0.273",
71
+ "@panneau/uppy": "^3.0.273",
72
72
  "@uppy/core": "^3.9.1",
73
73
  "@uppy/dashboard": "^3.7.3",
74
74
  "@uppy/drag-drop": "^3.0.3",
@@ -78,12 +78,12 @@
78
78
  "@uppy/status-bar": "^3.2.7",
79
79
  "@uppy/utils": "^5.7.2",
80
80
  "classnames": "^2.5.1",
81
- "lodash-es": "^4.17.21",
81
+ "lodash": "^4.17.21",
82
82
  "prop-types": "^15.7.2",
83
83
  "react-intl": "^5.15.8||^6.0.0"
84
84
  },
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "017c943c9f29e78d1bb46c46108e9182bb9d9c80"
88
+ "gitHead": "e8214479c56e646a55dc227fd01335a98ff34856"
89
89
  }