From 3276b1501962b34c588f38852ad865d0ac55e04a Mon Sep 17 00:00:00 2001 From: Vadim Zainetdinov Date: Wed, 22 May 2024 22:47:03 +0200 Subject: [PATCH] fix(deps): update testing-library/dom version Bumping the major version to 10 --- 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",