Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46a97fc

Browse files
committed
fix(build): Fixes broken build by ensuring new vega-canvas is not depended on.
1 parent eee1c96 commit 46a97fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,12 @@
9191
"telegraph-events": "^1.0.3",
9292
"underscore": "^1.8.3",
9393
"url-loader": "^0.5.8",
94-
"vega": "^3.0.0-rc1",
94+
"vega": ">=3.0.0-rc1 <=3.0.9",
9595
"vega-lite": "^2.0.0-beta.8",
96+
"vega-scenegraph": "<=2.1",
9697
"vega-schema-url-parser": "^1.0.0-beta.2",
9798
"vega-tooltip": "^0.4.2",
99+
"vega-wordcloud": "<=2.0.2",
98100
"webcola": "^3.3.3"
99101
},
100102
"devDependencies": {

0 commit comments

Comments
 (0)