Skip to content

Commit 1afcbd4

Browse files
committed
Vendor: Add d3 as JS dependency
1 parent c4b1f64 commit 1afcbd4

File tree

2 files changed

+639
-8
lines changed

2 files changed

+639
-8
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"chart.js": "^4.0.0",
4141
"colorjs.io": "^0.5.2",
4242
"cropper": "^4.1.0",
43+
"d3": "^7.9.0",
4344
"datepair.js": "^0.4.17",
4445
"dotenv": "^16.4.5",
4546
"dropzone": "^5.9.3",
@@ -113,6 +114,7 @@
113114
"@tailwindcss/forms": "^0.5.9",
114115
"@tailwindcss/line-clamp": "^0.4.4",
115116
"@tailwindcss/typography": "^0.5.15",
117+
"@types/d3": "^7",
116118
"@vue/compiler-sfc": "^3.5.12",
117119
"autoprefixer": "^10.4.20",
118120
"core-js": "3.39.0",

0 commit comments

Comments
 (0)