Skip to content

Commit 53e76f6

Browse files
committed
feat: upgrade all dependencies (including @testing-library/dom)
1 parent 5fe9666 commit 53e76f6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cypress/.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"author": "Kent C. Dodds <[email protected]> (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"

0 commit comments

Comments
 (0)