Skip to content

Commit

Permalink
chore: add missing dev deps (#5748)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed May 17, 2024
1 parent 77dbba5 commit 6e85c52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/g6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@antv/layout-wasm": "^1.4.0",
"@types/hull.js": "^1.0.4",
"@types/xmlserializer": "^0.6.6",
"cross-env": "^7.0.3",
"jest-canvas-mock": "^2.5.1",
"jest-random-mock": "^1.0.0",
"xmlserializer": "^0.6.1"
Expand All @@ -84,11 +85,11 @@
"limit-size": [
{
"gzip": true,
"limit": "750 Kb",
"limit": "300 Kb",
"path": "dist/g6.min.js"
},
{
"limit": "2 Mb",
"limit": "1 Mb",
"path": "dist/g6.min.js"
}
]
Expand Down

0 comments on commit 6e85c52

Please sign in to comment.