change to lodash-es

This commit is contained in:
Mads Rasmussen
2022-10-04 13:47:41 +02:00
parent 4a07c0e3b5
commit c82f413c33
4 changed files with 8212 additions and 2944 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -47,7 +47,7 @@
"@umbraco-ui/uui-modal-sidebar": "file:umbraco-ui-uui-modal-sidebar-0.0.0.tgz",
"element-internals-polyfill": "^1.1.14",
"lit": "^2.3.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"openapi-typescript-fetch": "^1.1.3",
"router-slot": "^1.5.5",
"rxjs": "^7.5.7",
@@ -66,6 +66,7 @@
"@storybook/mdx2-csf": "^0.0.3",
"@storybook/web-components": "^6.5.12",
"@types/chai": "^4.3.1",
"@types/lodash-es": "^4.17.6",
"@types/mocha": "^9.1.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.38.1",

View File

@@ -3,10 +3,10 @@ import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
import { customElement, property, state } from 'lit/decorators.js';
import { repeat } from 'lit/directives/repeat.js';
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 type { UUIInputEvent } from '@umbraco-ui/uui';
import type { UmbModalHandler } from '../../modal-handler';
import type { UmbExtensionRegistry } from '../../../../extension';
import type { ManifestPropertyEditorUI } from '../../../../models';

View File

@@ -1,6 +1,6 @@
import { UmbData } from './data';
import cloneDeep from 'lodash-es/cloneDeep.js';
import type { PropertyEditor } from '../../core/models';
import { cloneDeep } from 'lodash';
import { UmbData } from './data';
export const data: Array<PropertyEditor> = [
{