chronograf/ui
Chris Goller 453c6aa582 Update influxql.js to use lodash in case of null tags 2017-04-05 23:19:15 -05:00
..
.storybook
assets/images Remove custom cursors 2017-04-04 17:41:42 -07:00
spec Fix ghost dashboards (#1186) 2017-04-05 15:19:36 -07:00
src Update influxql.js to use lodash in case of null tags 2017-04-05 23:19:15 -05:00
stories Small styles changes. 2017-03-03 15:25:12 -07:00
webpack Use more supported .cur format instead of .png 2017-04-04 12:22:47 -07:00
.babelrc
.eslintignore
.eslintrc The line must be drawn here. This far, no further. 2017-03-29 14:03:52 -06:00
.gitignore
.npmrc
README.md Update Makefile and webpack to make builds incremental 2017-02-08 21:15:56 -06:00
karma.conf.js
package.json WIP Introduce date time picker 2017-03-29 16:37:02 -07:00
storybook.js Storybook fixes. Add stateful class MultiSelectDropdown shared component. Add Select Roles story for that component. 2017-03-01 13:32:54 -07:00
yarn.lock WIP Introduce date time picker 2017-03-29 16:37:02 -07:00

README.md

Packages

We are using yarn 0.19.1.

Adding new packages

To add a new package, run

yarn add packageName

Adding devDependency

yarn add --dev packageName

Updating a package

First, run

yarn outdated

... to determine which packages may need upgrading.

We really should not upgrade all packages at once, but, one at a time and make darn sure to test.

To upgrade a single package named packageName:

yarn upgrade packageName