Skip to content

Commit e570007

Browse files
committed
fix: update
1 parent 67e792d commit e570007

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

projects/ngx-simple-charts/line/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,19 @@
33
"@angular/common": "^12.0.0",
44
"@angular/core": "^12.0.0",
55
"rxjs": "~6.6.3"
6+
},
7+
"dependencies": {
8+
"d3-array": "^3.0.0",
9+
"d3-axis": "^3.0.0",
10+
"d3-brush": "^3.0.0",
11+
"d3-color": "^3.0.0",
12+
"d3-format": "^3.0.0",
13+
"d3-interpolate": "^3.0.0",
14+
"d3-scale": "^4.0.0",
15+
"d3-selection": "^3.0.0",
16+
"d3-shape": "^3.0.0",
17+
"d3-time-format": "^4.0.0",
18+
"d3-transition": "^3.0.0",
19+
"tslib": "^2.0.0"
620
}
721
}

0 commit comments

Comments
 (0)