File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 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 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" ,
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" : {
You can’t perform that action at this time.
0 commit comments