@panneau/modal-resource-items 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 +1 -1
  2. package/package.json +8 -8
package/es/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import _objectSpread from '@babel/runtime/helpers/objectSpread2';
2
2
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
3
- import isObject from 'lodash-es/isObject';
3
+ import isObject from 'lodash/isObject';
4
4
  import PropTypes from 'prop-types';
5
5
  import React, { useMemo } from 'react';
6
6
  import { FormattedMessage } from 'react-intl';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/modal-resource-items",
3
- "version": "3.0.271",
3
+ "version": "3.0.273",
4
4
  "description": "Resource items modal",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,18 +49,18 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.12.5",
52
- "@panneau/core": "^3.0.271",
53
- "@panneau/intl": "^3.0.271",
54
- "@panneau/list-resource-items": "^3.0.271",
55
- "@panneau/modal-dialog": "^3.0.271",
56
- "@panneau/themes": "^3.0.271",
52
+ "@panneau/core": "^3.0.273",
53
+ "@panneau/intl": "^3.0.273",
54
+ "@panneau/list-resource-items": "^3.0.273",
55
+ "@panneau/modal-dialog": "^3.0.273",
56
+ "@panneau/themes": "^3.0.273",
57
57
  "classnames": "^2.5.1",
58
- "lodash-es": "^4.17.21",
58
+ "lodash": "^4.17.21",
59
59
  "prop-types": "^15.7.2",
60
60
  "react-intl": "^5.15.8||^6.0.0"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "017c943c9f29e78d1bb46c46108e9182bb9d9c80"
65
+ "gitHead": "e8214479c56e646a55dc227fd01335a98ff34856"
66
66
  }