chronograf/ui
Jared Scheib 869b7864a6 Update session error notification handling to differentiate session time out from not having auth'ed 2017-04-12 12:22:46 -07:00
..
.storybook
assets/images
spec Fix ghost dashboards (#1186) 2017-04-05 15:19:36 -07:00
src Update session error notification handling to differentiate session time out from not having auth'ed 2017-04-12 12:22:46 -07:00
stories
webpack
.babelrc
.eslintignore
.eslintrc
.gitignore
.npmrc
README.md
karma.conf.js
package.json Refactor router to require authentication and force logout, add router dependencies with yarn 2017-04-11 19:35:39 -07:00
storybook.js
yarn.lock Refactor router to require authentication and force logout, add router dependencies with yarn 2017-04-11 19:35:39 -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