Skip to content

Commit

Permalink
Merge pull request #364 from jpmorganchase/matt-hooper-master
Browse files Browse the repository at this point in the history
Add missing dependencies
  • Loading branch information
texodus authored Jan 6, 2019
2 parents 6ac68a9 + fc15cb5 commit 3e86021
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/perspective/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,20 @@
"d3-array": "^1.2.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"flatbuffers": "^1.10.2",
"html-loader": "^0.5.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"moment": "^2.19.1",
"papaparse": "^4.3.6",
"style-loader": "^0.18.2",
"text-encoding-utf-8": "^1.0.2",
"tslib": "^1.9.3",
"uglifyjs-webpack-plugin": "^0.4.6",
"underscore": "^1.8.3",
"utf-8-validate": "~4.0.0",
"worker-loader": "^2.0.0"
"worker-loader": "^2.0.0",
"ws": "^6.1.2"
},
"peerDependencies": {
"webpack": ">=3.5 <4"
Expand Down

0 comments on commit 3e86021

Please sign in to comment.