Skip to content

Commit

Permalink
update deps | update eslint 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jbetancur committed Aug 28, 2019
1 parent 206f2e5 commit 41908ee
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 116 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"operator-linebreak": 0,
"linebreak-style": 0,
"react-hooks/rules-of-hooks": "error", // Checks rules of Hooks
"react-hooks/exhaustive-deps": "warn" // Checks effect dependencies
"react-hooks/exhaustive-deps": "warn", // Checks effect dependencies
"react/jsx-props-no-spreading": 0
},
"env": {
"jest/globals": true,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,23 +89,23 @@
"@storybook/react": "^5.1.11",
"@testing-library/react": "^9.1.3",
"axios": "^0.19.0",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.6",
"codecov": "^3.5.0",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-react-app": "^4.0.1",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-react-app": "^5.0.1",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-flowtype": "^3.11.1",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.0",
"eslint-plugin-jest": "^22.15.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-react-hooks": "^2.0.1",
"flow-bin": "^0.89.0",
"flow-typed": "^2.5.1",
"jest": "^24.9.0",
Expand All @@ -116,9 +116,9 @@
"react-dom": "^16.9.0",
"react-md": "^1.12.2",
"rimraf": "^3.0.0",
"rollup": "^1.20.0",
"rollup": "^1.20.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-scss": "^1.0.2",
"rollup-plugin-terser": "^5.1.1",
Expand All @@ -131,7 +131,7 @@
},
"dependencies": {
"lodash": "^4.17.15",
"memoize-one": "^5.1.0",
"memoize-one": "^5.1.1",
"shortid": "^2.2.14"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 41908ee

Please sign in to comment.