Skip to content

Commit

Permalink
Merge pull request #7699 from telamonian/fix-vega-deps
Browse files Browse the repository at this point in the history
moved vega deps from "devDependencies" => "dependencies" in package.json
  • Loading branch information
afshin committed Dec 29, 2019
2 parents 37c7a64 + 18d42b1 commit 5942e1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/vega5-extension/package.json
Expand Up @@ -36,16 +36,16 @@
"dependencies": {
"@jupyterlab/rendermime-interfaces": "^2.0.0-alpha.4",
"@lumino/coreutils": "^1.4.0",
"@lumino/widgets": "^1.9.4"
"@lumino/widgets": "^1.9.4",
"vega": "^5.9.0",
"vega-embed": "^6.2.1",
"vega-lite": "^4.0.2"
},
"devDependencies": {
"@types/webpack-env": "^1.14.1",
"rimraf": "~3.0.0",
"typedoc": "^0.15.4",
"typescript": "~3.7.3",
"vega": "^5.9.0",
"vega-embed": "^6.2.1",
"vega-lite": "^4.0.2"
"typescript": "~3.7.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5942e1d

Please sign in to comment.