mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +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,4 +1,4 @@
|
|||
import _ from 'lodash-es';
|
||||
import _ from 'lodash';
|
||||
import { IAttributes, IDirective, IScope } from 'angular';
|
||||
|
||||
import { FeatureState } from '@/portainer/feature-flags/enums';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { useQuery } from 'react-query';
|
||||
import _ from 'lodash-es';
|
||||
import _ from 'lodash';
|
||||
|
||||
import { useUIState } from '@/portainer/hooks/UIStateProvider';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import _ from 'lodash-es';
|
||||
import _ from 'lodash';
|
||||
import { AxiosError } from 'axios';
|
||||
|
||||
import axios from '@/portainer/services/axios';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import _ from 'lodash-es';
|
||||
import _ from 'lodash';
|
||||
import toastr from 'toastr';
|
||||
import sanitize from 'sanitize-html';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue