Skip to content

Commit

Permalink
chore(deps): Update npm dependencies (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
obartra authored Feb 16, 2018
1 parent 6343cd3 commit 3f8386c
Show file tree
Hide file tree
Showing 3 changed files with 796 additions and 832 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ machine:
environment:
TARGET_URL: "https://gymnastjs.github.io/gymnast/branch/$CIRCLE_BRANCH"
node:
version: 9.3.0
version: 9.5.0
general:
artifacts:
- "dist"
Expand Down
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"author": "Oscar Bartra",
"license": "MIT",
"devDependencies": {
"@storybook/addon-actions": "3.3.12",
"@storybook/addon-knobs": "3.3.12",
"@storybook/addon-notes": "3.3.12",
"@storybook/addon-options": "3.3.12",
"@storybook/addon-storyshots": "3.3.12",
"@storybook/channels": "3.3.12",
"@storybook/react": "3.3.12",
"@storybook/addon-actions": "3.3.13",
"@storybook/addon-knobs": "3.3.13",
"@storybook/addon-notes": "3.3.13",
"@storybook/addon-options": "3.3.13",
"@storybook/addon-storyshots": "3.3.13",
"@storybook/channels": "3.3.13",
"@storybook/react": "3.3.13",
"all-contributors-cli": "4.10.1",
"babel-cli": "6.26.0",
"babel-eslint": "8.2.1",
"babel-jest": "22.1.0",
"babel-plugin-flow-react-proptypes": "17.1.0",
"babel-jest": "22.2.2",
"babel-plugin-flow-react-proptypes": "17.1.2",
"babel-plugin-lodash": "3.3.2",
"babel-plugin-macros": "2.1.0",
"babel-plugin-module-resolver": "3.0.0",
"babel-plugin-module-resolver": "3.1.0",
"babel-plugin-preval": "1.6.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
Expand All @@ -61,31 +61,30 @@
"eslint": "4.17.0",
"eslint-config-airbnb": "16.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-flowtype": "2.42.0",
"eslint-plugin-flowtype": "2.44.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.6.1",
"extract-text-webpack-plugin": "3.0.2",
"find-up": "2.1.0",
"flow-bin": "0.64.0",
"flow-copy-source": "1.2.2",
"flow-bin": "0.65.0",
"flow-copy-source": "1.3.0",
"html-loader": "0.5.5",
"husky": "0.14.3",
"ignore-loader": "0.1.2",
"jest": "22.1.4",
"jest": "22.3.0",
"lint-staged": "6.1.0",
"lodash": "4.17.5",
"markdown-loader": "2.0.2",
"nightwatch": "0.9.19",
"npm-run-all": "4.1.2",
"picturebook": "1.2.4",
"polished": "1.9.0",
"postcss-cli": "4.1.1",
"polished": "1.9.2",
"postcss-cssnext": "3.1.0",
"postcss-discard-comments": "2.0.4",
"postcss-flexbugs-fixes": "3.3.0",
"postcss-for": "2.1.1",
"postcss-import": "11.0.0",
"postcss-import": "11.1.0",
"postcss-loader": "2.1.0",
"postcss-nesting": "4.2.1",
"prettier": "1.10.2",
Expand All @@ -99,9 +98,9 @@
"selenium-standalone": "6.12.0",
"semantic-release": "12.4.1",
"storybook-addon-jsx": "5.3.0",
"style-loader": "0.20.1",
"style-loader": "0.20.2",
"stylelint": "8.4.0",
"webpack": "3.10.0",
"webpack": "3.11.0",
"webpack-bundle-analyzer": "2.10.0"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 3f8386c

Please sign in to comment.