mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency date-fns to v3 (#81625)
* Update dependency date-fns to v3 * update imports --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
"calculate-size": "1.1.1",
|
||||
"classnames": "2.5.1",
|
||||
"d3": "7.8.5",
|
||||
"date-fns": "2.30.0",
|
||||
"date-fns": "3.3.1",
|
||||
"hoist-non-react-statics": "3.3.2",
|
||||
"i18next": "^22.0.0",
|
||||
"i18next-browser-languagedetector": "^7.0.2",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import formatDuration from 'date-fns/formatDuration';
|
||||
import { formatDuration } from 'date-fns';
|
||||
import React, { PureComponent } from 'react';
|
||||
|
||||
import { SelectableValue, parseDuration } from '@grafana/data';
|
||||
|
||||
Reference in New Issue
Block a user