Skip to content

Commit

Permalink
Minor update (kriasoft#1377)
Browse files Browse the repository at this point in the history
* chore: update packages

* chore: upgrade jest-codemods, update others

* chore: upgrade query-string, updade others

* chore: upgrade packages, including eslint
  • Loading branch information
langpavel authored Aug 18, 2017
1 parent 06e9f9b commit 6a6b93d
Show file tree
Hide file tree
Showing 3 changed files with 784 additions and 961 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ module.exports = {
},
],

// a11y removed rule, ignore them
'jsx-a11y/href-no-hash': 'off',

// https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/308#issuecomment-322954274
'jsx-a11y/label-has-for': 'warn',

// Allow js files to use jsx syntax, too
'react/jsx-filename-extension': ['error', { extensions: ['.js', '.jsx'] }],

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"express-jwt": "^5.3.0",
"graphql": "^0.10.3",
"history": "^4.6.3",
"isomorphic-style-loader": "^3.0.0",
"isomorphic-style-loader": "^4.0.0",
"jsonwebtoken": "^7.4.1",
"node-fetch": "^1.7.1",
"normalize.css": "^7.0.0",
"passport": "^0.3.2",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"pretty-error": "^2.1.1",
"prop-types": "^15.5.10",
"query-string": "^4.3.4",
"query-string": "^5.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sequelize": "^4.2.1",
Expand Down Expand Up @@ -58,15 +58,15 @@
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"enzyme": "^2.9.1",
"eslint": "^3.19.0",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-prettier": "^2.3.0",
"eslint-import-resolver-node": "^0.3.1",
"eslint-loader": "^1.8.0",
"eslint-plugin-css-modules": "^2.7.1",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.0.1",
"file-loader": "^0.11.2",
Expand All @@ -75,7 +75,7 @@
"husky": "^0.14.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^20.0.4",
"jest-codemods": "^0.10.1",
"jest-codemods": "^0.11.2",
"jscodeshift": "^0.3.32",
"lint-staged": "^4.0.0",
"markdown-it": "^8.3.1",
Expand Down Expand Up @@ -106,10 +106,10 @@
"react-hot-loader": "^3.0.0-beta.7",
"react-test-renderer": "^15.6.1",
"rimraf": "^2.6.1",
"sinon": "^2.3.5",
"stylelint": "^7.12.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-order": "^0.5.0",
"sinon": "^3.2.0",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-order": "^0.6.0",
"svg-url-loader": "^2.1.1",
"url-loader": "^0.5.9",
"webpack": "^3.0.0",
Expand Down
Loading

0 comments on commit 6a6b93d

Please sign in to comment.