File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = require ( 'kcd-scripts/husky' )
Original file line number Diff line number Diff line change 19
19
"test:update" : " npm test -- --updateSnapshot --coverage" ,
20
20
"validate" : " kcd-scripts validate"
21
21
},
22
- "husky" : {
23
- "hooks" : {
24
- "pre-commit" : " kcd-scripts pre-commit"
25
- }
26
- },
27
22
"files" : [
28
23
" dist" ,
29
24
" dont-cleanup-after-each.js" ,
44
39
"author" : " Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)" ,
45
40
"license" : " MIT" ,
46
41
"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 " ,
49
44
"@types/testing-library__react" : " ^9.1.3"
50
45
},
51
46
"devDependencies" : {
52
47
"@reach/router" : " ^1.3.3" ,
53
48
"@testing-library/jest-dom" : " ^5.1.1" ,
54
49
"cross-env" : " ^7.0.2" ,
55
- "kcd-scripts" : " ^5.4 .0" ,
50
+ "kcd-scripts" : " ^5.6 .0" ,
56
51
"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 " ,
59
54
"rimraf" : " ^3.0.2"
60
55
},
61
56
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments