influxdb/ui
Nicky Semenza 5b030eb220 update link to add a Kapacitor when none exist 2017-04-27 21:59:30 -04:00
..
.storybook Add React Storybook, in addition to stories and stubs for ValuesSection. Also… Add a nifty corsless proxy courtesy of yt. 2017-01-04 16:02:11 -08:00
assets/images Remove custom cursors 2017-04-04 17:41:42 -07:00
spec Add test for ME_RECEIVED 2017-04-17 12:24:43 -07:00
src update link to add a Kapacitor when none exist 2017-04-27 21:59:30 -04: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 Refactor to use async/await. 2017-01-12 14:59:07 -07:00
.eslintignore Bring over enterprise ui and configuration 2016-09-19 13:45:05 -07:00
.eslintrc prefer single quotes in eslintrc 2017-04-21 12:42:05 -07:00
.gitignore Bring over enterprise ui and configuration 2016-09-19 13:45:05 -07:00
.npmrc Bring over enterprise ui and configuration 2016-09-19 13:45:05 -07:00
README.md Update Makefile and webpack to make builds incremental 2017-02-08 21:15:56 -06:00
karma.conf.js Add karma config 2016-09-20 11:50:15 -07:00
package.json Upgrade react-router to ^3.0.2 to go ahead and iron out any issues and to accommodate refactor of Notifications and SideNavApp to use withRouter so that 'sourceID' and 'location' use can be cleaned up 2017-04-12 15:18:09 -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 Upgrade react-router to ^3.0.2 to go ahead and iron out any issues and to accommodate refactor of Notifications and SideNavApp to use withRouter so that 'sourceID' and 'location' use can be cleaned up 2017-04-12 15:18:09 -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