Skip to content

Commit

Permalink
Merge pull request #249 from pagarme/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNero authored Sep 18, 2017
2 parents 5ddb349 + 3970029 commit 522d021
Show file tree
Hide file tree
Showing 2 changed files with 702 additions and 549 deletions.
47 changes: 23 additions & 24 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
"private": true,
"dependencies": {
"@percy-io/percy-storybook": "1.2.3",
"@storybook/addon-actions": "3.2.0",
"@storybook/addon-storyshots": "3.2.0",
"@storybook/addons": "3.2.0",
"@storybook/addon-actions": "3.2.6",
"@storybook/addon-storyshots": "3.2.8",
"@storybook/addons": "3.2.6",
"@storybook/channels": "3.2.0",
"@storybook/react": "3.2.4",
"autoprefixer": "7.1.2",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.1",
"@storybook/react": "3.2.8",
"autoprefixer": "7.1.4",
"babel-core": "6.26.0",
"babel-eslint": "8.0.0",
"babel-jest": "21.0.2",
"babel-loader": "7.1.2",
"babel-polyfill": "6.26.0",
"babel-preset-react-app": "3.0.2",
"babel-runtime": "6.23.0",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"chalk": "2.1.0",
"classnames": "2.2.5",
"css-loader": "0.28.4",
"css-loader": "0.28.7",
"dotenv": "4.0.0",
"enzyme": "2.9.1",
"eslint": "4.5.0",
"eslint": "4.7.0",
"eslint-config-pagarme-react": "1.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.2.0",
"eslint-plugin-react": "7.3.0",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0",
"jest": "20.0.4",
"fs-extra": "4.0.2",
"html-webpack-plugin": "2.30.1",
"jest": "21.1.0",
"object-assign": "4.1.1",
"postcss-cssnext": "3.0.2",
"postcss-import": "10.0.0",
Expand All @@ -43,21 +43,20 @@
"prop-types": "15.5.10",
"ramda": "0.24.1",
"react": "15.6.1",
"react-dev-utils": "3.1.0",
"react-dev-utils": "4.0.1",
"react-dom": "15.6.1",
"react-error-overlay": "1.0.10",
"react-error-overlay": "2.0.1",
"react-icons": "2.2.5",
"react-motion": "0.5.1",
"react-test-renderer": "15.6.1",
"react-icons": "2.2.5",
"style-loader": "0.18.2",
"stylelint": "8.0.0",
"stylelint": "8.1.1",
"stylelint-config-pagarme-react": "1.1.0",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.5.9",
"webpack": "3.5.1",
"webpack-dev-server": "2.7.1",
"webpack-manifest-plugin": "1.2.1",
"webpack": "3.6.0",
"webpack-dev-server": "2.8.2",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit 522d021

Please sign in to comment.