Skip to content

Commit eceffb1

Browse files
chore: update dependencies + use kcd-scripts' husky (#619)
* Update dependencies + use kcd-scripts' husky * Update package.json
1 parent 77186fe commit eceffb1

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.huskyrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('kcd-scripts/husky')

package.json

+5-10
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
"test:update": "npm test -- --updateSnapshot --coverage",
2020
"validate": "kcd-scripts validate"
2121
},
22-
"husky": {
23-
"hooks": {
24-
"pre-commit": "kcd-scripts pre-commit"
25-
}
26-
},
2722
"files": [
2823
"dist",
2924
"dont-cleanup-after-each.js",
@@ -44,18 +39,18 @@
4439
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
4540
"license": "MIT",
4641
"dependencies": {
47-
"@babel/runtime": "^7.8.7",
48-
"@testing-library/dom": "^7.0.3",
42+
"@babel/runtime": "^7.9.2",
43+
"@testing-library/dom": "^7.1.0",
4944
"@types/testing-library__react": "^9.1.3"
5045
},
5146
"devDependencies": {
5247
"@reach/router": "^1.3.3",
5348
"@testing-library/jest-dom": "^5.1.1",
5449
"cross-env": "^7.0.2",
55-
"kcd-scripts": "^5.4.0",
50+
"kcd-scripts": "^5.6.0",
5651
"npm-run-all": "^4.1.5",
57-
"react": "^16.9.0",
58-
"react-dom": "^16.9.0",
52+
"react": "^16.13.1",
53+
"react-dom": "^16.13.1",
5954
"rimraf": "^3.0.2"
6055
},
6156
"peerDependencies": {

0 commit comments

Comments
 (0)