From 0af6d559a8a7094d782f030d75ab878e85139249 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sat, 30 Jan 2021 00:04:44 +0100 Subject: [PATCH] Remove d3 libraries from BUILD.bazel --- ts/graphs/BUILD.bazel | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) 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",