ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 8571ef5987e05c5b3edfadef023cf7554e297e93
parent abc30e1d45cb7d03c203ebdb0aeea32e36e757e7
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Mon, 21 Nov 2016 13:10:20 +0300

Update dependencies

react 15.3.2 => 15.4.0: https://facebook.github.io/react/blog/2016/11/16/react-v15.4.0.html
whatwg-fetch 1.0.0 => 2.01: https://github.com/github/fetch/releases
graphql 0.7.2 => 0.8.2: https://github.com/graphql/graphql-js/releases
express-graphql 0.6.4 => 0.6.1: https://github.com/graphql/express-graphql/releases
browser-sync ^2.17.5 => ^2.18.2: https://github.com/BrowserSync/browser-sync/releases
css-loader: ^0.25.0 => ^0.26.0: https://github.com/webpack/css-loader/releases
eslint ^3.9.1 => ^3.10.2: https://github.com/eslint/eslint/releases
eslint-plugin-react ^6.6.0 => ^6.7.1: https://github.com/yannickcr/eslint-plugin-react/releases

Diffstat:
Mpackage.json | 36++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/package.json b/package.json @@ -13,12 +13,12 @@ "cookie-parser": "1.4.3", "core-js": "2.4.1", "express": "4.14.0", - "express-graphql": "0.5.4", + "express-graphql": "0.6.1", "express-jwt": "5.1.0", "fastclick": "1.0.6", - "fbjs": "0.8.5", - "front-matter": "2.1.0", - "graphql": "0.7.2", + "fbjs": "0.8.6", + "front-matter": "2.1.1", + "graphql": "0.8.2", "history": "4.4.0", "isomorphic-style-loader": "1.1.0", "jsonwebtoken": "7.1.9", @@ -29,21 +29,21 @@ "passport-facebook": "2.1.1", "pretty-error": "2.0.2", "query-string": "4.2.3", - "react": "15.3.2", - "react-dom": "15.3.2", - "sequelize": "3.25.0", + "react": "15.4.0", + "react-dom": "15.4.0", + "sequelize": "3.27.0", "source-map-support": "0.4.6", "sqlite3": "3.1.8", "universal-router": "2.0.0", - "whatwg-fetch": "1.0.0" + "whatwg-fetch": "2.0.1" }, "devDependencies": { "assets-webpack-plugin": "^3.5.0", "autoprefixer": "^6.5.3", "babel-cli": "^6.18.0", "babel-core": "^6.18.2", - "babel-eslint": "^7.1.0", - "babel-loader": "^6.2.7", + "babel-eslint": "^7.1.1", + "babel-loader": "^6.2.8", "babel-plugin-rewire": "^1.0.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-latest": "^6.16.0", @@ -52,17 +52,17 @@ "babel-preset-stage-0": "^6.16.0", "babel-register": "^6.18.0", "babel-template": "^6.16.0", - "babel-types": "^6.18.0", - "browser-sync": "^2.17.5", + "babel-types": "^6.19.0", + "browser-sync": "^2.18.2", "chai": "^3.5.0", - "css-loader": "^0.25.0", + "css-loader": "^0.26.0", "enzyme": "^2.6.0", - "eslint": "^3.9.1", + "eslint": "^3.10.2", "eslint-config-airbnb": "^13.0.0", "eslint-loader": "^1.6.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", - "eslint-plugin-react": "^6.6.0", + "eslint-plugin-react": "^6.7.1", "extend": "^3.0.0", "file-loader": "^0.9.0", "gaze": "^1.1.2", @@ -90,14 +90,14 @@ "postcss-selector-not": "^2.0.0", "postcss-url": "^5.1.2", "raw-loader": "^0.5.1", - "react-addons-test-utils": "15.3.2", + "react-addons-test-utils": "15.4.0", "react-deep-force-update": "^2.0.1", "react-hot-loader": "^3.0.0-beta.6", "redbox-react": "^1.3.3", "rimraf": "^2.5.4", "sinon": "^2.0.0-pre.3", - "stylelint": "^7.5.0", - "stylelint-config-standard": "^14.0.0", + "stylelint": "^7.6.0", + "stylelint-config-standard": "^15.0.0", "url-loader": "^0.5.7", "webpack": "^1.13.3", "webpack-hot-middleware": "^2.13.2",