Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

Update packages #202

Closed nsonnad closed 8 years ago

nsonnad commented 8 years ago

For #198 — Removed the following unused packages:

glob
gulp-notify
minimatch
react-component-visibility

Updated the following packages:

+    "flux": "~2.1.1",
+    "lodash": "^4.0.0",
+    "browser-sync": "2.x.x",
+    "browserify": "^13.0.0",
+    "del": "2.2.0",
+    "documentation": "^3.0.4",
+    "gulp-changed": "^1.3.0",
+    "reactify": "^1.1.1",
+    "vinyl-source-stream": "^1.1.0"

Also: Changed headless browser setup for testing to smokestack instead of testling. Changed tap test reporter from faucet to tap-spec to get more detailed test output.

Had to change a bunch of code to migrate to lodash 4.0 (see https://github.com/Quartz/Chartbuilder/commit/ccdbecd2f6f5c6feb589d039200b953df9dab992)