change to lodash-es
This commit is contained in:
11145
src/Umbraco.Web.UI.Client/package-lock.json
generated
11145
src/Umbraco.Web.UI.Client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -47,7 +47,7 @@
|
|||||||
"@umbraco-ui/uui-modal-sidebar": "file:umbraco-ui-uui-modal-sidebar-0.0.0.tgz",
|
"@umbraco-ui/uui-modal-sidebar": "file:umbraco-ui-uui-modal-sidebar-0.0.0.tgz",
|
||||||
"element-internals-polyfill": "^1.1.14",
|
"element-internals-polyfill": "^1.1.14",
|
||||||
"lit": "^2.3.1",
|
"lit": "^2.3.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"openapi-typescript-fetch": "^1.1.3",
|
"openapi-typescript-fetch": "^1.1.3",
|
||||||
"router-slot": "^1.5.5",
|
"router-slot": "^1.5.5",
|
||||||
"rxjs": "^7.5.7",
|
"rxjs": "^7.5.7",
|
||||||
@@ -66,6 +66,7 @@
|
|||||||
"@storybook/mdx2-csf": "^0.0.3",
|
"@storybook/mdx2-csf": "^0.0.3",
|
||||||
"@storybook/web-components": "^6.5.12",
|
"@storybook/web-components": "^6.5.12",
|
||||||
"@types/chai": "^4.3.1",
|
"@types/chai": "^4.3.1",
|
||||||
|
"@types/lodash-es": "^4.17.6",
|
||||||
"@types/mocha": "^9.1.1",
|
"@types/mocha": "^9.1.1",
|
||||||
"@types/uuid": "^8.3.4",
|
"@types/uuid": "^8.3.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
||||||
|
|||||||
@@ -3,10 +3,10 @@ import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
|||||||
import { customElement, property, state } from 'lit/decorators.js';
|
import { customElement, property, state } from 'lit/decorators.js';
|
||||||
import { repeat } from 'lit/directives/repeat.js';
|
import { repeat } from 'lit/directives/repeat.js';
|
||||||
import { Subscription } from 'rxjs';
|
import { Subscription } from 'rxjs';
|
||||||
import { groupBy } from 'lodash';
|
import groupBy from 'lodash-es/groupBy.js';
|
||||||
|
import type { UUIInputEvent } from '@umbraco-ui/uui';
|
||||||
import { UmbContextConsumerMixin } from '../../../../context';
|
import { UmbContextConsumerMixin } from '../../../../context';
|
||||||
|
|
||||||
import type { UUIInputEvent } from '@umbraco-ui/uui';
|
|
||||||
import type { UmbModalHandler } from '../../modal-handler';
|
import type { UmbModalHandler } from '../../modal-handler';
|
||||||
import type { UmbExtensionRegistry } from '../../../../extension';
|
import type { UmbExtensionRegistry } from '../../../../extension';
|
||||||
import type { ManifestPropertyEditorUI } from '../../../../models';
|
import type { ManifestPropertyEditorUI } from '../../../../models';
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { UmbData } from './data';
|
import cloneDeep from 'lodash-es/cloneDeep.js';
|
||||||
import type { PropertyEditor } from '../../core/models';
|
import type { PropertyEditor } from '../../core/models';
|
||||||
import { cloneDeep } from 'lodash';
|
import { UmbData } from './data';
|
||||||
|
|
||||||
export const data: Array<PropertyEditor> = [
|
export const data: Array<PropertyEditor> = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user