mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dependencies: Ignore d3-force for now (#40818)
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
parent
9e030970aa
commit
91c0b5a47f
3
.github/renovate.json5
vendored
3
.github/renovate.json5
vendored
@ -5,6 +5,7 @@
|
|||||||
"enabledManagers": ["npm"],
|
"enabledManagers": ["npm"],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"d3",
|
"d3",
|
||||||
|
"d3-force", // we should bump this once we move to esm modules
|
||||||
"husky",
|
"husky",
|
||||||
"slate",
|
"slate",
|
||||||
"slate-plain-serializer",
|
"slate-plain-serializer",
|
||||||
@ -22,7 +23,7 @@
|
|||||||
"matchPaths": ["grafana-toolkit/package.json"],
|
"matchPaths": ["grafana-toolkit/package.json"],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"copy-webpack-plugin", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
"copy-webpack-plugin", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
||||||
"css-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
"css-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user