Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-soft committed Aug 27, 2019
1 parent fa089bf commit 069e41a
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 743 deletions.
33 changes: 17 additions & 16 deletions package.json
Expand Up @@ -30,7 +30,8 @@
"coverage": "codecov",
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "yarn run build"
"prepare": "yarn run build",
"lint": "eslint --ignore-path .gitignore --ignore-pattern \"!**/.*\" ."
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -59,30 +60,30 @@
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.7",
"babel-eslint": "10.0.2",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.3",
"babel-eslint": "10.0.3",
"babel-polyfill": "^6.26.0",
"codecov": "^3.5.0",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"husky": "^3.0.0",
"jest": "^24.8.0",
"lint-staged": "^9.2.0",
"eslint-plugin-react-hooks": "1.7.0",
"husky": "^3.0.4",
"jest": "^24.9.0",
"lint-staged": "^9.2.5",
"prettier": "^1.18.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rollup": "^1.18.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rollup": "^1.20.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-filesize": "^6.1.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^6.2.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"files": [
Expand Down

0 comments on commit 069e41a

Please sign in to comment.