mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency date-fns to v4 (#98172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
55bbea3974
commit
b710e26a40
@ -324,7 +324,7 @@
|
||||
"d3-force": "3.0.0",
|
||||
"d3-scale-chromatic": "3.1.0",
|
||||
"dangerously-set-html-content": "1.1.0",
|
||||
"date-fns": "3.6.0",
|
||||
"date-fns": "4.1.0",
|
||||
"debounce-promise": "3.1.2",
|
||||
"diff": "^5.1.0",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
|
@ -40,7 +40,7 @@
|
||||
"@types/d3-interpolate": "^3.0.0",
|
||||
"@types/string-hash": "1.1.3",
|
||||
"d3-interpolate": "3.0.1",
|
||||
"date-fns": "3.6.0",
|
||||
"date-fns": "4.1.0",
|
||||
"dompurify": "^3.0.0",
|
||||
"eventemitter3": "5.0.1",
|
||||
"fast_array_intersect": "1.1.0",
|
||||
|
@ -52,7 +52,7 @@
|
||||
"@prometheus-io/lezer-promql": "0.300.1",
|
||||
"@reduxjs/toolkit": "2.5.0",
|
||||
"d3": "7.9.0",
|
||||
"date-fns": "3.6.0",
|
||||
"date-fns": "4.1.0",
|
||||
"debounce-promise": "3.1.2",
|
||||
"eventemitter3": "5.0.1",
|
||||
"lodash": "4.17.21",
|
||||
|
@ -69,7 +69,7 @@
|
||||
"calculate-size": "1.1.1",
|
||||
"classnames": "2.5.1",
|
||||
"d3": "7.9.0",
|
||||
"date-fns": "3.6.0",
|
||||
"date-fns": "4.1.0",
|
||||
"downshift": "^9.0.6",
|
||||
"hoist-non-react-statics": "3.3.2",
|
||||
"i18next": "^23.0.0",
|
||||
|
16
yarn.lock
16
yarn.lock
@ -3298,7 +3298,7 @@ __metadata:
|
||||
"@types/string-hash": "npm:1.1.3"
|
||||
"@types/tinycolor2": "npm:1.4.6"
|
||||
d3-interpolate: "npm:3.0.1"
|
||||
date-fns: "npm:3.6.0"
|
||||
date-fns: "npm:4.1.0"
|
||||
dompurify: "npm:^3.0.0"
|
||||
esbuild: "npm:0.24.0"
|
||||
eventemitter3: "npm:5.0.1"
|
||||
@ -3691,7 +3691,7 @@ __metadata:
|
||||
copy-webpack-plugin: "npm:12.0.2"
|
||||
css-loader: "npm:7.1.2"
|
||||
d3: "npm:7.9.0"
|
||||
date-fns: "npm:3.6.0"
|
||||
date-fns: "npm:4.1.0"
|
||||
debounce-promise: "npm:3.1.2"
|
||||
esbuild: "npm:0.24.0"
|
||||
eslint: "npm:9.17.0"
|
||||
@ -4018,7 +4018,7 @@ __metadata:
|
||||
css-loader: "npm:7.1.2"
|
||||
csstype: "npm:3.1.3"
|
||||
d3: "npm:7.9.0"
|
||||
date-fns: "npm:3.6.0"
|
||||
date-fns: "npm:4.1.0"
|
||||
downshift: "npm:^9.0.6"
|
||||
esbuild: "npm:0.24.0"
|
||||
expose-loader: "npm:5.0.0"
|
||||
@ -14272,10 +14272,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"date-fns@npm:3.6.0":
|
||||
version: 3.6.0
|
||||
resolution: "date-fns@npm:3.6.0"
|
||||
checksum: 10/cac35c58926a3b5d577082ff2b253612ec1c79eb6754fddef46b6a8e826501ea2cb346ecbd211205f1ba382ddd1f9d8c3f00bf433ad63cc3063454d294e3a6b8
|
||||
"date-fns@npm:4.1.0":
|
||||
version: 4.1.0
|
||||
resolution: "date-fns@npm:4.1.0"
|
||||
checksum: 10/d5f6e9de5bbc52310f786099e18609289ed5e30af60a71e0646784c8185ddd1d0eebcf7c96b7faaaefc4a8366f3a3a4244d099b6d0866ee2bec80d1361e64342
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -17700,7 +17700,7 @@ __metadata:
|
||||
d3-force: "npm:3.0.0"
|
||||
d3-scale-chromatic: "npm:3.1.0"
|
||||
dangerously-set-html-content: "npm:1.1.0"
|
||||
date-fns: "npm:3.6.0"
|
||||
date-fns: "npm:4.1.0"
|
||||
debounce-promise: "npm:3.1.2"
|
||||
diff: "npm:^5.1.0"
|
||||
esbuild: "npm:0.24.0"
|
||||
|
Loading…
Reference in New Issue
Block a user