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 31
31
"test:update" : " npm test -- --updateSnapshot --coverage" ,
32
32
"validate" : " kcd-scripts validate"
33
33
},
34
- "husky" : {
35
- "hooks" : {
36
- "pre-commit" : " kcd-scripts pre-commit"
37
- }
38
- },
39
34
"files" : [
40
35
" dist"
41
36
],
42
37
"dependencies" : {
43
- "@babel/runtime" : " ^7.8.4 " ,
44
- "@types/testing-library__dom" : " ^6.12.1 " ,
38
+ "@babel/runtime" : " ^7.9.2 " ,
39
+ "@types/testing-library__dom" : " ^6.14.0 " ,
45
40
"aria-query" : " ^4.0.2" ,
46
- "dom-accessibility-api" : " ^0.3.0 " ,
41
+ "dom-accessibility-api" : " ^0.4.2 " ,
47
42
"pretty-format" : " ^25.1.0"
48
43
},
49
44
"devDependencies" : {
50
45
"@testing-library/jest-dom" : " ^5.1.1" ,
51
46
"jest-in-case" : " ^1.0.2" ,
52
47
"jest-serializer-ansi" : " ^1.0.3" ,
53
48
"jest-watch-select-projects" : " ^2.0.0" ,
54
- "jsdom" : " ^16.2.0 " ,
55
- "kcd-scripts" : " ^5.4 .0"
49
+ "jsdom" : " ^16.2.1 " ,
50
+ "kcd-scripts" : " ^5.6 .0"
56
51
},
57
52
"eslintConfig" : {
58
53
"extends" : " ./node_modules/kcd-scripts/eslint.js" ,
You can’t perform that action at this time.
0 commit comments