diff --git a/cypress/.eslintrc b/cypress/.eslintrc index 059897f..105dc78 100644 --- a/cypress/.eslintrc +++ b/cypress/.eslintrc @@ -2,6 +2,7 @@ "rules": { "testing-library/await-async-query": "off", // Cypress chains don't use promises "testing-library/prefer-screen-queries": "off", // screen queries don't make sense in the context of Cypress Testing Library + "testing-library/prefer-explicit-assert": "off", // we're lazy // No Jest here "jest/valid-expect": "off", diff --git a/package.json b/package.json index 1ce7151..f0edc3d 100644 --- a/package.json +++ b/package.json @@ -40,14 +40,14 @@ "author": "Kent C. Dodds (https://kentcdodds.com)", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^7.29.6" + "@babel/runtime": "^7.14.6", + "@testing-library/dom": "^8.1.0" }, "devDependencies": { "cypress": "^8.0.0", - "kcd-scripts": "^7.5.1", + "kcd-scripts": "^11.2.0", "npm-run-all": "^4.1.5", - "typescript": "^4.1.2" + "typescript": "^4.3.5" }, "peerDependencies": { "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"