update dependencies

This commit is contained in:
Sérgio Ramos 2016-12-05 20:03:19 +00:00
parent 7b30859223
commit de2014335f
4 changed files with 1597 additions and 1483 deletions

View File

@ -25,64 +25,64 @@
"lodash.template": "^4.4.0", "lodash.template": "^4.4.0",
"lodash.uniq": "^4.5.0", "lodash.uniq": "^4.5.0",
"querystring": "^0.2.0", "querystring": "^0.2.0",
"react": "^15.3.2", "react": "^15.4.1",
"react-a11y": "^0.3.3", "react-a11y": "^0.3.3",
"react-dom": "^15.3.2", "react-dom": "^15.4.1",
"react-hot-loader": "^3.0.0-beta.6", "react-hot-loader": "^3.0.0-beta.6",
"react-intl": "^2.1.5", "react-intl": "^2.1.5",
"react-intl-redux": "^0.1.0", "react-intl-redux": "^0.1.1",
"react-redux": "^4.4.5", "react-redux": "^4.4.6",
"react-router": "^4.0.0-alpha.4", "react-router": "^4.0.0-alpha.4",
"reduce-reducers": "^0.1.2", "reduce-reducers": "^0.1.2",
"redux": "^3.6.0", "redux": "^3.6.0",
"redux-actions": "^0.12.0", "redux-actions": "^1.1.0",
"redux-batched-actions": "^0.1.3", "redux-batched-actions": "^0.1.4",
"redux-logger": "^2.7.0", "redux-logger": "^2.7.4",
"redux-promise-middleware": "^4.1.0", "redux-promise-middleware": "^4.2.0",
"redux-thunk": "^2.1.0", "redux-thunk": "^2.1.0",
"st": "^1.2.0" "st": "^1.2.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^0.16.0", "ava": "^0.17.0",
"babel-cli": "^6.16.0", "babel-cli": "^6.18.0",
"babel-core": "^6.17.0", "babel-core": "^6.18.2",
"babel-eslint": "^7.0.0", "babel-eslint": "^7.1.1",
"babel-loader": "^6.2.5", "babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0", "babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0", "babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-plugin-transform-runtime": "^6.15.0", "babel-plugin-transform-runtime": "^6.15.0",
"babel-plugin-webpack-loaders": "^0.8.0", "babel-plugin-webpack-loaders": "^0.8.0",
"babel-preset-react": "^6.16.0", "babel-preset-react": "^6.16.0",
"babel-register": "^6.16.3", "babel-register": "^6.18.0",
"css-loader": "^0.25.0", "css-loader": "^0.26.1",
"enzyme": "^2.5.1", "enzyme": "^2.6.0",
"eslint": "^3.8.1", "eslint": "^3.11.1",
"eslint-config-semistandard": "^7.0.0", "eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.0", "eslint-config-standard": "^6.2.1",
"eslint-plugin-babel": "^3.3.0", "eslint-plugin-babel": "^4.0.0",
"eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-promise": "^3.3.0", "eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.4.1", "eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1", "eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4", "extract-text-webpack-plugin": "^2.0.0-beta.4",
"fast-async": "^6.1.1", "fast-async": "^6.1.2",
"json-loader": "^0.5.4", "json-loader": "^0.5.4",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"nyc": "^8.3.1", "nyc": "^10.0.0",
"postcss-cssnext": "^2.8.0", "postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.0.0", "postcss-loader": "^1.2.0",
"postcss-modules-values": "^1.2.2", "postcss-modules-values": "^1.2.2",
"pre-commit": "^1.1.3", "pre-commit": "^1.1.3",
"react-addons-test-utils": "^15.3.2", "react-addons-test-utils": "^15.4.1",
"style-loader": "^0.13.1", "style-loader": "^0.13.1",
"tap-xunit": "^1.4.0", "tap-xunit": "^1.4.0",
"thenify": "^3.2.1", "thenify": "^3.2.1",
"webpack": "^2.1.0-beta.25", "webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^1.16.2", "webpack-dev-server": "^1.16.2",
"webpack-shell-plugin": "^0.4.3" "webpack-shell-plugin": "^0.4.6"
}, },
"ava": { "ava": {
"failFast": true, "failFast": true,

File diff suppressed because it is too large Load Diff

View File

@ -13,8 +13,8 @@
}, },
"dependencies": { "dependencies": {
"classnames": "^2.2.5", "classnames": "^2.2.5",
"color": "^0.11.3", "color": "^1.0.1",
"invariant": "^2.2.1", "invariant": "^2.2.2",
"lodash.find": "^4.6.0", "lodash.find": "^4.6.0",
"lodash.first": "^3.0.0", "lodash.first": "^3.0.0",
"lodash.flatten": "^4.4.0", "lodash.flatten": "^4.4.0",
@ -22,66 +22,67 @@
"lodash.isfunction": "^3.0.8", "lodash.isfunction": "^3.0.8",
"lodash.isundefined": "^3.0.1", "lodash.isundefined": "^3.0.1",
"param-case": "^2.1.0", "param-case": "^2.1.0",
"react": "^15.3.2", "react": "^15.4.1",
"react-a11y": "^0.3.3", "react-a11y": "^0.3.3",
"react-icons": "^2.2.1", "react-icons": "^2.2.1",
"reduce-css-calc": "^1.3.0", "reduce-css-calc": "^1.3.0",
"traverse": "^0.6.6" "traverse": "^0.6.6"
}, },
"devDependencies": { "devDependencies": {
"ava": "^0.16.0", "ava": "^0.17.0",
"babel-core": "^6.17.0", "babel-core": "^6.18.2",
"babel-eslint": "^7.0.0", "babel-eslint": "^7.1.1",
"babel-loader": "^6.2.5", "babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0", "babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015": "^6.16.0", "babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0", "babel-preset-react": "^6.16.0",
"babel-register": "^6.16.3", "babel-register": "^6.18.0",
"css-loader": "^0.25.0", "css-loader": "^0.26.1",
"css-modules-require-hook": "^4.0.5", "css-modules-require-hook": "^4.0.5",
"dangerously-set-inner-html": "2.0.0", "dangerously-set-inner-html": "2.0.0",
"enzyme": "^2.5.1", "enzyme": "^2.6.0",
"eslint": "^3.8.1", "eslint": "^3.11.1",
"eslint-config-semistandard": "^7.0.0", "eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.0", "eslint-config-standard": "^6.2.1",
"eslint-plugin-babel": "^3.3.0", "eslint-plugin-babel": "^4.0.0",
"eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-promise": "^3.3.0", "eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.4.1", "eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1", "eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4", "extract-text-webpack-plugin": "^2.0.0-beta.4",
"graceful-fs": "^4.1.11",
"json-loader": "^0.5.4", "json-loader": "^0.5.4",
"lodash.get": "^4.4.2", "lodash.get": "^4.4.2",
"memory-fs": "^0.3.0", "memory-fs": "^0.3.0",
"nyc": "^8.3.1", "nyc": "^10.0.0",
"param-case": "^2.1.0", "param-case": "^2.1.0",
"postcss-at-rules-variables": "0.0.25", "postcss-at-rules-variables": "0.0.26",
"postcss-constants": "^0.2.0", "postcss-constants": "^0.2.0",
"postcss-cssnext": "^2.8.0", "postcss-cssnext": "^2.9.0",
"postcss-for": "^2.1.1", "postcss-for": "^2.1.1",
"postcss-functions": "^2.1.1", "postcss-functions": "^2.1.1",
"postcss-import": "8.0.2", "postcss-import": "9.0.0",
"postcss-loader": "^1.0.0", "postcss-loader": "^1.2.0",
"postcss-mixins": "^5.4.0", "postcss-mixins": "^5.4.0",
"postcss-modules-values": "^1.2.2", "postcss-modules-values": "^1.2.2",
"pre-commit": "^1.1.3", "pre-commit": "^1.1.3",
"raw-loader": "^0.5.1", "raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.3.2", "react-addons-test-utils": "^15.4.1",
"react-dom": "^15.3.2", "react-dom": "^15.4.1",
"react-hot-loader": "^3.0.0-beta.6", "react-hot-loader": "^3.0.0-beta.6",
"react-router": "^4.0.0-alpha.4", "react-router": "^4.0.0-alpha.4",
"st": "^1.2.0", "st": "^1.2.0",
"style-loader": "^0.13.1", "style-loader": "^0.13.1",
"stylelint": "^7.5.0", "stylelint": "^7.6.0",
"stylelint-config-standard": "^14.0.0", "stylelint-config-standard": "^15.0.0",
"stylelint-webpack-plugin": "^0.4.0", "stylelint-webpack-plugin": "^0.4.0",
"tap-xunit": "^1.4.0", "tap-xunit": "^1.4.0",
"title-case": "^2.1.0", "title-case": "^2.1.0",
"webpack": "^2.1.0-beta.25", "webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^1.16.2", "webpack-dev-server": "^1.16.2",
"webpack-shell-plugin": "^0.4.3" "webpack-shell-plugin": "^0.4.6"
}, },
"ava": { "ava": {
"failFast": true, "failFast": true,

File diff suppressed because it is too large Load Diff