Skip to content

Commit

Permalink
bump deps; change husky to be on push
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Nov 13, 2019
1 parent 4dcc4ba commit 469f656
Show file tree
Hide file tree
Showing 3 changed files with 710 additions and 484 deletions.
2 changes: 1 addition & 1 deletion husky.config.js
@@ -1,5 +1,5 @@
module.exports = {
hooks: {
'pre-commit': 'lint-staged'
'pre-push': 'lint-staged'
}
}
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -53,29 +53,29 @@
"test": "jest"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@storybook/addon-a11y": "^5.2.5",
"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-knobs": "^5.2.5",
"@storybook/addon-links": "^5.2.5",
"@storybook/react": "^5.2.5",
"@testing-library/jest-dom": "^4.1.2",
"@testing-library/react": "^9.3.0",
"all-contributors-cli": "^6.9.3",
"autoprefixer": "^9.7.0",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@storybook/addon-a11y": "^5.2.6",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-knobs": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/react": "^5.2.6",
"@testing-library/jest-dom": "^4.2.3",
"@testing-library/react": "^9.3.2",
"all-contributors-cli": "^6.11.0",
"autoprefixer": "^9.7.1",
"axe-core": "^3.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"coveralls": "^3.0.7",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-jest": "^22.20.0",
"eslint-plugin-jest": "^23.0.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
Expand All @@ -86,10 +86,10 @@
"lint-staged": "^9.4.2",
"npm-run-all": "^4.1.5",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"prettier": "^1.19.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"rollup": "^1.25.2",
"rollup": "^1.27.0",
"rollup-plugin-auto-external": "^3.0.0-alpha.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
Expand All @@ -102,7 +102,7 @@
},
"dependencies": {
"prop-types": "^15.7.2",
"react-use": "^12.3.1",
"react-use": "^13.6.3",
"tinygen": "^0.2.0"
}
}

0 comments on commit 469f656

Please sign in to comment.