Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/cypress-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.1
Choose a base ref
...
head repository: testing-library/cypress-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 3 contributors

Commits on Oct 21, 2023

  1. Copy the full SHA
    0f2f002 View commit details

Commits on May 31, 2024

  1. fix(deps): update testing-library/dom version (#276)

    Bumping the major version to 10
    
    Co-authored-by: Vadim Zainetdinov <vadimzainetdinov@vadims-macbook-pro.home>
    VadimZvf and Vadim Zainetdinov authored May 31, 2024
    Copy the full SHA
    b31c5c8 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 package.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@testing-library/dom": "^9.0.0"
"@testing-library/dom": "^10.1.0"
},
"devDependencies": {
"cypress": "^12.0.0",
@@ -67,10 +67,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/kentcdodds/cypress-testing-library"
"url": "https://github.com/testing-library/cypress-testing-library"
},
"bugs": {
"url": "https://github.com/kentcdodds/cypress-testing-library/issues"
"url": "https://github.com/testing-library/cypress-testing-library/issues"
},
"homepage": "https://github.com/kentcdodds/cypress-testing-library#readme"
"homepage": "https://github.com/testing-library/cypress-testing-library#readme"
}