From b31c5c8d95c058d7deb28d74450e693271baad7b Mon Sep 17 00:00:00 2001 From: Vadim Zainetdinov Date: Fri, 31 May 2024 14:51:22 +0200 Subject: [PATCH] fix(deps): update testing-library/dom version (#276) Bumping the major version to 10 Co-authored-by: Vadim Zainetdinov --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3802418..ec3550f 100644 --- a/package.json +++ b/package.json @@ -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",