@panneau/app 3.0.273 → 3.0.274

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 +3 -3
  2. package/package.json +42 -42
package/es/index.js CHANGED
@@ -20,9 +20,9 @@ import { UppyProvider } from '@panneau/uppy';
20
20
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
21
21
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
22
22
  import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
23
- import isObject from 'lodash/isObject';
23
+ import isObject from 'lodash-es/isObject';
24
24
  import classNames from 'classnames';
25
- import isString from 'lodash/isString';
25
+ import isString from 'lodash-es/isString';
26
26
  import queryString from 'query-string';
27
27
  import { FormattedMessage, defineMessages } from 'react-intl';
28
28
  import { useResourceUrlGenerator, useResourceTypeName } from '@panneau/core/hooks';
@@ -30,7 +30,7 @@ import Alert from '@panneau/element-alert';
30
30
  import Button from '@panneau/element-button';
31
31
  import Dropdown from '@panneau/element-dropdown';
32
32
  import { Modals } from '@panneau/element-modal';
33
- import isArray from 'lodash/isArray';
33
+ import isArray from 'lodash-es/isArray';
34
34
  import Link from '@panneau/element-link';
35
35
  import Menu from '@panneau/element-menu';
36
36
  import Navbar from '@panneau/element-navbar';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/app",
3
- "version": "3.0.273",
3
+ "version": "3.0.274",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -67,47 +67,47 @@
67
67
  "@fortawesome/fontawesome-svg-core": "^6.5.1",
68
68
  "@fortawesome/free-solid-svg-icons": "^6.5.1",
69
69
  "@fortawesome/react-fontawesome": "^0.2.0",
70
- "@panneau/actions": "^3.0.273",
71
- "@panneau/auth": "^3.0.273",
72
- "@panneau/core": "^3.0.273",
73
- "@panneau/data": "^3.0.273",
74
- "@panneau/displays": "^3.0.273",
75
- "@panneau/element-accordion": "^3.0.273",
76
- "@panneau/element-alert": "^3.0.273",
77
- "@panneau/element-avatar": "^3.0.273",
78
- "@panneau/element-breadcrumbs": "^3.0.273",
79
- "@panneau/element-button": "^3.0.273",
80
- "@panneau/element-buttons": "^3.0.273",
81
- "@panneau/element-dropdown": "^3.0.273",
82
- "@panneau/element-form": "^3.0.273",
83
- "@panneau/element-form-group": "^3.0.273",
84
- "@panneau/element-grid": "^3.0.273",
85
- "@panneau/element-icon": "^3.0.273",
86
- "@panneau/element-label": "^3.0.273",
87
- "@panneau/element-link": "^3.0.273",
88
- "@panneau/element-loading": "^3.0.273",
89
- "@panneau/element-media-card": "^3.0.273",
90
- "@panneau/element-media-player": "^3.0.273",
91
- "@panneau/element-menu": "^3.0.273",
92
- "@panneau/element-modal": "^3.0.273",
93
- "@panneau/element-navbar": "^3.0.273",
94
- "@panneau/element-pagination": "^3.0.273",
95
- "@panneau/element-radios": "^3.0.273",
96
- "@panneau/element-range": "^3.0.273",
97
- "@panneau/element-resource-card": "^3.0.273",
98
- "@panneau/fields": "^3.0.273",
99
- "@panneau/filter-filters": "^3.0.273",
100
- "@panneau/filters": "^3.0.273",
101
- "@panneau/form-resource": "^3.0.273",
102
- "@panneau/forms": "^3.0.273",
103
- "@panneau/intl": "^3.0.273",
104
- "@panneau/list-resource-items": "^3.0.273",
105
- "@panneau/lists": "^3.0.273",
106
- "@panneau/modals": "^3.0.273",
107
- "@panneau/themes": "^3.0.273",
108
- "@panneau/uppy": "^3.0.273",
70
+ "@panneau/actions": "^3.0.274",
71
+ "@panneau/auth": "^3.0.274",
72
+ "@panneau/core": "^3.0.274",
73
+ "@panneau/data": "^3.0.274",
74
+ "@panneau/displays": "^3.0.274",
75
+ "@panneau/element-accordion": "^3.0.274",
76
+ "@panneau/element-alert": "^3.0.274",
77
+ "@panneau/element-avatar": "^3.0.274",
78
+ "@panneau/element-breadcrumbs": "^3.0.274",
79
+ "@panneau/element-button": "^3.0.274",
80
+ "@panneau/element-buttons": "^3.0.274",
81
+ "@panneau/element-dropdown": "^3.0.274",
82
+ "@panneau/element-form": "^3.0.274",
83
+ "@panneau/element-form-group": "^3.0.274",
84
+ "@panneau/element-grid": "^3.0.274",
85
+ "@panneau/element-icon": "^3.0.274",
86
+ "@panneau/element-label": "^3.0.274",
87
+ "@panneau/element-link": "^3.0.274",
88
+ "@panneau/element-loading": "^3.0.274",
89
+ "@panneau/element-media-card": "^3.0.274",
90
+ "@panneau/element-media-player": "^3.0.274",
91
+ "@panneau/element-menu": "^3.0.274",
92
+ "@panneau/element-modal": "^3.0.274",
93
+ "@panneau/element-navbar": "^3.0.274",
94
+ "@panneau/element-pagination": "^3.0.274",
95
+ "@panneau/element-radios": "^3.0.274",
96
+ "@panneau/element-range": "^3.0.274",
97
+ "@panneau/element-resource-card": "^3.0.274",
98
+ "@panneau/fields": "^3.0.274",
99
+ "@panneau/filter-filters": "^3.0.274",
100
+ "@panneau/filters": "^3.0.274",
101
+ "@panneau/form-resource": "^3.0.274",
102
+ "@panneau/forms": "^3.0.274",
103
+ "@panneau/intl": "^3.0.274",
104
+ "@panneau/list-resource-items": "^3.0.274",
105
+ "@panneau/lists": "^3.0.274",
106
+ "@panneau/modals": "^3.0.274",
107
+ "@panneau/themes": "^3.0.274",
108
+ "@panneau/uppy": "^3.0.274",
109
109
  "classnames": "^2.5.1",
110
- "lodash": "^4.17.21",
110
+ "lodash-es": "^4.17.21",
111
111
  "prop-types": "^15.7.2",
112
112
  "query-string": "^9.0.0",
113
113
  "react-intl": "^5.15.8||^6.0.0",
@@ -116,5 +116,5 @@
116
116
  "publishConfig": {
117
117
  "access": "public"
118
118
  },
119
- "gitHead": "e8214479c56e646a55dc227fd01335a98ff34856"
119
+ "gitHead": "019b9b0485dfb058e086af0d4714eafbe09773cd"
120
120
  }