Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Oct 17, 2018
1 parent 52cf8a0 commit 2b8241f
Show file tree
Hide file tree
Showing 2 changed files with 1,500 additions and 293 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -31,35 +31,35 @@
"dependencies": {
"@apache-arrow/es2015-esm": "^0.3.1",
"@mapd/connector": "^4.0.1",
"@types/node": "^10.11.4",
"@types/node": "^10.12.0",
"cwise": "^1.0.10",
"d3": "^5.7.0",
"ndarray": "^1.0.18",
"ndarray-imshow": "git+https://github.com/domoritz/ndarray-imshow.git",
"ndarray-linear-interpolate": "^1.0.0",
"ndarray-ops": "^1.2.2",
"ndarray-prefix-sum": "^1.0.0",
"vega-lib": "^4.2.0",
"vega-statistics": "^1.2.1",
"vega-lib": "^4.3.0",
"vega-statistics": "^1.2.2",
"vega-typings": "^0.3.47"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@types/d3": "^5.0.0",
"@types/jest": "^23.3.3",
"@types/jest": "^23.3.5",
"@types/ndarray": "1.0.6",
"babel-preset-env": "^1.7.0",
"gh-pages": "^2.0.1",
"jest": "^23.6.0",
"node-sass": "^4.9.3",
"parcel-bundler": "^1.10.2",
"node-sass": "^4.9.4",
"parcel-bundler": "^1.10.3",
"prettier": "^1.14.3",
"rollup": "^0.66.4",
"rollup-plugin-commonjs": "^9.1.8",
"rollup": "^0.66.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"ts-jest": "^23.10.4",
"typescript": "^3.1.1"
"typescript": "^3.1.3"
},
"jest": {
"testURL": "http://localhost/",
Expand Down

0 comments on commit 2b8241f

Please sign in to comment.