Skip to content

Commit

Permalink
Use lodash-es
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Apr 25, 2024
1 parent 092c1ff commit 8f48df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/table/tableData.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ChartSeries } from '@/lib/charts/types/ChartSeries'
import { Series } from '@/lib/timeseries/timeSeries'
import { uniqWith } from 'lodash'
import { uniqWith } from 'lodash-es'
import { SeriesData, TimeSeriesData } from '../timeseries/types/SeriesData'
import { useFewsPropertiesStore } from '@/stores/fewsProperties'
import type {
Expand Down
2 changes: 1 addition & 1 deletion src/stores/fewsProperties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
loadTimeSeriesFlagSources,
loadTimeSeriesFlags,
} from '@/lib/fews-properties/fewsProperties.js'
import { uniq } from 'lodash'
import { uniq } from 'lodash-es'
interface FewsPropertiesState {
flags?: TimeSeriesFlag[]
flagSources?: TimeSeriesFlagSource[]
Expand Down

0 comments on commit 8f48df9

Please sign in to comment.