File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
- ~/.cache
14
14
notifications :
15
15
email : false
16
- node_js : ' 8 '
16
+ node_js : ' 12 '
17
17
install : npm install
18
18
script : npm run validate
19
19
after_success : kcd-scripts travis-after-success
Original file line number Diff line number Diff line change 41
41
"author" : " Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)" ,
42
42
"license" : " MIT" ,
43
43
"dependencies" : {
44
- "@babel/runtime" : " ^7.5.5 " ,
45
- "@testing-library/dom" : " ^6.0.0 " ,
46
- "@types/testing-library__cypress" : " ^5.0.0 "
44
+ "@babel/runtime" : " ^7.8.4 " ,
45
+ "@testing-library/dom" : " ^6.12.2 " ,
46
+ "@types/testing-library__cypress" : " ^5.0.2 "
47
47
},
48
48
"devDependencies" : {
49
- "cypress" : " 3.4.1 " ,
50
- "kcd-scripts" : " ^1.5.2 " ,
51
- "npm-run-all" : " ^4.1.2 "
49
+ "cypress" : " ^3.8.3 " ,
50
+ "kcd-scripts" : " ^5.0.0 " ,
51
+ "npm-run-all" : " ^4.1.5 "
52
52
},
53
53
"peerDependencies" : {
54
54
"cypress" : " ^2.1.0 || ^3.0.0"
You can’t perform that action at this time.
0 commit comments