Skip to content

Commit

Permalink
feat: upgrade all dependencies (including @testing-library/dom)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jul 20, 2021
1 parent 5fe9666 commit 53e76f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions cypress/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"author": "Kent C. Dodds <me@kentcdodds.com> (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"
Expand Down

0 comments on commit 53e76f6

Please sign in to comment.