mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Remove d3 libraries from BUILD.bazel
This commit is contained in:
parent
6bf38236b9
commit
ecbfd898d3
1 changed files with 2 additions and 18 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue