Skip to content

Commit

Permalink
fix: site dev error & lodash ghost dependency (#6543)
Browse files Browse the repository at this point in the history
  • Loading branch information
BQXBQX authored Dec 7, 2024
1 parent 69c44a3 commit 71fd89d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"d3-scale-chromatic": "^3.1.0",
"d3-shape": "^3.2.0",
"flru": "^1.0.2",
"fmin": "^0.0.4",
"fmin": "0.0.2",
"pdfast": "^0.2.0"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"dirichlet": "^1.0.1",
"dumi": "^2.2.14",
"fecha": "^4.2.3",

"lodash": "^4.17.21",
"fmin": "0.0.2",
"react-color": "^2.19.3",
"topojson": "^3.0.2",
"webfontloader": "1.6.28"
Expand All @@ -48,4 +49,4 @@
"type": "git",
"url": "https://github.com/antvis/g2"
}
}
}

0 comments on commit 71fd89d

Please sign in to comment.