Remove d3 libraries from BUILD.bazel

This commit is contained in:
Henrik Giesel 2021-01-30 00:04:44 +01:00
parent 6bf38236b9
commit ecbfd898d3

View file

@ -50,25 +50,9 @@ ts_library(
"types",
"//ts/lib",
"//ts/lib:backend_proto",
"@npm//@types/d3-array",
"@npm//@types/d3-axis",
"@npm//@types/d3-interpolate",
"@npm//@types/d3-scale",
"@npm//@types/d3-scale-chromatic",
"@npm//@types/d3-selection",
"@npm//@types/d3-shape",
"@npm//@types/d3-time",
"@npm//@types/d3-transition",
"@npm//@types/d3",
"@npm//@types/lodash",
"@npm//d3-array",
"@npm//d3-axis",
"@npm//d3-interpolate",
"@npm//d3-scale",
"@npm//d3-scale-chromatic",
"@npm//d3-selection",
"@npm//d3-shape",
"@npm//d3-time",
"@npm//d3-transition",
"@npm//d3",
"@npm//lodash.debounce",
"@npm//lodash.throttle",
"@npm//svelte",