mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 04:15:28 +02:00
chore(deps): remove lodash-es dependency [EE-2560] (#6576)
This commit is contained in:
parent
16f8b737f1
commit
b01180bb29
12 changed files with 19 additions and 41 deletions
|
@ -1,5 +1,5 @@
|
|||
import { CellProps, Column, TableInstance } from 'react-table';
|
||||
import _ from 'lodash-es';
|
||||
import _ from 'lodash';
|
||||
import { useSref } from '@uirouter/react';
|
||||
|
||||
import { useEnvironment } from '@/portainer/environments/useEnvironment';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { Column } from 'react-table';
|
||||
import _ from 'lodash-es';
|
||||
import _ from 'lodash';
|
||||
|
||||
import { useEnvironment } from '@/portainer/environments/useEnvironment';
|
||||
import type { DockerContainer, Port } from '@/docker/containers/types';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { Column } from 'react-table';
|
||||
import clsx from 'clsx';
|
||||
import _ from 'lodash-es';
|
||||
import _ from 'lodash';
|
||||
|
||||
import { DefaultFilter } from '@/portainer/components/datatables/components/Filter';
|
||||
import type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue