File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22 "rules": {
33 "testing-library/await-async-query": "off", // Cypress chains don't use promises
44 "testing-library/prefer-screen-queries": "off", // screen queries don't make sense in the context of Cypress Testing Library
5+ "testing-library/prefer-explicit-assert": "off", // we're lazy
56
67 // No Jest here
78 "jest/valid-expect": "off",
Original file line number Diff line number Diff line change 4040 "author" : " Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)" ,
4141 "license" : " MIT" ,
4242 "dependencies" : {
43- "@babel/runtime" : " ^7.12.5 " ,
44- "@testing-library/dom" : " ^7.29.6 "
43+ "@babel/runtime" : " ^7.14.6 " ,
44+ "@testing-library/dom" : " ^8.1.0 "
4545 },
4646 "devDependencies" : {
4747 "cypress" : " ^8.0.0" ,
48- "kcd-scripts" : " ^7.5.1 " ,
48+ "kcd-scripts" : " ^11.2.0 " ,
4949 "npm-run-all" : " ^4.1.5" ,
50- "typescript" : " ^4.1.2 "
50+ "typescript" : " ^4.3.5 "
5151 },
5252 "peerDependencies" : {
5353 "cypress" : " ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
You can’t perform that action at this time.
0 commit comments