Dependencies: Ignore d3-force for now (#40818)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot] 2021-10-25 11:49:24 +01:00 committed by GitHub
parent 9e030970aa
commit 91c0b5a47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
]
}
],