ff-stream-web

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

commit b22b1810461cec9c53eedffe632a3ce70a6b29a3
parent 8fcb0fa3aac032eb9e7d85e07a50703e54e0e8af
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Wed, 25 May 2016 14:23:35 +0300

Update npm modules; tweak Stylelint settings

Diffstat:
Mpackage.json | 31++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/package.json b/package.json @@ -10,7 +10,7 @@ "bluebird": "3.4.0", "body-parser": "1.15.1", "classnames": "2.2.5", - "cookie-parser": "1.4.1", + "cookie-parser": "1.4.2", "core-js": "2.4.0", "eventemitter3": "1.2.0", "express": "4.13.4", @@ -18,21 +18,21 @@ "express-jwt": "3.4.0", "fastclick": "1.0.6", "fbjs": "0.8.2", - "front-matter": "2.0.7", + "front-matter": "2.0.8", "graphiql": "0.7.1", "graphql": "0.6.0", "history": "2.1.1", "isomorphic-style-loader": "1.0.0", "jade": "1.11.0", - "jsonwebtoken": "6.2.0", + "jsonwebtoken": "7.0.0", "markdown-it": "6.0.2", "node-fetch": "1.5.2", "normalize.css": "4.1.1", "passport": "0.3.2", "passport-facebook": "2.1.1", "pretty-error": "2.0.0", - "react": "15.0.2", - "react-dom": "15.0.2", + "react": "15.1.0", + "react-dom": "15.1.0", "sequelize": "3.23.2", "source-map-support": "0.4.0", "sqlite3": "3.1.4", @@ -50,7 +50,7 @@ "babel-plugin-rewire": "^1.0.0-rc-3", "babel-plugin-transform-react-constant-elements": "^6.8.0", "babel-plugin-transform-react-inline-elements": "^6.8.0", - "babel-plugin-transform-react-remove-prop-types": "^0.2.6", + "babel-plugin-transform-react-remove-prop-types": "^0.2.7", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-preset-node5": "^11.1.0", @@ -68,7 +68,7 @@ "eslint-config-airbnb": "^9.0.1", "eslint-loader": "^1.3.0", "eslint-plugin-import": "^1.8.0", - "eslint-plugin-jsx-a11y": "^1.2.0", + "eslint-plugin-jsx-a11y": "^1.2.2", "eslint-plugin-react": "^5.1.1", "extend": "^3.0.0", "file-loader": "^0.8.5", @@ -78,9 +78,9 @@ "jade-loader": "^0.8.0", "json-loader": "^0.5.4", "mkdirp": "^0.5.1", - "mocha": "^2.4.5", + "mocha": "^2.5.3", "ncp": "^2.0.0", - "pixrem": "^3.0.0", + "pixrem": "^3.0.1", "pleeease-filters": "^3.0.0", "postcss": "^5.0.21", "postcss-calc": "^5.2.1", @@ -96,15 +96,15 @@ "postcss-selector-matches": "^2.0.1", "postcss-selector-not": "^2.0.0", "raw-loader": "^0.5.1", - "react-addons-test-utils": "^15.0.2", + "react-addons-test-utils": "^15.1.0", "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", - "redbox-react": "^1.2.4", + "redbox-react": "^1.2.6", "sinon": "^2.0.0-pre", - "stylelint": "^6.4.1", - "stylelint-config-standard": "^7.0.0", + "stylelint": "^6.5.1", + "stylelint-config-standard": "^8.0.0", "url-loader": "^0.5.7", - "webpack": "^1.13.0", + "webpack": "^1.13.1", "webpack-hot-middleware": "^2.10.0", "webpack-middleware": "^1.5.1" }, @@ -143,7 +143,8 @@ "stylelint": { "extends": "stylelint-config-standard", "rules": { - "string-quotes": "single" + "string-quotes": "single", + "selector-pseudo-class-no-unknown": [true, { "ignorePseudoClasses": ["global", "local"] }] } }, "scripts": {