Skip to content

Commit

Permalink
chore: update dependencies + use kcd-scripts' husky (#619)
Browse files Browse the repository at this point in the history
* Update dependencies + use kcd-scripts' husky

* Update package.json
  • Loading branch information
MichaelDeBoey committed Mar 22, 2020
1 parent 77186fe commit eceffb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
1 change: 1 addition & 0 deletions .huskyrc.js
@@ -0,0 +1 @@
module.exports = require('kcd-scripts/husky')
15 changes: 5 additions & 10 deletions package.json
Expand Up @@ -19,11 +19,6 @@
"test:update": "npm test -- --updateSnapshot --coverage",
"validate": "kcd-scripts validate"
},
"husky": {
"hooks": {
"pre-commit": "kcd-scripts pre-commit"
}
},
"files": [
"dist",
"dont-cleanup-after-each.js",
Expand All @@ -44,18 +39,18 @@
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.8.7",
"@testing-library/dom": "^7.0.3",
"@babel/runtime": "^7.9.2",
"@testing-library/dom": "^7.1.0",
"@types/testing-library__react": "^9.1.3"
},
"devDependencies": {
"@reach/router": "^1.3.3",
"@testing-library/jest-dom": "^5.1.1",
"cross-env": "^7.0.2",
"kcd-scripts": "^5.4.0",
"kcd-scripts": "^5.6.0",
"npm-run-all": "^4.1.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "^3.0.2"
},
"peerDependencies": {
Expand Down

0 comments on commit eceffb1

Please sign in to comment.