mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -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"],
|
||||
"ignoreDeps": [
|
||||
"d3",
|
||||
"d3-force", // we should bump this once we move to esm modules
|
||||
"husky",
|
||||
"slate",
|
||||
"slate-plain-serializer",
|
||||
@ -22,7 +23,7 @@
|
||||
"matchPaths": ["grafana-toolkit/package.json"],
|
||||
"ignoreDeps": [
|
||||
"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