diff --git a/ts/graphs/BUILD.bazel b/ts/graphs/BUILD.bazel index 34d8083bc..6c0515f16 100644 --- a/ts/graphs/BUILD.bazel +++ b/ts/graphs/BUILD.bazel @@ -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",