File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 35
35
"setup" : " npm install && npm run validate -s" ,
36
36
"test" : " kcd-scripts test" ,
37
37
"test:update" : " npm test -- --updateSnapshot --coverage" ,
38
- "validate" : " kcd-scripts validate" ,
39
- "semantic-release" : " semantic-release"
38
+ "validate" : " kcd-scripts validate"
40
39
},
41
40
"dependencies" : {
42
- "@babel/runtime" : " ^7.8.4 "
41
+ "@babel/runtime" : " ^7.9.6 "
43
42
},
44
43
"devDependencies" : {
45
44
"@testing-library/jest-dom" : " ^5.5.0" ,
46
- "@testing-library/react" : " ^10.0.3 " ,
45
+ "@testing-library/react" : " ^10.0.4 " ,
47
46
"@testing-library/user-event" : " ^10.1.0" ,
48
- "kcd-scripts" : " ^5.10.0 " ,
47
+ "kcd-scripts" : " ^5.11.1 " ,
49
48
"react" : " ^16.13.1" ,
50
49
"react-dom" : " ^16.13.1" ,
51
- "typescript" : " ^3.8.3" ,
52
- "semantic-release" : " ^17.0.7"
50
+ "typescript" : " ^3.8.3"
53
51
},
54
52
"peerDependencies" : {
55
53
"react" : " >=16.0.0"
You can’t perform that action at this time.
0 commit comments