Skip to content

Commit 4215e22

Browse files
langpavelokendoken
authored andcommitted
Minor update (#1377)
* chore: update packages * chore: upgrade jest-codemods, update others * chore: upgrade query-string, updade others * chore: upgrade packages, including eslint
1 parent addc7f7 commit 4215e22

File tree

3 files changed

+865
-1290
lines changed

3 files changed

+865
-1290
lines changed

.eslintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ module.exports = {
5757
},
5858
],
5959

60+
// a11y removed rule, ignore them
61+
'jsx-a11y/href-no-hash': 'off',
62+
63+
// https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/308#issuecomment-322954274
64+
'jsx-a11y/label-has-for': 'warn',
65+
6066
// Allow js files to use jsx syntax, too
6167
'react/jsx-filename-extension': ['error', { extensions: ['.js', '.jsx'] }],
6268

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"graphql-relay": "^0.5.1",
2424
"graphql-sequelize": "^5.3.2",
2525
"history": "^4.6.3",
26-
"isomorphic-style-loader": "^3.0.0",
26+
"isomorphic-style-loader": "^4.0.0",
2727
"jsonwebtoken": "^7.4.1",
2828
"node-fetch": "^1.7.1",
2929
"normalize.css": "^7.0.0",
30-
"passport": "^0.3.2",
30+
"passport": "^0.4.0",
3131
"passport-facebook": "^2.1.1",
3232
"pretty-error": "^2.1.1",
3333
"prop-types": "^15.5.10",
34-
"query-string": "^4.3.4",
34+
"query-string": "^5.0.0",
3535
"react": "^15.5.4",
3636
"react-bootstrap": "^0.30.8",
3737
"react-cookie": "^1.0.5",
@@ -69,15 +69,15 @@
6969
"cross-env": "^5.0.1",
7070
"css-loader": "^0.28.4",
7171
"enzyme": "^2.9.1",
72-
"eslint": "^3.19.0",
72+
"eslint": "^4.4.1",
7373
"eslint-config-airbnb": "^15.0.1",
7474
"eslint-config-prettier": "^2.3.0",
7575
"eslint-import-resolver-node": "^0.3.1",
7676
"eslint-loader": "^1.8.0",
7777
"eslint-plugin-css-modules": "^2.7.1",
7878
"eslint-plugin-flowtype": "^2.34.1",
7979
"eslint-plugin-import": "^2.6.1",
80-
"eslint-plugin-jsx-a11y": "^5.0.3",
80+
"eslint-plugin-jsx-a11y": "^6.0.2",
8181
"eslint-plugin-prettier": "^2.1.2",
8282
"eslint-plugin-react": "^7.0.1",
8383
"file-loader": "^0.11.2",
@@ -86,7 +86,7 @@
8686
"husky": "^0.14.1",
8787
"identity-obj-proxy": "^3.0.0",
8888
"jest": "^20.0.4",
89-
"jest-codemods": "^0.10.1",
89+
"jest-codemods": "^0.11.2",
9090
"jscodeshift": "^0.3.32",
9191
"lint-staged": "^4.0.0",
9292
"markdown-it": "^8.3.1",
@@ -120,10 +120,10 @@
120120
"redux-mock-store": "^1.2.3",
121121
"rimraf": "^2.6.1",
122122
"sass-loader": "6.0.3",
123-
"sinon": "^2.3.5",
124-
"stylelint": "^7.12.0",
125-
"stylelint-config-standard": "^16.0.0",
126-
"stylelint-order": "^0.5.0",
123+
"sinon": "^3.2.0",
124+
"stylelint": "^8.0.0",
125+
"stylelint-config-standard": "^17.0.0",
126+
"stylelint-order": "^0.6.0",
127127
"svg-url-loader": "^2.1.1",
128128
"url-loader": "^0.5.9",
129129
"webpack": "^3.0.0",

0 commit comments

Comments
 (0)